@@ -246,7 +246,7 @@ module_mapping = "lambda x: Path(x).splitpath()[-1].split('.')[0].split('_')[0]"
246
246
247
247
[Modules .gp ]
248
248
249
- exclude_typedefs = [" gp" ,]
249
+ exclude_typedefs = [" gp" ," gp_TrsfNLerp " ]
250
250
251
251
[Modules .Standard ]
252
252
@@ -258,7 +258,7 @@ module_mapping = "lambda x: Path(x).splitpath()[-1].split('.')[0].split('_')[0]"
258
258
259
259
[Modules .NCollection ]
260
260
261
- include_body_pre = " const size_t DefaultBlockSize = 24600;"
261
+ include_header_pre = " const size_t DefaultBlockSize = 24600;"
262
262
exclude_classes = [" NCollection" ," NCollection_ListNode" ]
263
263
264
264
[Modules .OSD ]
@@ -401,7 +401,7 @@ module_mapping = "lambda x: Path(x).splitpath()[-1].split('.')[0].split('_')[0]"
401
401
[Modules .OpenGl ]
402
402
403
403
include_header_pre = " #include <Message_Messenger.hxx>"
404
- exclude_typedefs = [" OpenGl_SequenceOfLayers" ," OpenGl_SetterList" ," OpenGl_MapOfHatchStylesAndIds" ," OpenGl_MapOfZLayerSettings" ," OpenGl_IndexedMapOfStructure" ," OpenGl_MapOfShaderPrograms" ," OpenGl_IndexedMapOfStructure" ]
404
+ exclude_typedefs = [" OpenGl_SequenceOfLayers" ," OpenGl_SetterList" ," OpenGl_MapOfHatchStylesAndIds" ," OpenGl_MapOfZLayerSettings" ," OpenGl_IndexedMapOfStructure" ," OpenGl_MapOfShaderPrograms" ," OpenGl_IndexedMapOfStructure" , " OpenGl_LayerSeqIds " ]
405
405
406
406
[Modules .StdSelect ]
407
407
@@ -418,7 +418,8 @@ module_mapping = "lambda x: Path(x).splitpath()[-1].split('.')[0].split('_')[0]"
418
418
419
419
[Modules .AIS ]
420
420
421
- include_body_pre = " auto OptionsForAttach = [](){return AIS_Manipulator::OptionsForAttach();}; py::class_<AIS_Manipulator::OptionsForAttach>(m,\" AIS_Manipulator_OptionsForAttach\" );"
421
+ include_header_pre = " auto OptionsForAttach = [](){return AIS_Manipulator::OptionsForAttach();};"
422
+ include_body_pre = " py::class_<AIS_Manipulator::OptionsForAttach>(m,\" AIS_Manipulator_OptionsForAttach\" );"
422
423
exclude_typedefs = [" AIS_DataMapOfShapeDrawer" ," AIS_DataMapOfIOStatus" ," AIS_DataMapOfILC" ," AIS_IndexedDataMapOfOwnerPrs" ]
423
424
424
425
[Modules .Font ]
0 commit comments