Skip to content
Snippets Groups Projects
Commit 142ef5b4 authored by Aaron Carlisle's avatar Aaron Carlisle
Browse files

Add missing add-on version metadata

Only default enabled addons

Give each the version: 1.0.0
parent 44cbc3d7
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
bl_info = {
"name": "BioVision Motion Capture (BVH) format",
"author": "Campbell Barton",
"version": (1, 0, 0),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "Import-Export BVH from armature objects",
......
......@@ -21,6 +21,7 @@
bl_info = {
"name": "Scalable Vector Graphics (SVG) 1.1 format",
"author": "JM Soler, Sergey Sharybin",
"version": (1, 0, 0),
"blender": (2, 57, 0),
"location": "File > Import > Scalable Vector Graphics (.svg)",
"description": "Import SVG as curves",
......
......@@ -21,6 +21,7 @@
bl_info = {
"name": "Stanford PLY format",
"author": "Bruce Merry, Campbell Barton",
"version": (1, 0, 0),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "Import-Export PLY mesh data withs UV's and vertex colors",
......
......@@ -21,6 +21,7 @@
bl_info = {
"name": "Autodesk 3DS format",
"author": "Bob Holcomb, Campbell Barton",
"version": (1, 0, 0),
"blender": (2, 74, 0),
"location": "File > Import-Export",
"description": "Import-Export 3DS, meshes, uvs, materials, textures, "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment