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:
Dion Moult
2024-06-07 22:55:11 +10:00
parent db98f13982
commit e3cb811225
12 changed files with 62 additions and 92 deletions
@@ -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):