mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-14 03:14:23 +00:00
Fix silly bug causing uninstall to fail
This commit is contained in:
@@ -361,7 +361,7 @@ if bpy is not None:
|
||||
del(bpy.types.Material.BIMMaterialProperties)
|
||||
del(bpy.types.Mesh.BIMMeshProperties)
|
||||
del(bpy.types.Camera.BIMCameraProperties)
|
||||
del(bpy.types.Camera.BIMTextProperties)
|
||||
del(bpy.types.TextCurve.BIMTextProperties)
|
||||
bpy.types.SCENE_PT_unit.remove(ui.ifc_units)
|
||||
bpy.types.VIEW3D_MT_mesh_add.remove(model_grid.add_object_button)
|
||||
bpy.types.VIEW3D_MT_mesh_add.remove(model_wall.add_object_button)
|
||||
|
||||
Reference in New Issue
Block a user