mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Remove duplicated active_dictionary prop (22f10e5)
This commit is contained in:
@@ -111,7 +111,7 @@ class BSDDPset(PropertyGroup):
|
||||
|
||||
|
||||
class BIMBSDDProperties(PropertyGroup):
|
||||
active_dictionary: StringProperty(name="Active Dictionary")
|
||||
# TODO: `active_dictionary` is not used anywhere?
|
||||
active_dictionary: EnumProperty(items=get_active_dictionary, name="Active Dictionary")
|
||||
active_uri: StringProperty(name="Active URI")
|
||||
dictionaries: CollectionProperty(name="Dictionaries", type=BSDDDictionary)
|
||||
|
||||
Reference in New Issue
Block a user