Index: release/scripts/op/console_python.py =================================================================== --- release/scripts/op/console_python.py (revision 27011) +++ release/scripts/op/console_python.py (working copy) @@ -164,6 +164,10 @@ namespace=console.locals, private=bpy.app.debug) + # Separate automplete output by command prompts + if scrollback != '': + bpy.ops.console.scrollback_append(text=sc.prompt + current_line.line, type='INPUT') + # Now we need to copy back the line from blender back into the # text editor. This will change when we dont use the text editor # anymore