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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'system_blend_info.py')
-rw-r--r--system_blend_info.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/system_blend_info.py b/system_blend_info.py
index 2c186b83..d137e44c 100644
--- a/system_blend_info.py
+++ b/system_blend_info.py
@@ -21,10 +21,11 @@
# ***** END GPL LICENCE BLOCK *****
bl_addon_info = {
- "name": "System: Scene Information",
+ "name": "Scene Information",
"author": "uselessdreamer",
- "version": "0.3",
+ "version": (0,3),
"blender": (2, 5, 3),
+ "api": 31667,
"location": "Properties space > Scene tab > Blend Info panel",
"description": "Show information about the .blend",
"warning": "",