From a1527a7e31825fc99b630304552baa40d840613a Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Fri, 23 Aug 2024 20:34:37 +0200 Subject: [PATCH] --use-material-names no longer in serializer_settings --- src/ifcopenshell-python/ifcopenshell/geom/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ifcopenshell-python/ifcopenshell/geom/main.py b/src/ifcopenshell-python/ifcopenshell/geom/main.py index 8fd68a4c62..e045305390 100644 --- a/src/ifcopenshell-python/ifcopenshell/geom/main.py +++ b/src/ifcopenshell-python/ifcopenshell/geom/main.py @@ -105,7 +105,6 @@ SERIALIZER_SETTING = Literal[ "use-element-names", "use-element-guids", "use-element-step-ids", - "use-material-names", "use-element-types", "y-up", "ecef",