[Bf-extensions-cvs] [f363564] master: Update to 2.7

Eugenio Pignataro noreply at git.blender.org
Wed Mar 19 19:53:49 CET 2014


Commit: f3635647eee83d068ad03c567db67342de66d036
Author: Eugenio Pignataro
Date:   Wed Mar 19 15:53:39 2014 -0300
https://developer.blender.org/rBACf3635647eee83d068ad03c567db67342de66d036

Update to 2.7

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

M	oscurart_mesh_cache_tools.py

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

diff --git a/oscurart_mesh_cache_tools.py b/oscurart_mesh_cache_tools.py
index f00a37b..110e295 100644
--- a/oscurart_mesh_cache_tools.py
+++ b/oscurart_mesh_cache_tools.py
@@ -2,7 +2,7 @@ bl_info = {
     "name": "Mesh Cache Tools",
     "author": "Oscurart",
     "version": (1, 0),
-    "blender": (2, 64, 0),
+    "blender": (2, 7, 0),
     "location": "Tools > Mesh Cache Tools",
     "description": "Tools for Management Mesh Cache Process",
     "warning": "",
@@ -266,4 +266,4 @@ def unregister():
     bpy.utils.unregister_module(__name__)
 
 if __name__ == "__main__":
-    register()
\ No newline at end of file
+    register()



More information about the Bf-extensions-cvs mailing list