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:
authorJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
committerJonathan Smith <j.jaydez@gmail.com>2011-04-10 15:09:27 +0400
commit4170ad9b49cc43201192447ba026407201ed7e32 (patch)
tree4cd20050ce7c34b12ac4450690dd0b7876ab3262 /development_api_navigator.py
parentb5a7f16d83f41913fd7cd5712a448f3480f169e0 (diff)
Formatting/standardization for description/location
Diffstat (limited to 'development_api_navigator.py')
-rw-r--r--development_api_navigator.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/development_api_navigator.py b/development_api_navigator.py
index 448b555b..addc0d29 100644
--- a/development_api_navigator.py
+++ b/development_api_navigator.py
@@ -24,9 +24,9 @@ bl_info = {
"author": "Dany Lebel (Axon_D)",
"version": (1, 0, 2),
"blender": (2, 5, 7),
- "api": 35622,
+ "api": 36079,
"location": "Text Editor > Properties > API Navigator Panel",
- "description": "Allows to explore the python api via the user interface",
+ "description": "Allows exploration of the python api via the user interface",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/"
"Scripts/Text_Editor/API_Navigator",