add export to .ifcjson, related #839

This commit is contained in:
Jesusbill
2020-05-21 04:10:20 +02:00
parent d81196316d
commit ea1c3079cb
4 changed files with 114 additions and 1 deletions
@@ -216,7 +216,7 @@ if bpy is not None:
def menu_func_export(self, context):
self.layout.operator(operator.ExportIFC.bl_idname,
text="Industry Foundation Classes (.ifc/.ifczip)")
text="Industry Foundation Classes (.ifc/.ifczip/.ifcjson)")
def menu_func_import(self, context):
self.layout.operator(operator.ImportIFC.bl_idname,