Post #2962: St

📋 Metadata

🏷️ Tags

macro scripting intermediate solved

  • Macro Editor
  • Python Scripting

💬 Content

StroBlend:

how I can restore the cursor (initial) position after this macro has finish ?

Add these 2 slots:
First slot:

x, y = E.mouse_x, E.mouse_y

Last slot:

C.window.cursor_warp(x, y)

❤️ 1 likes


🔗 View on Blender Artists