This commit is contained in:
Andrej730
2023-06-26 10:48:50 +05:00
parent 46bc71eac9
commit 0a22e8d7c2
@@ -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