We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d789ed commit 4b33f6dCopy full SHA for 4b33f6d
Plugin/src/SofaPython3/Prefab.cpp
@@ -58,7 +58,7 @@ void Prefab::reinit()
58
std::cout << "VisualInitVisitor" << std::endl;
59
execute<VisualInitVisitor>(nullptr);
60
61
- m_componentstate = sofa::core::objectmodel::ComponentState::Valid;
+ d_componentState.setValue(sofa::core::objectmodel::ComponentState::Valid);
62
}
63
64
void Prefab::doReInit()
0 commit comments