... | ... | @@ -63,9 +63,9 @@ Put your plugin in a submenu, by adding the following line:\ |
|
|
_category=Process:MyCategory:My plugin_\
|
|
|
This line will create a sub menu called MyCategory in the Processes Menu of AnyWave and a link to launch the plugin.
|
|
|
|
|
|
## main.py
|
|
|
## **__main__**.py
|
|
|
|
|
|
A filed called main.py must also be put in your Plugin.\
|
|
|
A filed called __**main**__.py must also be put in your Plugin.\
|
|
|
This file along with desc.txt file will make your folder an AnyWave Python plugin.\
|
|
|
When using the Plugin Creation Assistant, the file is created for you.\
|
|
|
The file must look like:
|
... | ... | |