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

conform add-ons to filter 3D View as a category.

parent ea7699e7
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Mouse > Menu ',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/3d_Cursor_Menu',
'category': '3d View'}
'category': '3D View'}
import bpy
from bpy import *
......
......@@ -29,7 +29,7 @@ bl_addon_info = {
'blender': (2, 5, 3),
'location': 'View3D > Properties > Measure',
'url': 'http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Panel_Measure',
'category': '3d View'}
'category': '3D View'}
__bpydoc__ = """
Measure panel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment