Post #2322: Hi roaoao ![:slight_smile:](https://blenderartists.org/images/emoji/twitter/slig

๐Ÿ“‹ Metadata

  • Author: Nanomanpro
  • Date: 2019-05-21 18:10:28
  • Type: question
  • Quality Score: 6/10
  • Replies (1): post_02323

๐Ÿท๏ธ Tags

operator-behavior intermediate unsolved

  • Macro Editor
  • Python Scripting

๐Ÿ’ฌ 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