conductor.houdini.scripts.chcache module¶
Script to render a ROP.
Currently it is designed for images, but can be extended to produce output for other ROPs
-
conductor.houdini.scripts.chcache.
error
(msg)¶
-
conductor.houdini.scripts.chcache.
parse_args
()¶ Parse args and error if any are missing or extra.
-
conductor.houdini.scripts.chcache.
render
(args)¶ Render the specified ROP.
If there’s anything drastically wrong with the args or the scene, exit. However, if there are only load warnings, print them and carry on. For example, the scene is likely to contain unknown assets such as the conductor job and submitter nodes, which were used to submit but are not needed to render. Set to frame range, in case user had left it set to single frame.
-
conductor.houdini.scripts.chcache.
usage
(msg='')¶
-
conductor.houdini.scripts.chcache.
validate_args
(args)¶ Check arg values such as hip and rop existence etc.
TODO: Implement these validations and remove inline checks from render method.