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

Method execute

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

Source from the content-addressed store, hash-verified

68 bl_options = {'REGISTER', 'UNDO'}
69
70 def execute(self, context):
71 auto_align = context.scene.auto_align
72 align(context, keep=True, bake=True, symmetry=auto_align.symmetry)
73
74 return {'FINISHED'}
75
76
77def align(context, bake=False, keep=False, symmetry=False):

Callers

nothing calls this directly

Calls 1

alignFunction · 0.85

Tested by

no test coverage detected