Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Salazar <zanqdo@gmail.com>2022-06-18 00:58:04 +0300
committerDaniel Salazar <zanqdo@gmail.com>2022-06-18 00:58:04 +0300
commitf42d5a872e7eefa07b0b74d4eb2bd880d6fb587f (patch)
tree335b4cc2d175b71f8f45b88fa330dff211555ef7 /animation_animall.py
parentb51c09fd5a6fd6dfc17638b0d27a1b1254fd852c (diff)
AnimAll: Vertex Group should be singular since it only affects the active one
Diffstat (limited to 'animation_animall.py')
-rw-r--r--animation_animall.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/animation_animall.py b/animation_animall.py
index a72ac33e..775103a7 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -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
)