Feed aggregator

Revision 3399: Maketarget standalone: Update to v1.2 Added progress bar for dir

From MH lab - Sun, 05/13/2012 - 19:08
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketargetlib.py

Maketarget standalone: Update to v1.2 Added progress bar for directory operations (cancelable)

Revision 3398: Maketarget standalone: disable debug mode

From MH lab - Sun, 05/13/2012 - 12:13
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py

Maketarget standalone: disable debug mode

Revision 3397: Maketarget standalone: fixed enumeration bug on subtracting targets from an OBJ

From MH lab - Sun, 05/13/2012 - 12:12
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketargetlib.py

Maketarget standalone: fixed enumeration bug on subtracting targets from an OBJ

Revision 3396: [No log message]

From MH lab - Sat, 05/12/2012 - 08:48
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2/mh2collada.py
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Modify    /trunk/makehuman/shared/mhx/mhx_main.py

[No log message]

Revision 3395: MakeTarget standalone: Added function to load .targets from folder

From MH lab - Fri, 05/11/2012 - 17:47
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/Readme.txt
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.bat
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.sh
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.xrc
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget_gui.fbp
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketargetlib.py

MakeTarget standalone: Added function to load .targets from folder Added extra checking and verbose file reading errors Upgraded to V1.1 Slightly changed commandline arguments GUI has new options Compile scripts also include readme file now Updated readme

Revision 3394: Support for normal maps in mhx exporter now works. Added option for clothes to d

From MH lab - Fri, 05/11/2012 - 17:15
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2/mh2collada.py
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Modify    /trunk/makehuman/shared/mhx/mhx_main.py

Support for normal maps in mhx exporter now works. Added option for clothes to delete part of body on export, e.g. for low-poly teeth.

Revision 3393: Mitsuba exporter update, thanks to Pedro Alcaide.

From MH lab - Thu, 05/10/2012 - 14:50
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2/mh2mitsuba.py

Mitsuba exporter update, thanks to Pedro Alcaide.

Revision 3392: Custom UVs should now work with mhx.

From MH lab - Thu, 05/10/2012 - 06:31
Changed Paths:
    Modify    /trunk/makehuman/data/uvs/v5/v5.mhuv
    Add    /trunk/makehuman/plugins/3_libraries_uv_chooser.py
    Modify    /trunk/makehuman/shared/mhx/mhx_main.py
    Modify    /trunk/makehuman/tools/blender26x/makeclothes/makeclothes.py
    Modify    /trunk/makehuman/tools/blender26x/makeclothes/makeuvs.py

Custom UVs should now work with mhx.

Revision 3391: Added formal version 1.0 First try loading base.obj from relative location in sv

From MH lab - Wed, 05/09/2012 - 19:37
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.bat
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.sh
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketargetlib.py

Added formal version 1.0 First try loading base.obj from relative location in svn, then fall back to looking for local copy in resources Fixed a bug with unicode paths by checking for basestring instead of str Added informative messagebox in GUI when processing was succesful Added debug mode in console version Lots of small fixes Pyinstaller packaging scripts include base.obj and license.txt in dist Improved performance of loading base.obj multiple times by copying it in-mem instead of loading from disk every time.

Revision 3390: Added icon to maketarget build.

From MH lab - Wed, 05/09/2012 - 13:15
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.bat
    Modify    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.sh
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/makehuman.ico

Added icon to maketarget build.

Revision 3389: The clothes/hair/proxy paths should hopefully be found correctly now.

From MH lab - Wed, 05/09/2012 - 11:48
Changed Paths:
    Modify    /trunk/makehuman/apps/export_config.py
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Add    /trunk/makehuman/data/proxymeshes/clear
    Add    /trunk/makehuman/data/proxymeshes/clear/clear.proxy
    Modify    /trunk/makehuman/plugins/3_libraries_clothes_chooser.py
    Modify    /trunk/makehuman/plugins/3_libraries_polygon_hair_chooser.py
    Modify    /trunk/makehuman/plugins/3_libraries_proxy_chooser.py

The clothes/hair/proxy paths should hopefully be found correctly now.

Revision 3388: Gui application can now be used as commandline tool too if arguments are given.

From MH lab - Wed, 05/09/2012 - 11:41
Changed Paths:
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py

Gui application can now be used as commandline tool too if arguments are given. In this case, no wx dependencies are loaded.

Revision 3387: Continue experiment with custom uvs

From MH lab - Wed, 05/09/2012 - 08:17
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Add    /trunk/makehuman/data/uvs/v5
    Add    /trunk/makehuman/data/uvs/v5/v5.mhuv
    Modify    /trunk/makehuman/shared/mhx/mhx_main.py
    Modify    /trunk/makehuman/tools/blender26x/makeclothes/makeuvs.py

