fix issue adding bcf topic viewpoints

missed the set statement which is requirement to make it work for all cases
This commit is contained in:
Andrej730
2024-08-21 17:29:56 +05:00
parent c505630a20
commit e31019eb67
@@ -642,6 +642,7 @@ class AddBcfViewpoint(bpy.types.Operator):
)
assert tool.Bcf.is_list_of(viewpoints, bcf.v3.model.ViewPoint)
viewpoints.append(viewpoint)
tool.Bcf.set_topic_viewpoints(topic, viewpoints)
def get_ifc_elements(objs: list[bpy.types.Object]) -> list[ifcopenshell.entity_instance]:
elements = []