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

update tracker & bl_info

parent 9da5056b
No related branches found
No related tags found
No related merge requests found
......@@ -17,17 +17,18 @@
# ##### END GPL LICENSE BLOCK #####
bl_info = {
"name": "QuickPrefs",
"author": "Sean Olson",
"version": (2,1),
"blender": (2, 6, 4),
"api": 50515,
"location": "3DView->Properties Panel (N-Key)",
"description": "Add often changed User Preference options to Properties panel.",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/QuickPrefs",
"tracker_url": "http://projects.blender.org/tracker/index.php?func=detail&aid=27822&group_id=153&atid=467",
"category": "3D View"}
'name': "QuickPrefs",
'author': "Sean Olson",
'version': (2,1),
'blender': (2, 6, 4),
'location': "3DView->Properties Panel (N-Key)",
'description': "Add often changed User Preference options to Properties panel.",
'warning': "",
'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts/3D_interaction/QuickPrefs",
'tracker_url': "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=27822",
'category': "3D View"}
import os
......
......@@ -26,8 +26,10 @@ bl_info = {
'location': 'View3D > Properties panel > Layer Management',
'warning': '',
'description': 'Display and Edit Layer Name',
'wiki_url': '',
'tracker_url': '',
'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\
"Scripts",
'tracker_url': "http://projects.blender.org/tracker/index.php?"\
"func=detail&aid=32472",
'category': '3D View'}
import bpy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment