... | ... | @@ -48,8 +48,8 @@ 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
|
|
|
A filed called __main__.py must also be put in your Plugin.
|
|
|
## ____main____.py
|
|
|
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:
|
... | ... | |