Skip to content

Commit

Permalink
fix for registering scripts.
Browse files Browse the repository at this point in the history
- mesh_surface_sketch.py
- render_renderfarmfi.py
- space_view3d_align_tools.py
- object_cloud_gen.py

also move bl_addon_info to the top for faster parsing.
  • Loading branch information
ideasman42 committed Aug 2, 2010
1 parent 3148c0f commit 4802d65
Show file tree
Hide file tree
Showing 32 changed files with 410 additions and 488 deletions.
1 change: 0 additions & 1 deletion add_curve_aceous_galore.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#
# ##### END GPL LICENSE BLOCK #####


bl_addon_info = {
'name': 'Add Curve: Curveaceous Galore!',
'author': 'Jimmy Hazevoet, testscreenings',
Expand Down
22 changes: 10 additions & 12 deletions add_curve_torus_knots.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,16 @@


bl_addon_info = {
'name': 'Add Curve: Torus Knots',
'author': 'testscreenings',
'version': '0.1',
'blender': (2, 5, 3),
'location': 'View3D > Add > Curve',
'description': 'Adds many types of knots',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Torus_Knot',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22403&group_id=153&atid=469',
'category': 'Add Curve'}
"name": "Add Curve: Torus Knots",
"author": "testscreenings",
"version": "0.1",
"blender": (2, 5, 3),
"location": "View3D > Add > Curve",
"description": "Adds many types of knots",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Curve/Torus_Knot",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22403&group_id=153&atid=469",
"category": "Add Curve"}


##------------------------------------------------------------
Expand Down
28 changes: 12 additions & 16 deletions add_mesh_3d_function_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
#
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
"name": "Add Mesh: 3D Function Surfaces",
"author": "Buerbaum Martin (Pontiac)",
"version": "0.3.5",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Z Function Surface & XYZ Function Surface",
"description": "Create Objects using Math Formulas",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_3d_Function_Surface",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21444&group_id=153&atid=469",
"category": "Add Mesh"}

"""
Z Function Surface
Expand Down Expand Up @@ -81,25 +93,9 @@
More Links:
http:https://gitorious.org/blender-scripts/blender-3d-function-surface
http:https://blenderartists.org/forum/showthread.php?t=179043
"""


bl_addon_info = {
'name': 'Add Mesh: 3D Function Surfaces',
'author': 'Buerbaum Martin (Pontiac)',
'version': '0.3.5',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Z Function Surface &' \
' XYZ Function Surface',
'description': 'Create Objects using Math Formulas',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_3d_Function_Surface',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21444&group_id=153&atid=469',
'category': 'Add Mesh'}

import bpy
from mathutils import *
from math import *
Expand Down
17 changes: 8 additions & 9 deletions add_mesh_BoltFactory/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,15 @@
#
# ##### END GPL LICENSE BLOCK #####


bl_addon_info = {
'name': 'Add Mesh: BoltFactory',
'author': 'Aaron Keith',
'version': '3.9',
'blender': (2, 5, 3),
'location': 'add Mesh',
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/BoltFactory',
'tracker_url': 'https://projects.blender.org/tracker/index.php?func=detail&aid=22842&group_id=153&atid=468',
'category': 'Add Mesh'}
"name": "Add Mesh: BoltFactory",
"author": "Aaron Keith",
"version": "3.9",
"blender": (2, 5, 3),
"location": "add Mesh",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/BoltFactory",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22842&group_id=153&atid=468",
"category": "Add Mesh"}

import bpy

Expand Down
22 changes: 10 additions & 12 deletions add_mesh_ant_landscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
'name': 'Add Mesh: ANT Landscape',
'author': 'Jimmy Hazevoet',
'version': '0.1.0 July-2010',
'blender': (2, 5, 3),
'location': 'Add Mesh menu',
'description': 'Adds a landscape primitive',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/',
'tracker_url': 'https://projects.blender.org/tracker/index.php?' \
'func=detail&aid=23130&group_id=153&atid=469',
'category': 'Add Mesh'}
"name": "Add Mesh: ANT Landscape",
"author": "Jimmy Hazevoet",
"version": "0.1.0 July-2010",
"blender": (2, 5, 3),
"location": "Add Mesh menu",
"description": "Adds a landscape primitive",
"warning": "", # used for warning icon and text in addons panel
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=23130&group_id=153&atid=469",
"category": "Add Mesh"}

# import modules
import bpy
Expand Down
22 changes: 10 additions & 12 deletions add_mesh_extras.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
'name': 'Add Mesh: Extras',
'author': 'Pontiac, Fourmadmen, meta-androcto',
'version': '0.3',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Extras',
'description': 'Adds Star, Wedge, Sqorus & Spindle objects.',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Extra',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22457&group_id=153&atid=469',
'category': 'Add Mesh'}
"name": "Add Mesh: Extras",
"author": "Pontiac, Fourmadmen, meta-androcto",
"version": "0.3",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Extras",
"description": "Adds Star, Wedge, Sqorus & Spindle objects.",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Extra",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22457&group_id=153&atid=469",
"category": "Add Mesh"}

import bpy
from mathutils import *
Expand Down
26 changes: 12 additions & 14 deletions add_mesh_gears.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,18 @@
#
# ***** END GPL LICENCE BLOCK *****

bl_addon_info = {
"name": "Add Mesh: Gears",
"author": "Michel J. Anders (varkenvarken)",
"version": "2.4.1",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Gears ",
"description": "Adds a mesh Gear to the Add Mesh menu",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Gear",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21732&group_id=153&atid=469",
"category": "Add Mesh"}

"""
What was needed to port it from 2.49 -> 2.50 alpha 0?
Expand Down Expand Up @@ -50,20 +62,6 @@
add_mesh_torus() (distributed with Blender).
"""

