I have a lot of old plugin command names that are cached in rhino and still show up when I type the commands even though they have been removed from the plugin.
How can I clear the old command names from the registry?
I have a lot of old plugin command names that are cached in rhino and still show up when I type the commands even though they have been removed from the plugin.
How can I clear the old command names from the registry?
Moved to Plug-ins category
What kind of plugins? See if this page helps:
I suspect the commands are still active aliases. Look in Tools>Options>(Rhino Options)>Aliases
Hey @Gijs, myself and @lfuhrimann work on a plugin together. We changed the names of quite a few commands over the years or removed some, and for whatever reason many of the old names, they still show.
I worked it out @lfuhrimann,
going into Options > Aliases > Restore Defaults removes all of the old Aliases. I’m assuming @Gijs that when an Alias is registered, it’s never automatically removed?