Add Lattice Magic to Addons #48

Merged
Nick Alberelli merged 36 commits from feature/lattice_magic into main 2023-05-17 20:48:52 +02:00
Showing only changes of commit 4426b03529 - Show all commits

View File

@ -40,7 +40,7 @@ class LatticeMagicPreferences(AddonPreferences):
update_active_shape_key: BoolProperty( update_active_shape_key: BoolProperty(
name = 'Update Active Shape Key', name = 'Update Active Shape Key',
description = "Update the active shape key on frame change based on the current frame and the shape key's name.", description = "Update the active shape key on frame change based on the current frame and the shape key's name",
default = False default = False
) )