Post #2964:
St
📋 Metadata
- Author: roaoao
- Date: 2020-01-17 21:39:24
- Type:
answer - Quality Score: 8/10
- Reply to: post_02963
- Replies (1): post_02965
🏷️ Tags
macro python-scripting beginner solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
StroBlend:
I would like to get the 3D cursor location in the first slot then restore it in the last slot ?
First slot:
loc = C.scene.cursor.location.to_tuple()
Last slot:
C.scene.cursor.location = loc
❤️ 3 likes