use python3 syntax for defining a set.
This commit is contained in:
@@ -868,7 +868,7 @@ class RenderButtonsPanel(bpy.types.Panel):
|
||||
|
||||
class RENDER_PT_povray_radiosity(RenderButtonsPanel):
|
||||
bl_label = "Radiosity"
|
||||
COMPAT_ENGINES = set(['POVRAY_RENDER'])
|
||||
COMPAT_ENGINES = {'POVRAY_RENDER'}
|
||||
|
||||
def draw_header(self, context):
|
||||
scene = context.scene
|
||||
|
||||
Reference in New Issue
Block a user