[Bf-extensions-cvs] [4592122] master: io_vector contrib addon: Version cleanup and remove tracker message.

Howard Trickey noreply at git.blender.org
Tue Dec 30 19:13:05 CET 2014


Commit: 4592122d3c6b1653473cd777bc5adf67ed3c0e09
Author: Howard Trickey
Date:   Tue Dec 30 13:12:32 2014 -0500
Branches: master
https://developer.blender.org/rBAC4592122d3c6b1653473cd777bc5adf67ed3c0e09

io_vector contrib addon: Version cleanup and remove tracker message.

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

M	io_vector/__init__.py

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

diff --git a/io_vector/__init__.py b/io_vector/__init__.py
index 4d38a04..f7cdd55 100644
--- a/io_vector/__init__.py
+++ b/io_vector/__init__.py
@@ -22,13 +22,12 @@ bl_info = {
   "name": "Adobe Illustrator / PDF / SVG",
   "author": "Howard Trickey",
   "version": (1, 0),
-  "blender": (2, 69, 9),
+  "blender": (2, 73, 0),
   "location": "File > Import-Export > Vector files (.ai, .pdf, .svg)",
   "description": "Import Adobe Illustrator, PDF, and SVG",
   "warning": "",
   "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
       "Scripts/Import-Export/AI_PDF_SVG",
-  "tracker_url": "https://developer.blender.org/T27246",
   "category": "Import-Export"}
 
 if "bpy" in locals():



More information about the Bf-extensions-cvs mailing list