Skip to content
Snippets Groups Projects
Commit f42d5a87 authored by Daniel Salazar's avatar Daniel Salazar
Browse files

AnimAll: Vertex Group should be singular since it only affects the active one

parent b51c09fd
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ class AnimallProperties(bpy.types.PropertyGroup):
default=False
)
key_vgroups: BoolProperty(
name="Vertex Groups",
name="Vertex Group",
description="Insert keyframes on active Vertex group values",
default=False
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment