Out-tree plugins built and added but cannot be found in SofaPython3 #4938
Replies: 1 comment 5 replies
-
|
Hi ! For stlib it might be due to two things :
About the Shell plugin, if you want SOFA to be able to load it using |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Dear all,
I'm trying to learn install out-tree plugin and use with SofaPython 3 in Windows 11. My goal is to install the Shell plugin to see if I can use Shell-Elastic_FEM to more efficiently simulate placement and bending of a thin metal plate for fixing orbital fracture.
I tried to follow the instructions of STLIB to build it by setting up CMAKE entries as:
I then build it using Release in VS 2022.
Following the same instruction, I also build Shell plugin. Both should be successful as I could add them using the Plugin Manager:

However, when I tried to import them in python by following the examples:
The first line could not find the module
stlib, the second line could not findShellplugin.Can someone give me some suggestions! Thanks!
Chi
Beta Was this translation helpful? Give feedback.
All reactions