I have a little but annoying problem with aliases in rhino 7
I often need to extend multiple different surfaces edges, selected one by one, so instead of repeat the ExtendSrf command every time, I saved an alias with an asterisk " ! *_ExtendSrf "
It works well until I quit Rhino, when I restart it and try to use the same alias it says " Unknown command *_ExtendSrf " and all I can do is delete the alias and rewrite it
Oi⦠this feels like iot will be hard to track down - so far, in my tests atleast, it just worksā¦
Mitch, I can repeat the intermittent thing you showed in the clip. Thanks.
My guess of the moment is that *ExtendSrf does not launch the plug-in that contains the command; once the command runs normally once, the plug-in is loaded and it all works.
@Lightafuncool - it does seem to work correctly if the macro uses the explicit command _Repeat in place of the * character,