we are having the issues that we have 2 different plugins that each have their own OnCreated.py and other event handler files.
plugin1/
scripts/
OnCreated.py
plugin2/
scripts/
OnCreated.py
Both plugins are registered via the $HOUDINI_PATH env variable.
But houdini only executes the first one it found in the HOUDINI_PATH, and ignore every other event handler files.
Is this expected behavior?
If so how can 2 plugins listen for node creation events?
And is there another way to listen for node creation / deletion other then the event handler files?
Using Houdini 19.5.716
