MCPcopy Create free account
hub / github.com/cube-c/Auto-Align / execute

Method execute

auto_align.py:44–48  ·  view source on GitHub ↗
(self, context)

Source from the content-addressed store, hash-verified

42 bl_options = {'REGISTER', 'UNDO'}
43
44 def execute(self, context):
45 auto_align = context.scene.auto_align
46 align(context, symmetry=auto_align.symmetry)
47
48 return {'FINISHED'}
49
50
51class OBJECT_OT_AutoAlignBakeOperator(Operator):

Callers

nothing calls this directly

Calls 1

alignFunction · 0.85

Tested by

no test coverage detected