-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper --c and "--" syntax with rez env #98
Comments
These are problematic :/ The The most robust option I think would be to..
The added benefit being that you can inspect the Next port to call would be to see whether nerdvegas/rez has a handle on this, I remember this being an issue way back when and it's possible they've got a solution that can be copy/pasted into here. |
Thank you for the quick response! Yeah, I think I will just export it to a bat/sh file for simplicity sake. Maybe it's something we can auto generate in the tmp RXT dir? Just spit balling. On mention of nerdvegas/rez -- that repo has taken off this last year with commits. Anything you've seen worth bringing over? |
Possibly..
Not sure, I haven't been keeping up, it's been a while. It's possible they've got Windows and Python 3 support under control by now, in which case you might be able to switch altogether. They should both work interchangeably with Allzpark, for example. |
Hello!
Issue:
rez env x y z --
are stripped of quotation marks and can failYou can see the command issued after the rez env is stripped of quotation marks and results in an error from the Maya render command.
Command supplied
Command executed after
rez env
But if you
rez env x y z
and issue the command manually, it is done it works.This is perhaps more of an inquiry than an issue. But what is the correct syntax for a "complex" command such as this?
There is argument parsing done here but I think it is more a shell/sh/cmd issue, no?
Any advice would be appreciated on how to handle commands of this nature.
Actual production command with sensitive names omitted/replaced
rez env NINE-0.0.3 maya2018==2018.5.0 --exclude *.beta --time 1606913068 --paths "M:\common\users\rafael\packages;\\hollywood.local\Main\common\tools\packages\proj;\\hollywood.local\Main\common\tools\packages\app;\\hollywood.local\Main\common\tools\packages\td;\\hollywood.local\Main\common\tools\packages\int;\\hollywood.local\Main\common\tools\packages\ext;\\hollywood.local\Main\common\tools\packages\converted" -- render -r arnold -ai:lve 2 -cam common_common_common_checkSetting_tooltest_v002_cam_modelCheck -s 1001 -e 1004 -b 1 -preRender "catch(
preRenderHook); setAttr defaultRenderGlobals.putFrameBeforeExt 1; " -preFrame "catch(
preFrameHook); " -postLayer "catch(
postLayerHook); " -postFrame "catch(
postFrameHook); " -postRender "catch(
postRenderHook); " -rd M:/hollywood/projects/NINE/tmp/maya_render/rafael/2020_1202_214812284000/output M:/hollywood/projects/NINE/tmp/maya_render/rafael/2020_1202_214812284000/chara_person_default_look_default-person_v074.ma
The text was updated successfully, but these errors were encountered: