SofaPython3 alternative to PythonScriptControllerHelper, ScriptController etc. #4426
Replies: 3 comments
|
Hi @pr6khar Thank you for your question. Could you elaborate a bit more what you want to do because calling python code should be a rare situation. |
|
|
|
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a custom sofa plugin in C++ which has dependency on PythonScriptControllerHelper. I want to migrate to SofaPython3. What is/are the alternative/s to this dependency. Also, what changes should I make to my code to be able to migrate?
I am including a sample code which is currently implemented :
All reactions