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:
authorCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-05-21 07:04:43 +0400
commit5bc482f647af6a3bf2e2b980108a25fa4c3ba352 (patch)
tree8762e4147b2bcc4225017d25a147410026b3c94a /game_engine_save_as_runtime.py
parent0962e658947844d22a9ad4dc929f7792e56ee284 (diff)
Maintenance to bl_info, remove redundant tracker URL's
Diffstat (limited to 'game_engine_save_as_runtime.py')
-rw-r--r--game_engine_save_as_runtime.py20
1 files changed, 10 insertions, 10 deletions
diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py
index 2d3c6275..a5f4eee9 100644
--- a/game_engine_save_as_runtime.py
+++ b/game_engine_save_as_runtime.py
@@ -17,17 +17,17 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
- 'name': 'Save As Game Engine Runtime',
- 'author': 'Mitchell Stokes (Moguri)',
- 'version': (0, 3, 1),
+ "name": "Save As Game Engine Runtime",
+ "author": "Mitchell Stokes (Moguri)",
+ "version": (0, 3, 1),
"blender": (2, 61, 0),
- 'location': 'File > Export',
- 'description': 'Bundle a .blend file with the Blenderplayer',
- 'warning': '',
- 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'\
- 'Scripts/Game_Engine/Save_As_Runtime',
- 'tracker_url': 'https://developer.blender.org/T23564',
- 'category': 'Game Engine'}
+ "location": "File > Export",
+ "description": "Bundle a .blend file with the Blenderplayer",
+ "warning": "",
+ "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/"
+ "Scripts/Game_Engine/Save_As_Runtime",
+ "category": "Game Engine",
+}
import bpy
import os