HI all - a heads up of some new behavior in in WIP - for you point pulling fine-tuners especially. As you may know DragMode has a ControlPolygon mode that constrains point movement in a handy way. This constraint has now been added to Nudge (Options > Modeling Aids > Nudge.) So Alt + arrow keys move surface points on the U/V control polygon ad Alt + PageUp/Down moves points in the normal direction.
This is nice, and helpful but potentially awkward to switch on and off on the fly so Mikko has organized things to make the same macro work to enable and disable both.
! _DragMode _ControlPolygon -_Options _ModelingAids _Nudge _Direction=ControlPolygon _EnterEnd
You can use this on a button or Alias of course. I have it on the Control point context menu:
-Pascal