Hi
wondering how to build the tgdcli.exe Command Line Batch, the outdir folder is not optional and as the camera
from UI perspective got in rendererNode output
images\${TGDNAME}-${CAMERA}.%04d.tif
from batch perspective got option -o only, overiding the renderNode Name but no %camera% or %renderernode% or %outdir%
How to append the TGDNAME such as in UI but for a batch perspective ?
currently doing
.\tgdcli.exe -p <tgd_file> -o <TGDNAME>.%04d. -hide -exit -r -f <start>-<end>
any idea ?