outputModule - save file path - save file name

Find out why the . goes before the /

Moderator: Paul Tuersley

Post Reply
caslumar@gmail.com
Posts: 1
Joined: April 4th, 2021, 5:28 pm

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

Post Reply