📋 Metadata
- Author: roaoao
- Date: 2019-05-22 18:26:07
- Type:
answer - Reply to: post_02326
- Replies (1): post_02332
💬 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