mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 16:29:57 +00:00
Fix bug when loading IFC with unsupported reflectance method (even though we don't fully support them yet)
This commit is contained in:
@@ -164,10 +164,10 @@ def update_shading_style(self, context):
|
|||||||
REFLECTANCE_METHODS = [
|
REFLECTANCE_METHODS = [
|
||||||
("PHYSICAL", "PHYSICAL", ""),
|
("PHYSICAL", "PHYSICAL", ""),
|
||||||
("FLAT", "FLAT", ""),
|
("FLAT", "FLAT", ""),
|
||||||
# ("METAL", "METAL", ""),
|
("METAL", "METAL", ""),
|
||||||
# ("MATT", "MATT", ""),
|
("MATT", "MATT", ""),
|
||||||
# ("GLASS", "GLASS", ""),
|
("GLASS", "GLASS", ""),
|
||||||
# ("NOTDEFINED", "NOTDEFINED", ""),
|
("NOTDEFINED", "NOTDEFINED", ""),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user