Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-01-14 17:02:20 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-01-14 17:02:20 +0400
commit9c2a58a811d393079ce75190424f53cef98d31d6 (patch)
tree9e8614e8d88cca994e32a6989e3c8abf9e792a16 /release/scripts/modules
parent4f3de6a74183f01dc6b53e72b982ba895a1d1381 (diff)
remove api from addon bl_info, was never used.
Diffstat (limited to 'release/scripts/modules')
-rw-r--r--release/scripts/modules/addon_utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/release/scripts/modules/addon_utils.py b/release/scripts/modules/addon_utils.py
index 21f856a1396..b64b32b3126 100644
--- a/release/scripts/modules/addon_utils.py
+++ b/release/scripts/modules/addon_utils.py
@@ -361,7 +361,6 @@ def module_bl_info(mod, info_basis={"name": "",
"author": "",
"version": (),
"blender": (),
- "api": 0,
"location": "",
"description": "",
"wiki_url": "",