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>2015-02-04 22:03:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-02-04 22:03:41 +0300
commit6b31c8e7cf595fa33363c0f4163052aea7a41ce3 (patch)
tree8cab1da9e9e28fa6dbc2bf7436d6246002a4e559 /game_engine_publishing.py
parentfa3b54a975fd4204ffe9ad502b1f4b4035219260 (diff)
Addon description (From D724, @Genome36)
Diffstat (limited to 'game_engine_publishing.py')
-rw-r--r--game_engine_publishing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/game_engine_publishing.py b/game_engine_publishing.py
index c04a1fb0..98f6e3c6 100644
--- a/game_engine_publishing.py
+++ b/game_engine_publishing.py
@@ -31,7 +31,7 @@ bl_info = {
"version": (0, 1, 0),
"blender": (2, 72, 0),
"location": "Render Properties > Publishing Info",
- "description": "",
+ "description": "Publish .blend file as game engine runtime, manage versions and platforms",
"warning": "beta",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Game_Engine/Publishing",
"category": "Game Engine",