Fix bug where BCF header file info was not loaded. See #1816.

This commit is contained in:
Dion Moult
2021-10-20 23:41:27 +11:00
parent b1b121ebc8
commit cb08c19942
@@ -93,6 +93,7 @@ class LoadBcfTopic(bpy.types.Operator):
def execute(self, context):
bcfxml = bcfstore.BcfStore.get_bcfxml()
topic = bcfxml.get_topic(self.topic_guid)
bcfxml.get_header(self.topic_guid)
new = context.scene.BCFProperties.topics[self.topic_index]
data_map = {
"name": topic.guid,