[Bf-extensions-cvs] [f42d5a87] master: AnimAll: Vertex Group should be singular since it only affects the active one

Daniel Salazar noreply at git.blender.org
Fri Jun 17 23:58:28 CEST 2022


Commit: f42d5a872e7eefa07b0b74d4eb2bd880d6fb587f
Author: Daniel Salazar
Date:   Fri Jun 17 15:58:04 2022 -0600
Branches: master
https://developer.blender.org/rBAf42d5a872e7eefa07b0b74d4eb2bd880d6fb587f

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

===================================================================

M	animation_animall.py

===================================================================

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
     )



More information about the Bf-extensions-cvs mailing list