File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
bindings/Sofa/src/SofaPython3/Sofa/Core Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ using sofa::helper::logging::Message;
3737#include < SofaPython3/Sofa/Core/Binding_DataEngine.h>
3838#include < SofaPython3/Sofa/Core/Binding_ObjectFactory.h>
3939#include < SofaPython3/Sofa/Core/Binding_LinkPath.h>
40+ #include < SofaPython3/Sofa/Core/Binding_Mapping.h>
4041#include < SofaPython3/Sofa/Core/Binding_Node.h>
4142#include < SofaPython3/Sofa/Core/Binding_NodeIterator.h>
4243#include < SofaPython3/Sofa/Core/Binding_Prefab.h>
@@ -140,11 +141,12 @@ PYBIND11_MODULE(Core, core)
140141 moduleAddController (core);
141142 moduleAddDataEngine (core);
142143 moduleAddForceField (core);
143- moduleAddMass (core);
144- moduleAddObjectFactory (core);
145144 moduleAddLinkPath (core);
145+ moduleAddMapping (core);
146+ moduleAddMass (core);
146147 moduleAddNode (core);
147148 moduleAddNodeIterator (core);
149+ moduleAddObjectFactory (core);
148150 moduleAddPrefab (core);
149151 moduleAddBaseLink (core);
150152 moduleAddTopology (core);
You can’t perform that action at this time.
0 commit comments