Search found 1 match

by caslumar@gmail.com
April 4th, 2021, 5:35 pm
Forum: Scripts Discussion
Topic: outputModule - save file path - save file name
Replies: 0
Views: 10856

outputModule - save file path - save file name

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); ---...