mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
Fix #2577. Bug where system editing UI appears multiple times.
This commit is contained in:
@@ -66,7 +66,9 @@ class System(blenderbim.core.tool.System):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def import_system_attributes(cls, system):
|
def import_system_attributes(cls, system):
|
||||||
blenderbim.bim.helper.import_attributes2(system, bpy.context.scene.BIMSystemProperties.system_attributes)
|
props = bpy.context.scene.BIMSystemProperties
|
||||||
|
props.system_attributes.clear()
|
||||||
|
blenderbim.bim.helper.import_attributes2(system, props.system_attributes)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def import_systems(cls):
|
def import_systems(cls):
|
||||||
|
|||||||
Reference in New Issue
Block a user