View Full Version : Why doesn't isoSelectAutoAddNewObjs work?
Hamburger 08-24-2011, 12:11 AM I can't for the life of me quite seem to figure out why this doesn't work?
string $panel = `getPanel -withFocus`;
isoSelectAutoAddNewObjs $panel true;
print $panel is returning correct value. Manually checking "Auto Load New Obhects" returns isoSelectAutoAddNewObjs $panel true;
?
|
|
dbsmith
08-24-2011, 03:28 AM
It IS working (for me anyway). The isoSelectAutoAddNewObjs script creates a scriptJob called $autoAddNewObjJobNum
if set to 1, or deletes it if set to 0. You can check this by:
scriptJob -ex $autoAddNewObjJobNum
I'm assuming you mean that the tickbox in the IsolateSelect menu is not representing your state. Theres not much you can do about this unless you modify the menu mel code itself in
createModelPanelMenu.mel
Hamburger
08-24-2011, 03:32 AM
I'm assuming you mean that the tickbox in the IsolateSelect menu is not representing your state. Theres not much you can do about this unless you modify the menu mel code itself in
createModelPanelMenu.mel
Ah, this is correct. Thank you.
It is interesting, it works for me as well, but I was looking at the tickbox for confirmation not actually testing it!
CGTalk Moderation
08-24-2011, 03:32 AM
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.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.