On 13/04/2015 at 07:57, xxxxxxxx wrote:
I have two plugins that live in different Python Plugin files. I know that we can use the Message system
to pass Python objects around Python Plugins, but this only works with NodeData Plugins like Objects,
Tags, etc.
Plugin B provides a GUI that Plugin A needs data from. As it only implements a GUI, there is only a
CommandData in Plugin B. How can I allow Plugin A to communicate with Plugin B and exchange
Pythonic data?