From 5bb8f3f4a4d246824f3429a2f91e7613bb58e674 Mon Sep 17 00:00:00 2001 From: Dany Lebel <axonestudio@gmail.com> Date: Fri, 18 Feb 2011 05:22:52 +0000 Subject: [PATCH] Changed category to be more specific Text Editor => Development Renamed file text_editor_api_navigator.py => development_api_navigator.py --- ...or_api_navigator.py => development_api_navigator.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename text_editor_api_navigator.py => development_api_navigator.py (99%) diff --git a/text_editor_api_navigator.py b/development_api_navigator.py similarity index 99% rename from text_editor_api_navigator.py rename to development_api_navigator.py index dec0bad6a..df93b46b3 100644 --- a/text_editor_api_navigator.py +++ b/development_api_navigator.py @@ -1,4 +1,4 @@ -# text_editor_api_navigator.py +# development_api_navigator.py # # ***** BEGIN GPL LICENSE BLOCK ***** # @@ -22,9 +22,9 @@ bl_info = { "name": "API Navigator", "author": "Dany Lebel (Axon_D)", - "version": (1, 0), - "blender": (2, 5, 5), - "api": 32760, + "version": (1, 0, 1), + "blender": (2, 5, 6), + "api": 34936, "location": "Text Editor > Properties > API Navigator Panel", "description": "Allows to explore the python api via the user interface", "warning": "", @@ -32,7 +32,7 @@ bl_info = { "Scripts/Text_Editor/API_Navigator", "tracker_url": "http://projects.blender.org/tracker/index.php?"\ "func=detail&aid=24982", - "category": "Text Editor"} + "category": "Development"} """ You can browse through the tree structure of the api. Each child object appears in a list -- GitLab