For custom extensions / plugins
Custom extensions / plugins can also have their own widgets.
The only different to an Object linked widget is the file location.
Correct file location
The exported widgets need to follow a specific folder path.
You will find your exported widget in your document folder under:
C:\Users\{USERNAME}\Documents\Grid Studio\Widgets
The widgets must to be located within the plugin folder:
C:\Users\{USERNAME}\Documents\Grid Studio\Plugins\{PLUGINNAME}\LinkedWidgets\{OBJECTNAME}
The object name is the same as your plugin class name.
class PluginName(sp.BaseDevice):C:\Users\{USERNAME}Documents\Grid Studio\Plugins\PluginFolderName\LinkedWidgets\PluginName
Last updated