There is some form of doing figures using custom action ?
I'm a costume designer and for me it is important to work on actual measurements of the people.
Moderator: joepal
"C:\Documents and Settings\Duststorm\Desktop\MakeHuman\makehuman.exe" --help
Detected HG revision: r103 (298d59a0c920)
usage: makehuman.py [-h] [-v] [--noshaders] [--nomultisampling]
[--debugopengl] [--fullloggingopengl] [--debugnumpy] [-t]
[mhmFile]
positional arguments:
mhmFile .mhm file to load (optional)
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
--noshaders disable shaders
--nomultisampling disable multisampling (used for anti-aliasing and
alpha-to-coverage transparency rendering)
--debugopengl enable OpenGL error checking and logging (slow)
--fullloggingopengl log all OpenGL calls (very slow)
--debugnumpy enable numpy runtime error messages
-t, --runtests run test suite (for developers)
duststorm wrote:With the python version, it's possible.
I have not tested how the windows build responds to this, but I know that pyinstaller leaves out terminal output for GUI applications.
EDIT: just tested it on WinXP with the latest RC2 build.
Using this as target rule in a shortcut to my mh executable works (you see nothing, but mh doesnt start either, the terminal output is hidden but this is unavoidable with pyinstaller created GUI applications)
- Code: Select all
"C:\Documents and Settings\Duststorm\Desktop\MakeHuman\makehuman.exe" --help
So that means that it does work, but you cannot directly read the output. You could read it from the python_out.txt file if you want though.
For reference, here is what help would show you:
- Code: Select all
Detected HG revision: r103 (298d59a0c920)
usage: makehuman.py [-h] [-v] [--noshaders] [--nomultisampling]
[--debugopengl] [--fullloggingopengl] [--debugnumpy] [-t]
[mhmFile]
positional arguments:
mhmFile .mhm file to load (optional)
optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
--noshaders disable shaders
--nomultisampling disable multisampling (used for anti-aliasing and
alpha-to-coverage transparency rendering)
--debugopengl enable OpenGL error checking and logging (slow)
--fullloggingopengl log all OpenGL calls (very slow)
--debugnumpy enable numpy runtime error messages
-t, --runtests run test suite (for developers)
All these features will work, also on windows, including loading an mhm file.
*note: runtests is not available on release builds.
Users browsing this forum: No registered users and 8 guests