Using multiple plug-ins at the same time
Posted: Fri Jan 22, 2021 1:46 am
Dear all,
how can I use more than one plug-in at the same time? I tried :
and
but it seems it takes only the first argument i.e. myPlugin1. I got this message :
and the output was only for the first plugin. Please let me know if I missed something. If this is not available in opensim, the work-around in my mind is to combine the two plugins in one plugin.
Best regards!
Ibraheem
how can I use more than one plug-in at the same time? I tried :
Code: Select all
opensim-cmd -L myPlugin1 -L myPlugin2 run-tool myAnalysis_Setup_A.xml
Code: Select all
opensim-cmd -L myPlugin1 myPlugin2 run-tool myAnalysis_Setup_A.xml
Code: Select all
Object::newInstanceOfType(): object type 'myPlugin2' is not a registered Object!
Object type myPlugin2 not recognized
Best regards!
Ibraheem