I would like to have an alias for setting an object color, eg. “Green”, “Red”.
It’s easy to define as a button, as here by @Helvetosaur
But the alias was a bit trickier.
I tested: !_-Properties _Object _Color _Object Green _Enter _Enter
Which works well if an object is selected, but without it just goes into an endless loop for some reason.
Is there a solution im not seeing here? An easy fix?
It’s just a shorthand for Rhino to put in as many Enters as needed to go back up the command sublevels and finish the command. Sometimes the levels can be nested three deep (or more?).