2017-08-25 02:26 AM
2017-08-25 07:41 AM
How can I get data created by one add-on in another addon?AFAIK, You can't to do it directly.
2017-09-14 07:49 AM
Oleg wrote:Oleg is right, you can only access other add-ons' data if those add-ons provide an internal interface via add-on – add-on communication.How can I get data created by one add-on in another addon?AFAIK, You can't to do it directly.
Use the Inter Addon communication ( see Communication Manager)
Main addon have to provide some external function for query the link's info.
Other addon have to call this finction to get the info.