-
Notifications
You must be signed in to change notification settings - Fork 133
Plugin Structure
tobspr edited this page Nov 12, 2015
·
7 revisions
Every plugin should be located in Plugins/<PluginName>/
whereas <PluginName>
denotes the identifier of the plugin. The identifier may consist only out of lowercase and uppercase letters, and the numbers 0-9.
There are certain files which are required for every plugin:
Plugins/<PluginName>/
|- __init__.py
|- Plugin.py
|- config.yaml
Rendering Pipeline by tobspr (c) 2014 - 2016
For developers: