FreeCAD/src/Mod/Mesh/Init.py
2015-01-13 16:19:19 +01:00

7 lines
269 B
Python

# FreeCAD init script of the Mesh module
# (c) 2004 Werner Mayer LGPL
# Append the open handler
FreeCAD.addImportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")
FreeCAD.addExportType("Mesh formats (*.stl *.ast *.bms *.obj *.off *.ply)","Mesh")