Is it possible to do something to keep the following commands from recording wherever the previously-called-command is recorded ? When I do something repetitive I use the “right click to call previous command” feature very often, but these commands usually get in the way :
_Hide
_Show
_HideSwap
_Zoom
For instance: let’s say I’m extending many surfaces within my scene. I will move the camera and re-call _ExtendSrf
many times, until my camera target is totally wrong, so I need _Zoom
. But then I need to manually call _ExtendSrf
again, because if I right-click it would call _Zoom
.
I typically never need to re-call the above list of commands with right click, instead I would prefer to call the command used before that.
Any trick to do this ? A macro operator maybe ?