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

Method execute

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

Source from the content-addressed store, hash-verified

55 bl_options = {'REGISTER', 'UNDO'}
56
57 def execute(self, context):
58 auto_align = context.scene.auto_align
59 align(context, bake=True, symmetry=auto_align.symmetry)
60
61 return {'FINISHED'}
62
63
64class OBJECT_OT_AutoAlignKeepOperator(Operator):

Callers

nothing calls this directly

Calls 1

alignFunction · 0.85

Tested by

no test coverage detected