Changed folder_path to use fsName instead of absoluteURI in the buildRenderPipeline function

This commit is contained in:
2026-09-10 13:44:03 -07:00
parent 9ca079acc5
commit d490afc206
+1 -1
View File
@@ -593,7 +593,7 @@
while(rqCompOMCollect.length < wallTemplates.length){
rqCompOMCollect.add()
}
var folder_path = Folder.decode(folderOutput.absoluteURI);
var folder_path = Folder.decode(folderOutput.fsName);
for(var i = 0; i<rqCompOMCollect.length; i++){
var om = rqComp.outputModule(i+1);
var templateName = wallTemplates[i];