3D-cursor location property
1 |
context.scene.cursor_location |
in Blender 2.8 API moved to “cursor” object
1 |
context.scene.cursor.location |
When trying to get the cursor location through the “context.scene.cursor_location” Blender throws an error:
‘Scene’ object has no attribute ‘cursor_location’