Post #162: ![](https://blenderartists.org/user_avatar/blenderartists.org/leafar/48/661663_2

πŸ“‹ Metadata

  • Author: roaoao
  • Date: 2016-05-13 05:36:25
  • Type: answer
  • Quality Score: 6/10
  • Reply to: post_00161

🏷️ Tags

hotkeys intermediate partially-solved

  • Python Scripting
  • Macro Editor

πŸ’¬ Content

Leafar:

I can not use this command, why?

bpy.ops.align.2x0()

Operator id should start with a letter or underscore. Find that operator in source files and rename it to _2x0.

Leafar:

and when I use this one, it works but I can not use β€˜Undo’ later and I donΒ΄t know why either.

bpy.ops.align.y()

Where I can find that add-on?


πŸ”— View on Blender Artists