PDA

View Full Version : // Error: The attribute 'defaultRenderGlobals.imageFormat' is locked or connected


jjslimslim
03-09-2008, 01:17 AM
I get this error when I try to change the image Format... or Name prefix in the render settings.


// Error: The attribute 'defaultRenderGlobals.imageFormat' is locked or connected and cannot be modified.



How do I unlock or disconnect this? I cant find it anywhere... and I tried this:

lockNode -lock off defaultRenderGlobals.imageFormat

That didnt work. So I guess its Connected?

any ideas?

GiantG
03-09-2008, 09:08 PM
try this

setAttr -l false "defaultRenderGlobals.imageFormat";


otherwise do
listConnections defaultRenderGlobals.imageFormat

and kill any connections with
disconnectAttr node.attr


cheerz...

CGTalk Moderation
03-09-2008, 09:09 PM
This thread has been automatically closed as it remained inactive for 12 months. If you wish to continue the discussion, please create a new thread in the appropriate forum.