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
-
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:
![image](https://private-user-images.githubusercontent.com/80793828/361256664-83f8cc0d-8d7c-4c17-917f-498040a8e9c2.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTgyODgsIm5iZiI6MTczOTQ1Nzk4OCwicGF0aCI6Ii84MDc5MzgyOC8zNjEyNTY2NjQtODNmOGNjMGQtOGQ3Yy00YzE3LTkxN2YtNDk4MDQwYThlOWMyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDE0NDYyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPThhNmUxNDhjODU3ZDU5NmQ3ZTQ2MzdiMmMyNjRhYjk2M2JmMzAyM2QyMWExY2Q4ODJmMTFhZGUyZjVkNDAwMTYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.6bUBnk5sTh5Ka_kHqt_euMjkbaBrosb2qBjBL0-IUjM)
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