[Bf-extensions-cvs] [886111e3] master: AnimAll: blender version number fix

NBurn noreply at git.blender.org
Mon Jan 21 16:49:24 CET 2019


Commit: 886111e38962e4c556135c3eef94a0611504e57d
Author: NBurn
Date:   Mon Jan 21 10:49:04 2019 -0500
Branches: master
https://developer.blender.org/rBA886111e38962e4c556135c3eef94a0611504e57d

AnimAll: blender version number fix

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

M	animation_animall.py

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

diff --git a/animation_animall.py b/animation_animall.py
index 838a4832..de02192c 100644
--- a/animation_animall.py
+++ b/animation_animall.py
@@ -20,7 +20,7 @@ bl_info = {
     "name": "AnimAll",
     "author": "Daniel Salazar <zanqdo at gmail.com>",
     "version": (0, 8, 1),
-    "blender": (2, 73),
+    "blender": (2, 73, 0),
     "location": "Tool bar > Animation tab > AnimAll",
     "description": "Allows animation of mesh, lattice, curve and surface data",
     "warning": "",



More information about the Bf-extensions-cvs mailing list