Search found 1 match
- April 4th, 2021, 5:35 pm
- Forum: Scripts Discussion
- Topic: outputModule - save file path - save file name
- Replies: 0
- Views: 39061
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); ---...