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:
@@ -892,7 +892,7 @@ class BvhImporter(bpy.types.Operator):
|
||||
def invoke(self, context, event):
|
||||
wm = context.manager
|
||||
wm.add_fileselect(self)
|
||||
return ('RUNNING_MODAL',)
|
||||
return {'RUNNING_MODAL'}
|
||||
|
||||
|
||||
bpy.types.register(BvhImporter)
|
||||
|
||||
Reference in New Issue
Block a user