mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +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 = [
|
||||
("PHYSICAL", "PHYSICAL", ""),
|
||||
("FLAT", "FLAT", ""),
|
||||
# ("METAL", "METAL", ""),
|
||||
# ("MATT", "MATT", ""),
|
||||
# ("GLASS", "GLASS", ""),
|
||||
# ("NOTDEFINED", "NOTDEFINED", ""),
|
||||
("METAL", "METAL", ""),
|
||||
("MATT", "MATT", ""),
|
||||
("GLASS", "GLASS", ""),
|
||||
("NOTDEFINED", "NOTDEFINED", ""),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user