Skip to content

Error with SofaPython3 scene : VisualLoop expected at the root node #5174

Discussion options

You must be logged in to vote

This is due to the fact that your script might initialize the root node with the function Sofa.Simulation.init(root). The initialization should now be done using the function initRoot() as follows:

Sofa.Simulation.initRoot(root)

Replies: 1 comment

Comment options

hugtalbot
Dec 19, 2024
Maintainer Author

You must be logged in to vote
0 replies
Answer selected by hugtalbot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant