Problem with RUI file loading

I have created a RUI file for my plugins. The RUI file is located in

C:\Users\TobyLai\AppData\Roaming\McNeel\Rhinoceros\5.0\Plug-ins\MyPlugins (d6d7b139-42ef-4915-818d-4e7fdd5e5f17)\settings

If I double click the RUI file, it will load it into Rhino. But if I just start Rhino by itself, the RUI doesn’t load.

When I follow the instruction:

I found my RUI is under a key called “ClosedRuiFileList”

I then moved the path from “ClosedRuiFileList” to “Rui files” then Rhino works fine again to load my RUI file.

My question is, why is my file is in the ClosedRuiFileList.

How to fix it without regedit??

1 Like

When your RUI was displayed, did you close it?

You can open RUI file Rhino by clicking Options → Toolbars. On this page, click File → Open.

More on plug-in toolbars:

http://developer.rhino3d.com/guides/rhinocommon/create_deploy_plugin_toolbar/

Does this help?

1 Like