For custom extensions / plugins

Custom extensions / plugins can also have their own widgets.

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}

class PluginName(sp.BaseDevice):

C:\Users\{USERNAME}Documents\Grid Studio\Plugins\PluginFolderName\LinkedWidgets\PluginName

Last updated