Plug-in Mangement

Register .dll / .dylib / .py Plug-In

CLO now supports registering plug-ins in the following formats:

Supported formats by OS:

  • Windows: .dll, .py

  • macOS: .dylib, .py

Registered plug-ins will appear in the Plugin tab and can be launched directly from within CLO. This includes both compiled plug-ins (C++ API) and Python scripts.

Update: Previously, only .dll (Windows) and .dylib (macOS) plug-ins could be registered. Now, .py (Python scripts) can also be registered as plug-ins.

To register a plug-in:

  1. Open Plugin tab → Plug-in Manager.

  2. Click the + ADD button.

  3. Select your plug-in file ( .dll, .dylib, or .py) and click Open.

  4. Name the plug-in and choose its display position in the Plugin tab.

  5. Click OK.

Your plug-in is now successfully added and will appear in the designated position in the Plugin tab.

ico3 Plug-in Tab

_images/pluginTAB.png

ico3 User Setting

_images/usersetting1.png

ico3 Register Plugins

_images/usersetting2.png

ico3 Plugin Location Set

_images/register.png

ico3 Using Plugins

_images/plugin.png

Click OK to complete the registration.

Note:

  • Registered plug-ins also appear below path:

  • Main Menu ico3 Settings ico3 Plug-in