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
Branches
Tags
No related merge requests found
...@@ -58,7 +58,7 @@ class AnimallProperties(bpy.types.PropertyGroup): ...@@ -58,7 +58,7 @@ class AnimallProperties(bpy.types.PropertyGroup):
default=False default=False
) )
key_vgroups: BoolProperty( key_vgroups: BoolProperty(
name="Vertex Groups", name="Vertex Group",
description="Insert keyframes on active Vertex group values", description="Insert keyframes on active Vertex group values",
default=False default=False
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment