Post #2323: Try to add 'EXEC_DEFAULT', True arguments which should disable modal mode:

📋 Metadata

🏷️ Tags

macro hotkeys advanced solved

  • Macro Editor
  • Python Scripting

💬 Content

Try to add 'EXEC_DEFAULT', True arguments which should disable modal mode:

bpy.ops.transform.resize('EXEC_DEFAULT', True, value=(1, 1, 0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, False, True))

❤️ 1 likes


🔗 View on Blender Artists