Page History
...
Hide content | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||
PrerequisitesTo use the Houdini command-line tools, you need to open the Houdini 'Command Line Tools' application (available as a shortcut from the start menu) in Windows. In Linux, you'll need to source the Houdini environment as follows:
Syntax / ExampleFor example, using 'hbatch', the most basic command-line render session without scripts to load a scene, set the enabled GPUs and render the Redshift ROP node, can be:
Alternatively, you can write a script file like
And execute it using:
|
...