Italy
Joined: Nov 17, 2021
Post Count: 465
Status:
Offline
Re: How to call to open another plugin programatically
This isn't possible through public APIs. You may use Java reflection to access private code and reach other plugins. If the plugins which have to communicate are both yours, you may use the classes in the package it.ld.sh3d.messaging, which you can find in the plugins Wirings and 3D dimension lines, they provide a pub/sub style API for cross-plugins communication.