Hello, just a desperate quickie
I need to change the imageformat output of a load of scenes to EXR (Multichannel), and I'm having trouble doing so with mel.
I try the "-type" flag to string and while I get no more error, it doesn't appear to change the format .
I must be missing something super-obvious, but again I'm pushed for time before a long weekend here. Any advice most welcome
I need to change the imageformat output of a load of scenes to EXR (Multichannel), and I'm having trouble doing so with mel.
Code:
setAttr "vraySettings.imageFormatStr" 6; // Error: line 1: setAttr: 'vraySettings.imageFormatStr' is not a simple numeric attribute. Its values must be set with a -type flag. //
I must be missing something super-obvious, but again I'm pushed for time before a long weekend here. Any advice most welcome
Comment