menu plugin sample
-
On 23/05/2018 at 05:52, xxxxxxxx wrote:
I want to translate my old COFFEE menu plugin to Python, then are there any good examples?
-
On 24/05/2018 at 07:18, xxxxxxxx wrote:
Hi,
in Python these are called CommandData plugins, which is more coherent with the C++ API.
We have a bunch of example CommandData plugins in the Python SDK examples. Also available here on GitHub.
In general the scripts in Script Manager are simplified forms of the above. Maybe useful for prototyping.