I just want to enter bpy.ops.view3d.snap_cursor_to_center() in my python console just to see how it works.
I am getting the error:
"RuntimeError: Operator bpy.ops.view3d.snap_cursor_to_center.poll() failed, context is incorrect".
I know I have to make sure my mouse cursor is hovering over the 3D viewport to execute this, but if move my mouse cursor over to the 3D viewport I can't press enter on the python console. This question sounds super stupid I know, but I just can't figure it out.