Post #2964: St

📋 Metadata

🏷️ Tags

macro python-scripting beginner solved

  • 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


🔗 View on Blender Artists