Continue experiment with custom uvs

Revision 3386: Added detection for one extra error case in commandline tool. Added extensive re

From MH lab - Tue, 05/08/2012 - 23:12
Changed Paths:
    Add    /trunk/makehuman/tools/standalone/maketarget/Readme.txt
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.py

Added detection for one extra error case in commandline tool. Added extensive readme file.

Revision 3385: Experiment with alternative uv layouts and multiple materials. ATM only works wi

From MH lab - Tue, 05/08/2012 - 22:00
Changed Paths:
    Modify    /trunk/makehuman/apps/human.py
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Add    /trunk/makehuman/data/uvs
    Modify    /trunk/makehuman/shared/mhx/mhx_main.py
    Modify    /trunk/makehuman/shared/mhx/read_rig.py
    Modify    /trunk/makehuman/shared/mhx/templates/meshes25.mhx
    Modify    /trunk/makehuman/tools/blender26x/makeclothes/__init__.py
    Delete    /trunk/makehuman/tools/blender26x/makeclothes/main.py
    Add    /trunk/makehuman/tools/blender26x/makeclothes/makeclothes.py
    Add    /trunk/makehuman/tools/blender26x/makeclothes/makeuvs.py
    Modify    /trunk/makehuman/tools/blender26x/makerig/__init__.py
    Modify    /trunk/makehuman/tools/blender26x/makerig/main.py
    Modify    /trunk/makehuman/utils/mhx/weighting_tool.py

Experiment with alternative uv layouts and multiple materials. ATM only works with mhx exporter.

Revision 3384: Fixed some issues with GUI and windows. Added pyinstaller package scripts for wi

From MH lab - Tue, 05/08/2012 - 19:13
Changed Paths:
    Add    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.bat
    Add    /trunk/makehuman/tools/standalone/maketarget/compilePyinstaller.sh
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget.xrc
    Modify    /trunk/makehuman/tools/standalone/maketarget/maketarget_gui.fbp

Fixed some issues with GUI and windows. Added pyinstaller package scripts for windows and linux (might also work for MAC OS)

Revision 3383: Initial check-in of new maketarget standalone app. Contains both a GUI and conso

From MH lab - Tue, 05/08/2012 - 00:47
Changed Paths:
    Add    /trunk/makehuman/tools/standalone
    Add    /trunk/makehuman/tools/standalone/maketarget
    Add    /trunk/makehuman/tools/standalone/maketarget/maketarget-gui.py
    Add    /trunk/makehuman/tools/standalone/maketarget/maketarget.py
    Add    /trunk/makehuman/tools/standalone/maketarget/maketarget.xrc
    Add    /trunk/makehuman/tools/standalone/maketarget/maketarget_gui.fbp
    Add    /trunk/makehuman/tools/standalone/maketarget/maketargetlib.py
    Add    /trunk/makehuman/tools/standalone/maketarget/resources
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/MAKE.png
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/MAKE_orange.png
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/makeTarget_logo_small.png
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/mh_add_small.png
    Add    /trunk/makehuman/tools/standalone/maketarget/resources/mh_sub_small.png

Initial check-in of new maketarget standalone app. Contains both a GUI and console version.

Revision 3382: Thanks to povmaniaco. New filter for 'joint' objects and human texture is loaded

From MH lab - Mon, 05/07/2012 - 01:11
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2/mh2mitsuba.py
    Modify    /trunk/makehuman/apps/mh2/mh2mitsuba_ini.py

Thanks to povmaniaco. New filter for 'joint' objects and human texture is loaded fron 'data/texture/' folder.

Revision 3381: Loading of clothes, hair and proxies should work now (yay!)

From MH lab - Sat, 05/05/2012 - 09:20
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2proxy.py
    Modify    /trunk/makehuman/core/module3d.py
    Modify    /trunk/makehuman/plugins/3_libraries_clothes_chooser.py
    Modify    /trunk/makehuman/plugins/3_libraries_human_texture.py
    Modify    /trunk/makehuman/plugins/3_libraries_polygon_hair_chooser.py
    Modify    /trunk/makehuman/plugins/3_libraries_proxy_chooser.py

Loading of clothes, hair and proxies should work now (yay!)

Revision 3380: Fixed inconsistent naming of obj materials. Removed IK bones from simple and gam

From MH lab - Sat, 05/05/2012 - 06:42
Changed Paths:
    Modify    /trunk/makehuman/apps/mh2/mh2collada.py
    Modify    /trunk/makehuman/data/rigs/game.rig
    Modify    /trunk/makehuman/data/rigs/simple.rig
    Modify    /trunk/makehuman/data/rigs/xonotic.rig

Fixed inconsistent naming of obj materials. Removed IK bones from simple and game rigs.

Pages

Subscribe to Makehuman aggregator