remove api from addon bl_info, was never used.

This commit is contained in:
2012-01-14 13:02:20 +00:00
parent 4f3de6a741
commit 9c2a58a811
3 changed files with 0 additions and 3 deletions

View File

@@ -23,7 +23,6 @@ bl_info = {
"author": "",
"version": (0, 0),
"blender": (2, 6, 0),
"api": 41670,
"location": "Info header, render engine menu",
"description": "Cycles Render Engine integration.",
"warning": "",

View File

@@ -361,7 +361,6 @@ def module_bl_info(mod, info_basis={"name": "",
"author": "",
"version": (),
"blender": (),
"api": 0,
"location": "",
"description": "",
"wiki_url": "",

View File

@@ -3,7 +3,6 @@ bl_info = {
"author": "YourNameHere",
"version": (1, 0),
"blender": (2, 5, 5),
"api": 33333,
"location": "View3D > Add > Mesh > New Object",
"description": "Adds a new Mesh Object",
"warning": "",