Post #4738: Try this code in the command tab.
📋 Metadata
- Author: Pluglug
- Date: 2023-06-01 14:51:05
- Type:
answer - Quality Score: 7/10
- Reply to: post_04736
🏷️ Tags
macro hotkeys intermediate solved
⚙️ Related PME Features
- Macro Editor
- Python Scripting
💬 Content
Try this code in the command tab.
bpy.ops.transform.resize('EXEC_DEFAULT', True, value=(1.0, 0.0, 1.0))
Setting it to EXEC_DEFAULT worked.
❤️ 1 likes