View Full Version : Isolate selection in maxscript
bkravi 10-24-2009, 04:44 PM I want to know how to Isolate objects using Maxscript.
|
|
denisT
10-24-2009, 05:17 PM
I want to know how to Isolate objects using Maxscript.
start:
macros.run "Tools" "Isolate_Selection"
end:
d = for hwnd in UIAccessor.GetPopupDialogs() where UIAccessor.GetWindowText hwnd == "Warning: Isolated Selection" do exit with hwnd
if d != ok do UIAccessor.PressButtonByName d "Exit Isolation Mode"
check if ON:
d = for hwnd in UIAccessor.GetPopupDialogs() where UIAccessor.GetWindowText hwnd == "Warning: Isolated Selection" do exit with hwnd
d != ok
isolated nodes:
Iso2Hidden
all ISO Persistents: #Iso2Hidden, #Iso2HidFlags, #Iso2View, #Iso2Lations, #Iso2ObjArr, #Iso2Camera
CGTalk Moderation
10-24-2009, 05:17 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.
vBulletin v3.0.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.