In Rhino WIP, we added 3 commands: UndoSelection, RedoSelection and ClearUndoSelection.
What is this feature?
The Selection Undo stack is separate from the regular Undo stack. Use UndoSelection to browse back through your previous selections, without undoing geometry changes. Use RedoSelection to browse forward in this stack. To clear the stack, use ClearUndoSelection.
Why would you use it?
Sub-Object selection can be quite time consuming. These commands are a quick way to go back and forward to earlier made selections, without spending time reselecting. We expect these commands will be especially useful for SubD and control point modeling.
Tip
You can make instant aliases to quickly reselect previously made selections:
Great news. A much needed feature that will make point editing easier than ever.
My only hope is that the Selection undo will ignore repeatedly selected control point.
Example:
I often select one control point, move it with the “MoveUVN” tool along the normal direction, then I do the same with a nearby control point, then I select the first point again and repeat the process numerous times with the two points. These two control points should not consume the whole selection stack of 256 recordings if I pick them repeatedly 130 times each.
With other words, the new command must remember only unique selections and ignore duplicate selections.
Thank you for implementing it! It’s going to be very useful in many workflow scenarios.
I can’t test it yet, but would it work mid-commands? For example, often I select edges or sub-surfaces to extract many of them, and at some point i make a wrong click without holding Shift and all is meticulous selection work is gone. Will I be able to go back using the new command?
Same question as above. Does this work for sub-object selection? related… It would be wonderful if SelPrevious and SelLast also work with subobject selections.
The commands work for both object and subobject selection.
SelPrev is more or less a toggle between the last two made selections. Sellast selects the last created object(s) so I don’t understand how you would see that work for sub-objects.
I tried this command, and I must say it greatly speeds up the workflow. A selection like this is truly useful — I just tested it, and it’s excellent.
In current WIP @mikko also added a new command called ClearUndoSelection to clear the selection undo stack. I’ve updated this topic with that information.
Thank you, this was really needed and almost a game changer for heavy SubD modeling!
I’ve done a couple of quick tests, it seems like it needs to “register” the current selection. For example if I select three faces one after the other (adding them to the current selection), I cannot go back and forth. If I deselect everything (or do a transform operation) then that selection is actually registered to the stack. Am I wrong?
While this is a great improvement, I’d still like to have an option for registering every single change in the current selection (adding/removing faces, loops etc.), so that you don’t have to think about “registering” that selection, for example, before making an operation that could potentially clear that selection (like clicking or double clicking on the wrong face/edge, which can happen).
Have you considered having a pop-up window appear when the command is executed? It would be nice to be able to quickly navigate through the selections using the mouse wheel.
Indeed we’ve been thinking about this and your proposal might be a way. I will ask Mikko if there is access to the selection undo stack to accomplish that.
Suggestion: Change the names to SelectionUndo, SelectionRedo and ClearSelectionUndo.
The current names suggest these commands are about Undo or Redo for a objects which have been selected. In particular UndoSelection and UndoSelected are too close with only the last few letters differeing.
I hooked these commands up using the instant aliases, it’s brilliant imo. Huge time saver.
One wish:
I tend to have too much on the screen, and I make lots of mis-selections when I’m trying to choose a piece of geometry. So I only want selections that had some operation made on them, and/or which were newly created.
I’ve been using the WIP by default, and although I’ll have some bugs to report, I’m really super impressed with it. Great work!