Notifications
Clear all
[Closed] Angle Distortion mode in Unwrap UVW using MaxScripts
Mar 22, 2018 7:38 am
Hello everyone, how can I enable Angle Distortion mode in Unwrap UVW using MaxScripts ?
I get the HWND list, but it’s not there until you turn it on.
code:
(
DesktopChild=(windows.getChildrenHWND (windows.getDesktopHWND()))
for c in DesktopChild where c[4] == “ComboBox” and c[5] == “Angle Distortion” do UIAccessor.SendMessage c[1] ?
)
? – setfocus or select this mode in combobox (some HEX parameters to the selection from the list)
2 Replies