From 3633a79789d7b47fece7924dc6fe99432fa5cac2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 19 Apr 2019 07:36:07 +0200 Subject: Cleanup: correct misleading classmethod arg --- intern/cycles/app/io_export_cycles_xml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/cycles/app') diff --git a/intern/cycles/app/io_export_cycles_xml.py b/intern/cycles/app/io_export_cycles_xml.py index a1b42f72f7c..d2c6dc493e8 100644 --- a/intern/cycles/app/io_export_cycles_xml.py +++ b/intern/cycles/app/io_export_cycles_xml.py @@ -64,7 +64,7 @@ class RenderButtonsPanel(): bl_context = "render" @classmethod - def poll(self, context): + def poll(cls, context): return context.engine == 'CYCLES' -- cgit v1.2.3