mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 18:21:59 +00:00
Fix bug where BCF header file info was not loaded. See #1816.
This commit is contained in:
@@ -93,6 +93,7 @@ class LoadBcfTopic(bpy.types.Operator):
|
|||||||
def execute(self, context):
|
def execute(self, context):
|
||||||
bcfxml = bcfstore.BcfStore.get_bcfxml()
|
bcfxml = bcfstore.BcfStore.get_bcfxml()
|
||||||
topic = bcfxml.get_topic(self.topic_guid)
|
topic = bcfxml.get_topic(self.topic_guid)
|
||||||
|
bcfxml.get_header(self.topic_guid)
|
||||||
new = context.scene.BCFProperties.topics[self.topic_index]
|
new = context.scene.BCFProperties.topics[self.topic_index]
|
||||||
data_map = {
|
data_map = {
|
||||||
"name": topic.guid,
|
"name": topic.guid,
|
||||||
|
|||||||
Reference in New Issue
Block a user