[SOLVED] How to set output processor programatically
2057 2 2-
- flord
- Member
- 59 posts
- Joined: 3月 2014
- オフライン
-
- simon_o
- Member
- 112 posts
- Joined: 10月 2011
- オフライン
The outputprocessors parameter on the usdrop has a script callback defined: loputils.handleOutputProcessorAdd(kwargs)
So something like this should work in the python shell if you have a usd_rop1 in /stage:
So something like this should work in the python shell if you have a usd_rop1 in /stage:
kwargs={"node": hou.node("/stage/usd_rop1"), "parm": hou.parm("/stage/usd_rop1/outputprocessors"), "script_value": "useseachpaths"} loputils.handleOutputProcessorAdd(kwargs)
Edited by simon_o - 2021年4月6日 03:16:42
Pipeline @ RISE Visual Effects Studios
-
- flord
- Member
- 59 posts
- Joined: 3月 2014
- オフライン
-
- Quick Links