This might be a locked core functionality but just out of curiosity. Would it or is it possible to disable moving a face or vertex without the transform gizmo?
What I mean by this is.......when in polygon mode or edge or vertex......you are able to manipulate the face,edge,vert directly without using the gizmo.....ideally it would behave like Maya where you need to select the gizmo to manipulate.
Replies
The biggest issue I find and you don't have this in Maya is....if youre in polygon mode and have the move tool active, you cant marquee select over a face whithout moving it (if you start from the centre of the face).
Also here's another gif demonstrating a weird issue with the selection marquee not displaying which kind of points to this entire functionality having some underlying issue in the first place?
If you have the move tool active. Activate the smart select and try to marquee a bunch of faces, the marquee wont appear. Do it again and it will......
How's your script coming along?
https://polycount.com/discussion/196410/3ds-max-2o15-disable-move-amp-select-tool-free-moving
Talking with Autodesk developers, they definitely factor those votes into their development plans.
thanks for the help though
tmGizmos.useCenterBox = false
(you can also turn it back on by setting the value to true instead of false)
That should greatly reduce the risk of accidentally moving the selection when creating new selections in move/rotate/scale mode. Of course it also means you wont be able to use the center box to move things in screen space either.