Skip to content
Snippets Groups Projects
Commit 00c5c022 authored by Brendon Murphy's avatar Brendon Murphy
Browse files

Change Edit object parameters.

Rename script. (needed to make the script show First in the menu.)
Change to Add Mesh. (so the script is grouped with the scripts it records & ease of use)
parent 44929abb
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ from math import *
from bpy.props import *
bl_addon_info = {
'name': '3D View: Edit Object Parameters',
'name': 'Edit Object Parameters (Search: Recall)',
'author': 'Buerbaum Martin (Pontiac)',
'version': '0.1.3',
'blender': (2, 5, 3),
......@@ -32,7 +32,7 @@ bl_addon_info = {
' the recall data though.',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/3D_interaction/Edit_Object_Parameters',
'category': '3D View'}
'category': 'Add Mesh'}
__bpydoc__ = """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment