Post #2327: : post_02332
🏷️ Tags
python-scripting intermediate solved
⚙️ Related PME Features
- Python Scripting
- Macro Editor
💬 Content
Nanomanpro:
I think I found a small bug
Yes, you need to manually add True argument ('EXEC_DEFAULT', True, ...):
bpy.ops.transform.resize('EXEC_DEFAULT', True, value=(1.0, 1.0, 0.0), orient_type='GLOBAL', orient_matrix_type='GLOBAL', constraint_axis=[False, False, True])
Will fix this in the next version.
❤️ 1 likes