User guide
36
Option Usage
--render-internal-dependencies Allows any render nodes that don't produce asset outputs to be
rendered within a single katana --batch process. Asset outputs are
determined by asking the current asset plug-in if the output location
is an assetId, using isAssetId(). The default file asset plug-in that
ships with Katana classes everything as an asset. So at present it is not
possible to render any dependencies within one katana --batch
command without customizing the asset plug-in.
--crop-rect Specifies which part of an image to crop. The same cropping area is
used for all renders.
Syntax:
--crop-rect="(<left>,<bottom>,<width>,<height>)"
Example:
./katana --batch --katana-file=/tmp/test.katana --t=1
--render-node=beauty --crop-rect="(0,0,256,256)"
--setDisplayWindowToCropRect Sets the display image to the same size as the crop rectangle set by --
crop-rect.
6 KATANA LAUNCH MODES |