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.
2 parents e6ce502 + 9666db2 commit 98fc6deCopy full SHA for 98fc6de
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