Yes it they have specific event. It is TextBox control. Thank you Denis, I completely forgot about simple things Will try with KeyDown.
Obviously it should but it is not working. This thing does not returning the handle of the editor: windows.SendMessage s.Handle LVM_GETEDITCONTROL 0…
Sorry Denis, I mistyped, it was WM_GETDLGCODE that should be catched in the hook. Actually it catches, debug shows that this message gets catched rig…
Exactly! Thank you, PixelBaker!
Thank you Gravey! Did you test this script under max2013?
AutoCAD has migration tool at least while 3ds max’s not, and there’s no hope of appearance of such tool. Have to recreate 2012 gui in 2013 max manual…
if you translate(rotate, scale) gizmo it will be not… This is why I’m asking – I did move and rotate gizmo, gizmo.transform reflects all that transf…
That’s cool Thank you Denis, I should do some research now to catch all these matrices One more question please, may be offtopic – why getModContex…
I have some simple script to quickly rotate uvw gizmo around local axis at 90 degrees. mod_obj = modPanel.getCurrentObject() gizmo_rotation = mod_obj…
Thank you, Johan! I’ve already dived into the code Will post here if I’ll come to some way of rotating gizmos without expression controllers (hopefu…
If the source array is not too big I would iterate through the array, putting materials from this array to another checking target array if it already…