mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +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
|
||||
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
|
||||
def import_systems(cls):
|
||||
|
||||
Reference in New Issue
Block a user