The specific command I'm trying to set is bpy.ops.object.origin_set() which sets the origin of an object which is bound to default to Ctrl +Shift+Alt +C
Asked
Active
Viewed 84 times
0


originand see how that's done. Your test doesn't work because you have use theidentifier of the desired operatornot thefunction()call. – brockmann Sep 30 '17 at 12:13origin... – brockmann Sep 30 '17 at 12:29