mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +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 bpy.types import SpaceView3D
|
||||||
from gpu_extras.batch import batch_for_shader
|
from gpu_extras.batch import batch_for_shader
|
||||||
from mathutils import Vector
|
from mathutils import Vector
|
||||||
from bonsai.bim.module.geometry.decorator import ItemDecorator
|
|
||||||
|
|
||||||
|
|
||||||
class AggregateDecorator:
|
class AggregateDecorator:
|
||||||
|
|||||||
@@ -24,7 +24,6 @@ import bonsai.tool as tool
|
|||||||
import bonsai.core.aggregate as core
|
import bonsai.core.aggregate as core
|
||||||
import bonsai.core.spatial
|
import bonsai.core.spatial
|
||||||
from bonsai.bim.ifc import IfcStore
|
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):
|
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:
|
if not obj.data:
|
||||||
continue
|
continue
|
||||||
obj.original.display_type = "BOUNDS"
|
obj.original.display_type = "BOUNDS"
|
||||||
data = ItemDecorator.get_obj_data(obj.original)
|
|
||||||
not_editing_obj = props.not_editing_objects.add()
|
not_editing_obj = props.not_editing_objects.add()
|
||||||
not_editing_obj.obj = obj.original
|
not_editing_obj.obj = obj.original
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user