Post #2977: I’m trying to run a script after Rotate modal has finished in a Macro, but the s

📋 Metadata

🏷️ Tags

macro intermediate unsolved

  • Macro Editor
  • Python Scripting

💬 Content

I’m trying to run a script after Rotate modal has finished in a Macro, but the script doesn’t run (nothing happens). Script on it’s own works. If I put, say, translate() after the script, rotate and translate work, but script doesn’t execute. Do I need to add something else for it to work?

My macro:

image

Rotate:

image

And then my script:

image


🔗 View on Blender Artists