Post #2323: Try to add 'EXEC_DEFAULT', True arguments which should disable modal mode:
📋 Metadata
- Author: roaoao
- Date: 2019-05-21 22:49:54
- Type:
answer - Quality Score: 8/10
- Reply to: post_02322
- Replies (1): post_02326
🏷️ Tags
⚙️ Related PME Features
- 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