executing operators that changed the context from the console wasnt returning an operator set/flag.

This commit is contained in:
2011-08-25 17:59:37 +00:00
parent 9436769cd4
commit 291ae8822d
2 changed files with 2 additions and 2 deletions

View File

@@ -179,7 +179,7 @@ def execute(context):
# special exception. its possible the command loaded a new user interface
if hash(sc) != hash(context.space_data):
return
return {'FINISHED'}
bpy.ops.console.scrollback_append(text=sc.prompt + line, type='INPUT')