mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Fixed typo in e3a7f7627
This commit is contained in:
@@ -230,7 +230,7 @@ class BIM_PT_STYLE_GRAPH(Panel):
|
||||
|
||||
@classmethod
|
||||
def poll(cls, context):
|
||||
return getattr(context, "mat", None)
|
||||
return getattr(context, "material", None)
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
Reference in New Issue
Block a user