Very minor bug…
When submitting a 3ds Max tiling job using SMTD the Batch group fails to pickup the scene name when using the $scene variable
Very minor bug…
When submitting a 3ds Max tiling job using SMTD the Batch group fails to pickup the scene name when using the $scene variable
Hello,
Thanks for reporting this, I’ll have this tested and we will pass it along to the devs. Thanks again!
Hi Dave,
Thanks for the report!
We have a fix internally and we will try to make it available to our customers ASAP.
If you are interested in fixing it yourself, you can simply
fn getBatchName =
(
(SMTDFunctions.FormatJobName SMTDSettings.JobName) + " BATCH [" + localtime +"]"
),