Clicking the icon or typing the command comes back as ‘unknown command’ what has happened?
Help
MarceloM
Clicking the icon or typing the command comes back as ‘unknown command’ what has happened?
Help
MarceloM
Did you try to restart both rhino and your computer?
To check if plug in s are involved:
Start in safe mode.
Search “rhino in safemode” in the start menu.
There should be an alias.
If not see
@Marcelo_Makar run _PluginManager and see if any plugins that ship with Rhino are disabled. (Untrim is part of SolidTools)
It that doesn’t resolve your issue, run _SystemInfo and post back the results.
@Marcelo_Makar and @Gijs and @Tom_P ,
It might be completely unrelated, but I had an issue where some commands would show as unknown commands. It was caused by running a custom script that I had written. Specifically, the script would open a window, and in the window was a button that, when pressed, allowed me to select objects in the Rhino document. And my script was somehow closing the pop-up window while the selection function was still running.
And my script is part of a collection of scripts (I call it a kit). It looks and feels like a plug-in, but it isn’t. So, my kit could have caused an issue like this, but it would not show up as a plug-in in the system info dump, and it probably would not be disabled by safe-mode.
So, while I’m sure it’s not the only possible cause for this “unknown command” issue, be on the lookout for a script that opens a dialog box and allows selecting of objects after the dialog box is opened…and the script might be part of an actual plug-in or it might just be part of a collection of scripts like my kit.