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:38:04 +0300
committerDaniel Salazar <zanqdo@gmail.com>2022-06-18 00:38:04 +0300
commit46234f26a4cc8479094a315b84afedad4804fb06 (patch)
treed7da398fe58c334bf7b52d92180e0678de67dc68
parentbdf75cb276dfd3b5266c909de4c099c00c68a659 (diff)
AnimAll: Cleanup comments and adding Damien Picard as author
-rw-r--r--animation_animall.py9
1 files changed, 2 insertions, 7 deletions
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@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,