Notifications
Clear all

[Closed] Isolate selection in maxscript

I want to know how to Isolate objects using Maxscript.

1 Reply
1 Reply
(@denist)
Joined: 1 year ago

Posts: 0

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