Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- macroScript UV_Editor
- ButtonText:"UV_Editor"
- Category:"# Toggle"
- Tooltip:"(Alt+E) UV_Editor"
- (
- ChildWindows = UIAccessor.GetChildWindows (DialogMonitorOPS.GetWindowHandle())
- for i in ChildWindows where (UIAccessor.GetWindowText i)=="Edit UVWs" do
- (
- ::ns_uvtools.Unw_CloseEditor()
- return()
- )
- if actionMan.executeAction 2077580866 "40005" == false then
- (
- modPanel.addModToSelection (Unwrap_UVW ()) ui:on
- actionMan.executeAction 2077580866 "40005"
- actionMan.executeAction 2077580866 "40122" -- Unwrap UVW: Always Bring Up The Edit Window
- )
- else actionMan.executeAction 2077580866 "40122" -- Unwrap UVW: Always Bring Up The Edit Window
- )
Advertisement
Add Comment
Please, Sign In to add comment