📋 Metadata

💬 Content

Hi roaoao :slight_smile: 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))

🔗 View on Blender Artists