📋 Metadata
- Author: Pluglug
- Date: 2023-06-01 14:51:05
- Type:
answer - Reply to: post_04736
💬 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