Notifications
Clear all
[Closed] renderoutput with pathConfig
Oct 31, 2007 12:01 am
trying to get my scene to put output in its Projects renderoutput folder.
outputfilename = "scene"+ (substring ((10000 + i) as string) 2 4)
outPath = pathConfig.????? <<<<
render frame:i outputFile: (outPath + outputfilename + ".png") vfb:off
as you can see, I cant figure out what I am supposed to use there GetDir, returns a string and thus put the file in the project’s folder (which is close) but prefixes the file’s name with whatever GetDir is getting. SetDir(#renderoutput) doesnt work, and I was hoping the intiutive pathConfig.renderoutput would work but of course that would be too easy? Do I need to ask for rendoutput folder in a different way? I tried converting it to integer #21 and then setting the path there but that didnt work either
plz ignore frame:i I purposely left the rest of the code out