mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 05:09:15 +00:00
WARNING: Remove collection syncing. The outliner no longer is used to change spatial hierarchy.
This is a BREAKING change (on purpose). If you want to change containment / aggregation, use the UI panels, not drag and drop on the outliner.
This commit is contained in:
@@ -122,8 +122,7 @@ class CreateProject(bpy.types.Operator):
|
||||
bpy.data.meshes.remove(mesh)
|
||||
for mat in bpy.data.materials:
|
||||
bpy.data.materials.remove(mat)
|
||||
core.create_project(tool.Ifc, tool.Project, schema=props.export_schema, template=template)
|
||||
blenderbim.core.spatial.import_spatial_decomposition(tool.Spatial)
|
||||
core.create_project(tool.Ifc, tool.Project, tool.Spatial, schema=props.export_schema, template=template)
|
||||
tool.Blender.register_toolbar()
|
||||
|
||||
def rollback(self, data):
|
||||
|
||||
Reference in New Issue
Block a user