use python3 syntax for defining a set.

This commit is contained in:
2009-12-13 16:20:18 +00:00
parent 61da7bb866
commit 3449d3f9b3
8 changed files with 48 additions and 48 deletions

View File

@@ -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