clean up bl_info, add wiki links

This commit is contained in:
Brendon Murphy 2016-08-08 21:21:54 +10:00
parent e8f6c85d4e
commit 080432b1f2
9 changed files with 17 additions and 15 deletions

View File

@ -31,10 +31,10 @@ bl_info = {
"location": "View3D > Add > Mesh > Archimesh",
"version": (1, 1, 2),
"blender": (2, 6, 8),
"description": "Generate rooms, doors, windows, kitchen cabinets, "
"shelves, roofs, stairs and other architecture stuff.",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Add Mesh"}
"description": "Generate rooms, doors, windows, and other architecture objects",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Archimesh",
"category": "Add Mesh"
}
import sys
import os

View File

@ -31,10 +31,10 @@ bl_info = {
"location": "Materials Properties Specials/Shift Q",
"description": "Materials Utils & Convertors",
"warning": "",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts",
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Materials_Utils",
"tracker_url": "",
"category": "Material"}
"category": "Material"
}
if "bpy" in locals():
import importlib

View File

@ -33,8 +33,9 @@ bl_info = {
"blender": (2, 7, 4),
"description": "Tools for measuring objects.",
'warning': 'Temporary: pending review fixes T48704',
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "3D View"}
"wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Measureit",
"category": "3D View"
}
import sys
import os

View File

@ -27,7 +27,7 @@ bl_info = {
"Scripts/Modeling/Carver",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"description": "Multiple tools to carve or to create objects.",
}
}
import bpy
import bgl

View File

@ -28,7 +28,7 @@ bl_info = {
"location": "View3D > EditMode > (w) Specials",
"wiki_url": "http://zeffii.github.io/mesh_tiny_cad/",
"tracker_url": "https://github.com/zeffii/mesh_tiny_cad/issues"
}
}
if "bpy" in locals():

View File

@ -27,7 +27,8 @@ bl_info = {
"description": "Bool Tools Hotkey: Ctrl Shift B",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Object/BoolTool",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Object"}
"category": "Object"
}
import bpy
from bpy.app.handlers import persistent

View File

@ -28,7 +28,6 @@ bl_info = {
"warning": "",
"wiki_url":
"http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Oscurart_Tools",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Object",
}

View File

@ -35,7 +35,7 @@ bl_info = {
'location': 'See preferences for Activation list',
'description': 'Pie Menu Activate',
'warning': '',
'wiki_url': '',
'wiki_url': 'https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Pie_Menu',
'category': 'Pie Menu'
}

View File

@ -28,7 +28,8 @@ bl_info = {
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6"
"/Py/Scripts/3D_interaction/modifier_tools",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "3D View"}
"category": "3D View"
}
import bpy
from bpy.types import Operator