WhiteRabbitObj
11-13-2004, 07:19 AM
I'm trying to get a render globals option for Final Gather View so that I don't need to go through and enable it for every object in my scene, but the tips in Paolo Berto's masterclass and a websearch don't seem to work for Maya 6. The mel to add this attribute is supposed to be:
displayRenderGlobalsWindow;
select miDefaultOptions;
addAttr -ln finalGatherView -at bool miDefaultOptions;
but it doesn't seem to add the attribute anywhere in the renderglobals. What it DOES do is to select the miDefaultOptions and brings it up on the sidebar, but the finalGatherView attribute is not even displayed. Trying to run this script a second time fails however and says that the attribute already exists! So apparently it is in fact being created, but I cannot find it. Any help would be great, thanks.
displayRenderGlobalsWindow;
select miDefaultOptions;
addAttr -ln finalGatherView -at bool miDefaultOptions;
but it doesn't seem to add the attribute anywhere in the renderglobals. What it DOES do is to select the miDefaultOptions and brings it up on the sidebar, but the finalGatherView attribute is not even displayed. Trying to run this script a second time fails however and says that the attribute already exists! So apparently it is in fact being created, but I cannot find it. Any help would be great, thanks.
