User guide

35
Option Usage
--threads2d Specifies the number of additional processors within the application.
An additional processor is also used for Katana's main thread.
This means that Katana uses 3 processors when
--threads2d=2.
Syntax:
--threads2d=<num threads>
Example:
./katana --batch --katana-file=/tmp/test.katana
--t=1 --threads2d=2 --render-node=beauty
--threads3d Specifies the number of simultaneous threads the renderer uses.
Syntax:
--threads3d=<num threads>
Example:
./katana --batch --katana-file=/tmp/test.katana
--t=1 --threads3d=8 --render-node=beauty
--render-node Specifies the Render node from which to render the recipe.
Syntax:
--render-node=<node name>
Example:
./katana --batch --katana-file=/tmp/test.katana
--t=1 --render-node=beauty
6 KATANA LAUNCH MODES |