operator draw function working again. needed to add layout to the operator to give access to "self.layout" - like panels, headers and manu's have
This commit is contained in:
@@ -216,7 +216,7 @@ class WM_OT_properties_edit(bpy.types.Operator):
|
||||
#return wm.invoke_props_popup(self, event)
|
||||
|
||||
wm.invoke_props_popup(self, event)
|
||||
return ('RUNNING_MODAL',)
|
||||
return {'RUNNING_MODAL'}
|
||||
|
||||
|
||||
class WM_OT_properties_add(bpy.types.Operator):
|
||||
|
||||
Reference in New Issue
Block a user