Finalizing Python interface bindings for Robot, Spreadsheet, Surface.

This commit is contained in:
Ian 'z0r0' Abreu
2025-08-31 15:41:14 -04:00
parent ca435629b8
commit df20bc6609
28 changed files with 48 additions and 794 deletions

View File

@@ -45,13 +45,16 @@ class TemplateClassPyExport(template.ModelTemplate):
"Fem",
"Gui",
"Import",
"Material",
"Measure",
"Mesh",
"Part",
"PartDesign",
"Points",
"Material",
"Robot",
"Sketcher",
"Spreadsheet",
"Surface",
]:
root, ext = os.path.splitext(path)
return f"{root}_{ext}"