Swapping a Blender material for another is now auto synchronised.

This commit is contained in:
Dion Moult
2021-11-11 18:21:02 +11:00
parent 6f55cd5169
commit 2ec3c4c06b
11 changed files with 59 additions and 5 deletions
@@ -74,6 +74,7 @@ class TestAddRepresentation:
styles=["style"],
should_use_presentation_style_assignment=False,
).should_be_called()
geometry.record_object_materials("obj").should_be_called()
# Assign representation to product
ifc.run("geometry.assign_representation", product="element", representation="representation").should_be_called()