Forum Replies Created
-
19th November 2015 at 9:48 am #15274In fact there was errors in my template, but Muster validator let them pass through and the template was failing silently (never made the python output to work).
I recommend editing your template outside of Muster, ideally with an intelligent IDE (like PyCharm) to make sure no typo or mistake slipped through.
I tried playing with the Dispatcher option “Dispatcher Preferences > Logs > Python output” without success.To push template you simply have to “Confirm Changes” and it will be pushed everywhere. That’s nice !
23rd September 2015 at 4:04 pm #15269Still no luck with “onBuildEnvironment” so I tried another way:
I removed my modifications to the “onBuildEnvironment” method and instead replaced the executable of Maya (….Maya2016/bin/render.exe) by some batch that builds the environnement then calls render.exe.
Here is the result:
[MUSTER]Spawning process \script-serverMaya2016maya2016.bat inside \script-serverMaya2016 using the following command line flags:
[MUSTER]-r arnold -ai:lve 1 -proj “\datatest_projSHOT_MUSTER” -s 684.000 -e 685.000 -b 1.000 “\datatest_projSHOT_MUSTERWORKSHOT_MUSTER_REND_v002.mb”Input line is too long.
[MUSTER]Process terminated with exit code: 1
However running the following command in a terminal
\script-serverMaya2016maya2016.bat -r arnold -ai:lve 1 -proj “\datatest_projSHOT_MUSTER” -s 684.000 -e 685.000 -b 1.000 “\datatest_projSHOT_MUSTERWORKSHOT_MUSTER_REND_v002.mb”
works well and the frame are rendered correctly.
Any pointer on what might cause this ?

-

