i want to snap an object to the 3d cursor, and the api and console autocomplete function tells me it’s:
bpy.ops.view3d.snap_selected_to_cursor() # snapping object to 3d cursor
but when running the script or pressing enter in the console, the ‘context’ is wrong…
how can this be solved?