From 6b31c8e7cf595fa33363c0f4163052aea7a41ce3 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Thu, 5 Feb 2015 06:03:41 +1100 Subject: [PATCH] Addon description (From D724, @Genome36) --- game_engine_publishing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game_engine_publishing.py b/game_engine_publishing.py index c04a1fb01..98f6e3c63 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", -- GitLab