mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Small fix
This commit is contained in:
committed by
Bruno Perdigão
parent
0c7a0a6bda
commit
21d3b1d472
@@ -23,7 +23,6 @@ import bonsai.tool as tool
|
||||
from bpy.types import SpaceView3D
|
||||
from gpu_extras.batch import batch_for_shader
|
||||
from mathutils import Vector
|
||||
from bonsai.bim.module.geometry.decorator import ItemDecorator
|
||||
|
||||
|
||||
class AggregateDecorator:
|
||||
|
||||
@@ -24,7 +24,6 @@ import bonsai.tool as tool
|
||||
import bonsai.core.aggregate as core
|
||||
import bonsai.core.spatial
|
||||
from bonsai.bim.ifc import IfcStore
|
||||
from bonsai.bim.module.geometry.decorator import ItemDecorator
|
||||
|
||||
|
||||
class BIM_OT_aggregate_assign_object(bpy.types.Operator, tool.Ifc.Operator):
|
||||
@@ -413,7 +412,6 @@ class BIM_OT_aggregate_mode_set_edit(bpy.types.Operator, tool.Ifc.Operator):
|
||||
if not obj.data:
|
||||
continue
|
||||
obj.original.display_type = "BOUNDS"
|
||||
data = ItemDecorator.get_obj_data(obj.original)
|
||||
not_editing_obj = props.not_editing_objects.add()
|
||||
not_editing_obj.obj = obj.original
|
||||
|
||||
|
||||
Reference in New Issue
Block a user