Skip to content

Instantly share code, notes, and snippets.

View newdigate's full-sized avatar

Nic Newdigate newdigate

View GitHub Profile
@newdigate
newdigate / io_import_fcstd.py
Created November 3, 2019 09:16 — forked from yorikvanhavre/io_import_fcstd.py
Blender FreeCAD importer stub
bl_info = {
"name": "FreeCAD Importer",
"category": "Import-Export",
"author": "Yorik van Havre",
"version": (1, 0, 0),
"blender": (2, 79, 0),
"location": "File > Import > FreeCAD",
"description": "Imports a .FCStd file from FreeCAD",
"warning": "You need a version of FreeCAD compiled with the same Python version as Blender. Only Part- and Mesh-based objects are supported at the moment",
}