Out-tree plugins built and added but cannot be found in SofaPython3 #4938
Unanswered
chz31
asked this question in
SofaPython3
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
-
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 findShell
plugin.Can someone give me some suggestions! Thanks!
Chi
Beta Was this translation helpful? Give feedback.
All reactions