[Bf-extensions-cvs] [46234f26] master: AnimAll: Cleanup comments and adding Damien Picard as author

Daniel Salazar noreply at git.blender.org
Fri Jun 17 23:38:32 CEST 2022


Commit: 46234f26a4cc8479094a315b84afedad4804fb06
Author: Daniel Salazar
Date:   Fri Jun 17 15:38:04 2022 -0600
Branches: master
https://developer.blender.org/rBA46234f26a4cc8479094a315b84afedad4804fb06

AnimAll: Cleanup comments and adding Damien Picard as author

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

M	animation_animall.py

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

diff --git a/animation_animall.py b/animation_animall.py
index a7d76f53..6dea5375 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -2,8 +2,8 @@
 
 bl_info = {
     "name": "AnimAll",
-    "author": "Daniel Salazar <zanqdo at gmail.com>",
-    "version": (0, 9, 1),
+    "author": "Daniel Salazar (ZanQdo), Damien Picard (pioverfour)",
+    "version": (0, 9, 2),
     "blender": (3, 3, 0),
     "location": "3D View > Toolbox > Animation tab > AnimAll",
     "description": "Allows animation of mesh, lattice, curve and surface data",
@@ -12,11 +12,6 @@ bl_info = {
     "category": "Animation",
 }
 
-"""
-Thanks to Campbell Barton and Joshua Leung for hes API additions and fixes
-Daniel 'ZanQdo' Salazar
-"""
-
 import bpy
 from bpy.types import (
         Operator,



More information about the Bf-extensions-cvs mailing list