Skip to content

Commit 61bd4e0

Browse files
committed
WIP for mapping
1 parent 09c18ed commit 61bd4e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

bindings/Sofa/src/SofaPython3/Sofa/Core/Submodule_Core.cpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)