Notifications
Clear all

[Closed] Angle Distortion mode in Unwrap UVW using MaxScripts

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

where is “Angle Distortion”? could you post a picture?

I think it’s part of the new UV Window/Settings in Max 2018 +