Can anyone explain what the .filenameUnique property of bake elements is used for?
– select an object that was prepared for RTT, then run
bp = $.inodebakeproperties
be = bp.getBakeElement 1
format “filenameUnique = %\n” be.filenameUnique
If this property is set to false, the RTT GUI seems to regenerate a generic bake filename, using the existing path and extension, but generating a new filename from the node name and the bake element name.
The online help just says “Enable/Disable unique file name generation” - which is not terribly helpful to me.
Any insights what this is for?
Thanks!