Page 1 of 1

outputModule - save file path - save file name

Posted: April 4th, 2021, 5:35 pm
by caslumar@gmail.com

hello folks

I want to export some render via script but i have a litte problem

The name of the file is a = ROOT FOLDER + COMPNAME;

i need to trade the filepath but i cant =/

///////////

var finalOutput = THE NAME OF THE FILE

var infoFinal = PATH NAME TO USE

outputModule.file = File(finalOutput); ----> OK

outputModule.basePath = File(infoFinal); ---------> DOSENT WORK