Cleaning up xml file generation, and erroneous export annotations from interface bindings.

This commit is contained in:
Ian 'z0r0' Abreu
2025-08-31 18:28:41 -04:00
parent 963757d9ba
commit 0af34eeff6
4 changed files with 6 additions and 34 deletions

View File

@@ -6,7 +6,6 @@ from Base.Metadata import export
@export(
Include="Mod/CAM/App/Area.h",
Namespace="Path",
ReadOnly=["Sections", "Shapes"],
Constructor=True,
Delete=True,
)

View File

@@ -8,7 +8,6 @@ from Base.Persistence import Persistence
Twin="Toolpath",
TwinPointer="Toolpath",
Namespace="Path",
ReadOnly=["Length", "Size", "BoundBox"],
Delete=True,
Constructor=True,
)

View File

@@ -7,7 +7,6 @@ from Base.Metadata import export
FatherInclude="Base/BaseClassPy.h",
Include="Mod/CAM/PathSimulator/App/PathSim.h",
Namespace="PathSimulator",
ReadOnly=["Tool"],
Constructor=True,
Delete=True,
)