Post #2322: Hi roaoao : post_02323
๐ท๏ธ Tags
operator-behavior intermediate unsolved
โ๏ธ Related PME Features
- Macro Editor
- Python Scripting
๐ฌ Content
Hi roaoao
Iโm trying to recreate my settings from version 2.79 and I encountered a problem with the โresizeโ operator. In the film I presented the action in 2.79, which I want to achieve in version 2.8, but as you can see the scaling operation remains in modal mode and I donโt know why this happens.
Thank you for your advice.
bpy.ops.transform.resize(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))