i just started doing some python scripting to automate some tedious outputting for a project. its going really well, but just a little quirk that is driving me nuts, when i call the render command bpy.ops.render.render() performs the render and the image is saved to disk, but it does it all silently with zero visual feedback (doesn’t launch a render window or anything). i tried adding bpy.ops.render.view_show() and it doesn’t seem to help.
admittedly i’m still a little green with all this, so perhaps i’m calling it improperly?