remove api from addon bl_info, was never used.
This commit is contained in:
@@ -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": "",
|
||||
|
||||
@@ -361,7 +361,6 @@ def module_bl_info(mod, info_basis={"name": "",
|
||||
"author": "",
|
||||
"version": (),
|
||||
"blender": (),
|
||||
"api": 0,
|
||||
"location": "",
|
||||
"description": "",
|
||||
"wiki_url": "",
|
||||
|
||||
@@ -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": "",
|
||||
|
||||
Reference in New Issue
Block a user