📋 Metadata
- Author: roaoao
- Date: 2016-05-13 05:36:25
- Type:
answer - Reply to: post_00161
💬 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?