Post #3180: Ma

📋 Metadata

🏷️ Tags

macro hotkeys intermediate solved

  • Macro Editor
  • Python Scripting
  • Hotkey Configuration

💬 Content

MatsuikoHiroka:

does macro operator works too?

Your macro works only in 3d view area.
Use this code to focus 3d area and call the macro with some delay required to change active area:

focus_area('VIEW_3D'); bpy.ops.pme.timeout(override_context('VIEW_3D'), cmd='open_menu("Startup_Macro_Max")')

❤️ 5 likes


🔗 View on Blender Artists