bl_addon_info = {
'name': 'Add Mesh: Gears',
'author': 'Michel J. Anders (varkenvarken)',
'version': '2.4.1',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Gears ',
'description': 'Adds a mesh Gear to the Add Mesh menu',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gear',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21732&group_id=153&atid=469',
'category': 'Add Mesh'}

import bpy
import mathutils
from math import *
Expand Down
26 changes: 12 additions & 14 deletions add_mesh_gemstones.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,23 @@
#
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
"name": "Add Mesh: Gemstones",
"author": "Pontiac, Fourmadmen, Dreampainter",
"version": "0.3",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Gemstones",
"description": "Adds various gemstone (Diamond & Gem) meshes.",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Gemstones",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21432&group_id=153&atid=469",
"category": "Add Mesh"}

import bpy
from mathutils import *
from math import *
from bpy.props import *

bl_addon_info = {
'name': 'Add Mesh: Gemstones',
'author': 'Pontiac, Fourmadmen, Dreampainter',
'version': '0.3',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Gemstones',
'description': 'Adds various gemstone (Diamond & Gem) meshes.',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Gemstones',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21432&group_id=153&atid=469',
'category': 'Add Mesh'}

# calculates the matrix for the new object
# depending on user pref
def align_matrix(context):
Expand Down
26 changes: 12 additions & 14 deletions add_mesh_pipe_joint.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
#
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
"name": "Add Mesh: Pipe Joints",
"author": "Buerbaum Martin (Pontiac)",
"version": "0.10.5",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Pipe Joint",
"description": "Adds 5 pipe Joint types to the Add Mesh menu",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Pipe_Joints",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21443&group_id=153&atid=469",
"category": "Add Mesh"}

"""
Pipe Joints
This script lets the user create various types of pipe joints.
Expand Down Expand Up @@ -105,20 +117,6 @@
mesh.transform(rotation_matrix)
"""

bl_addon_info = {
'name': 'Add Mesh: Pipe Joints',
'author': 'Buerbaum Martin (Pontiac)',
'version': '0.10.5',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Pipe Joint',
'description': 'Adds 5 pipe Joint types to the Add Mesh menu',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Pipe_Joints',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21443&group_id=153&atid=469',
'category': 'Add Mesh'}

import bpy
import mathutils
from math import *
Expand Down
23 changes: 10 additions & 13 deletions add_mesh_solid.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,17 @@
#
# ***** END GPL LICENCE BLOCK *****


bl_addon_info = {
'name': 'Add Mesh: Regular Solids',
'author': 'DreamPainter',
'version': '1',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh > Regular Solids',
'description': 'Add a Regular Solid mesh.',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Solid',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22405&group_id=153&atid=469',
'category': 'Add Mesh'}
"name": "Add Mesh: Regular Solids",
"author": "DreamPainter",
"version": "1",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh > Regular Solids",
"description": "Add a Regular Solid mesh.",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Solid",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22405&group_id=153&atid=469",
"category": "Add Mesh"}


import bpy
Expand Down
27 changes: 12 additions & 15 deletions add_mesh_twisted_torus.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,29 +20,26 @@
#
# ***** END GPL LICENCE BLOCK *****

"""
bl_addon_info = {
"name": "Add Mesh: Twisted Torus",
"author": "Paulo_Gomes",
"version": "0.11",
"blender": (2, 5, 3),
"location": "View3D > Add > Mesh ",
"description": "Adds a mesh Twisted Torus to the Add Mesh menu",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/Add_Twisted_Torus",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=21622&group_id=153&atid=469",
"category": "Add Mesh"}

"""
Usage:
* Launch from Add Mesh menu
* Modify parameters as desired or keep defaults
"""

bl_addon_info = {
'name': 'Add Mesh: Twisted Torus',
'author': 'Paulo_Gomes',
'version': '0.11',
'blender': (2, 5, 3),
'location': 'View3D > Add > Mesh ',
'description': 'Adds a mesh Twisted Torus to the Add Mesh menu',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Add_Mesh/Add_Twisted_Torus',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=21622&group_id=153&atid=469',
'category': 'Add Mesh'}

import bpy
from bpy.props import *
Expand Down
27 changes: 12 additions & 15 deletions curve_simplify.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,25 +16,22 @@
#
# ##### END GPL LICENSE BLOCK #####

bl_addon_info = {
"name": "Curve: simplify curves",
"author": "testscreenings",
"version": "1",
"blender": (2, 5, 3),
"location": "Toolshelf > search > simplify curves",
"description": "This script simplifies 3D curves and fcurves",
"warning": "",
"wiki_url": "http:https://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Curve/Curve_Simplify",
"tracker_url": "https://projects.blender.org/tracker/index.php?func=detail&aid=22327&group_id=153&atid=468",
"category": "Add Curve"}

"""
This script simplifies Curves.
"""

bl_addon_info = {
'name': 'Curve: simplify curves',
'author': 'testscreenings',
'version': '1',
'blender': (2, 5, 3),
'location': 'Toolshelf > search > simplify curves',
'description': 'This script simplifies 3D curves and fcurves',
'warning': '', # used for warning icon and text in addons panel
'wiki_url': 'http:https://wiki.blender.org/index.php/Extensions:2.5/Py/' \
'Scripts/Curve/Curve_Simplify',
'tracker_url': 'https://projects.blender.org/tracker/index.php?'\
'func=detail&aid=22327&group_id=153&atid=468',
'category': 'Add Curve'}


####################################################
import bpy
from bpy.props import *
Expand Down
Loading

0 comments on commit 4802d65

Please sign in to comment.