User guide
34
Option Usage
--katana-file Specifies the Katana recipe to load.
Syntax:
--katana-file=<filename>
Example:
./katana --batch --katana-file=/tmp/test.katana --t=1
--render-node=beauty
--asset Specifies the asset ID to resolve.
Syntax:
--asset-<asset ID>
Example:
./katana --asset-mock:///show/shot/name/version
-t or --t Specifies the frame range to render.
Syntax:
-t <frame range>
OR
--t=<frame range>
Where <frame range> can take the form of a range (such as 1-5) or a
comma separated list (such as 1,2,3,4,5). These can be combined, for
instance: 1-3,5. The previous example would render frames 1, 2, 3,
and 5.
Example:
./katana --batch --katana-file=/tmp/test.katana
--t=1-5,8 --render-node=beauty
6 KATANA LAUNCH MODES |