use sets rather then tuples for enum/flags so you can use bitfield operators
This commit is contained in:
@@ -61,7 +61,9 @@ class SelectPattern(bpy.types.Operator):
|
||||
|
||||
def invoke(self, context, event):
|
||||
wm = context.manager
|
||||
return wm.invoke_props_popup(self, event)
|
||||
# return wm.invoke_props_popup(self, event)
|
||||
wm.invoke_props_popup(self, event)
|
||||
return ('RUNNING_MODAL',)
|
||||
|
||||
def draw(self, context):
|
||||
layout = self.layout
|
||||
|
||||
Reference in New Issue
Block a user