Plugin in the top bar with Python
-
Is it possible for me to create a Python plugin similar to this example I put together? Like a top bar, commands, and a menu, my doubt is whether I need to register the plugin differently.
-
Hey @pyxelrigger,
Thank you for reaching out to us. You will have to overwrite
PluginMessage
in your plugin to do that. You might want to have a look at this thread.Cheers,
Ferdinand