From 5bc482f647af6a3bf2e2b980108a25fa4c3ba352 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 21 May 2014 13:04:43 +1000 Subject: Maintenance to bl_info, remove redundant tracker URL's --- add_curve_extra_objects/__init__.py | 3 +-- add_curve_extra_objects/add_curve_aceous_galore.py | 20 ++++++++--------- add_curve_extra_objects/add_curve_spirals.py | 6 +++-- add_curve_extra_objects/add_curve_torus_knots.py | 3 +-- add_curve_ivygen.py | 6 ++--- add_curve_sapling/__init__.py | 8 +++---- add_mesh_BoltFactory/__init__.py | 6 ++--- add_mesh_ant_landscape.py | 6 ++--- add_mesh_extra_objects/__init__.py | 6 ++--- .../add_mesh_3d_function_surface.py | 3 +-- add_mesh_extra_objects/add_mesh_gears.py | 6 ++--- add_mesh_extra_objects/add_mesh_gemstones.py | 6 ++--- add_mesh_extra_objects/add_mesh_honeycomb.py | 6 +++-- add_mesh_extra_objects/add_mesh_polysphere.py | 3 +-- add_mesh_extra_objects/add_mesh_pyramid.py | 15 +++++++------ add_mesh_extra_objects/add_mesh_teapot.py | 6 +++-- add_mesh_extra_objects/add_mesh_torusknot.py | 6 +++-- add_mesh_extra_objects/add_mesh_twisted_torus.py | 6 ++--- add_mesh_pipe_joint.py | 6 ++--- add_mesh_solid.py | 6 ++--- animation_add_corrective_shape_key.py | 14 ++++++------ animation_animall.py | 19 ++++++++-------- curve_simplify.py | 6 ++--- development_api_navigator.py | 6 ++--- development_icon_get.py | 23 +++++++++---------- game_engine_save_as_runtime.py | 20 ++++++++--------- io_anim_acclaim/__init__.py | 6 ++--- io_anim_bvh/__init__.py | 1 - io_anim_c3d/__init__.py | 6 ++--- io_anim_camera.py | 6 ++--- io_anim_nuke_chan/__init__.py | 6 ++--- io_coat3D/__init__.py | 6 ++--- io_convert_image_to_mesh_img/__init__.py | 6 ++--- io_curve_svg/__init__.py | 6 ++--- io_export_after_effects.py | 5 ++--- io_export_dxf/__init__.py | 4 ++-- io_export_pc2.py | 3 +-- io_export_unreal_psk_psa.py | 6 ++--- io_import_gimp_image_to_scene.py | 4 ++-- io_import_images_as_planes.py | 7 +++--- io_import_scene_dxf.py | 3 +-- io_import_scene_lwo.py | 8 +++---- io_import_scene_mhx.py | 18 +++++++-------- io_import_scene_unreal_psa_psk.py | 6 ++--- io_mesh_pdb/__init__.py | 6 ++--- io_mesh_ply/__init__.py | 1 - io_mesh_raw/__init__.py | 6 ++--- io_mesh_stl/__init__.py | 6 ++--- io_mesh_uv_layout/__init__.py | 6 ++--- io_online_sketchfab/__init__.py | 1 - io_scene_3ds/__init__.py | 1 - io_scene_fbx/__init__.py | 1 - io_scene_ms3d/__init__.py | 24 ++++++++++---------- io_scene_obj/__init__.py | 1 - io_scene_vrml2/__init__.py | 1 - io_scene_x/__init__.py | 5 ++--- io_scene_x3d/__init__.py | 1 - io_sequencer_edl/__init__.py | 8 +++---- io_shape_mdd/__init__.py | 1 - light_field_tools/__init__.py | 3 +-- mesh_bsurfaces.py | 10 +++------ mesh_f2.py | 26 +++++++++++----------- mesh_inset/__init__.py | 3 +-- mesh_looptools.py | 6 ++--- mesh_relax.py | 6 ++--- mocap/__init__.py | 6 ++--- netrender/__init__.py | 6 ++--- node_efficiency_tools.py | 21 +++++++++-------- object_add_chain.py | 4 ++-- object_animrenderbake.py | 2 +- object_cloud_gen.py | 4 ++-- object_edit_linked.py | 7 +++--- object_fracture/__init__.py | 6 ++--- object_grease_scatter.py | 4 ++-- object_print3d_utils/__init__.py | 1 - paint_palette.py | 7 +++--- render_copy_settings/__init__.py | 8 +++---- render_povray/__init__.py | 4 ++-- render_renderfarmfi/__init__.py | 6 ++--- space_view3d_3d_navigation.py | 6 ++--- space_view3d_copy_attributes.py | 4 ++-- space_view3d_materials_utils.py | 4 ++-- space_view3d_math_vis/__init__.py | 6 ++--- space_view3d_panel_measure.py | 14 ++++++------ space_view3d_screencast_keys.py | 6 ++--- space_view3d_spacebar_menu.py | 6 ++--- system_blend_info.py | 8 +++---- system_demo_mode/__init__.py | 1 - system_property_chart.py | 8 +++---- texture_paint_layer_manager.py | 11 ++++----- ui_translate/__init__.py | 1 - uv_bake_texture_to_vcols.py | 6 ++--- uv_texture_atlas.py | 7 +++--- 93 files changed, 306 insertions(+), 319 deletions(-) diff --git a/add_curve_extra_objects/__init__.py b/add_curve_extra_objects/__init__.py index cd9f8c96..fab9f383 100644 --- a/add_curve_extra_objects/__init__.py +++ b/add_curve_extra_objects/__init__.py @@ -27,8 +27,7 @@ bl_info = { "description": "Add extra curve object types", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Curve/Curve_Objects", - "tracker_url": "https://developer.blender.org/T32477", + "Scripts/Curve/Curve_Objects", "category": "Add Curve"} diff --git a/add_curve_extra_objects/add_curve_aceous_galore.py b/add_curve_extra_objects/add_curve_aceous_galore.py index 2389f00f..0eae5e80 100644 --- a/add_curve_extra_objects/add_curve_aceous_galore.py +++ b/add_curve_extra_objects/add_curve_aceous_galore.py @@ -17,17 +17,17 @@ # ##### END GPL LICENSE BLOCK ##### ''' bl_info = { - 'name': 'Curveaceous Galore!', - 'author': 'Jimmy Hazevoet, testscreenings', - 'version': (0, 2), + "name": "Curveaceous Galore!", + "author": "Jimmy Hazevoet, testscreenings", + "version": (0, 2), "blender": (2, 59, 0), - 'location': 'View3D > Add > Curve', - 'description': 'Adds many different types of Curves', - 'warning': '', # used for warning icon and text in addons panel - 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' - 'Scripts/Curve/Curves_Galore', - 'tracker_url': 'https://developer.blender.org/T22404', - 'category': 'Add Curve'} + "location": "View3D > Add > Curve", + "description": "Adds many different types of Curves", + "warning": "", # used for warning icon and text in addons panel + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Curve/Curves_Galore", + "category": "Add Curve", +} ''' diff --git a/add_curve_extra_objects/add_curve_spirals.py b/add_curve_extra_objects/add_curve_spirals.py index 9e178812..11d86eb7 100644 --- a/add_curve_extra_objects/add_curve_spirals.py +++ b/add_curve_extra_objects/add_curve_spirals.py @@ -6,10 +6,12 @@ "blender": (2, 62, 0), "location": "View3D > Add > Curve", "warning": "", # used for warning icon and text in addons panel - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.4/Py/Scripts/Object/Spirals", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.4/Py/" + "Scripts/Object/Spirals", "tracker_url": "http://alexvaqp.googlepages.com?" "func=detail&aid=", - "category": "Add Curve"} + "category": "Add Curve", +} ''' import bpy, time from bpy.props import * diff --git a/add_curve_extra_objects/add_curve_torus_knots.py b/add_curve_extra_objects/add_curve_torus_knots.py index 591517cd..22fe48fe 100644 --- a/add_curve_extra_objects/add_curve_torus_knots.py +++ b/add_curve_extra_objects/add_curve_torus_knots.py @@ -26,8 +26,7 @@ bl_info = { "description": "Adds many types of (torus) knots", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Curve/Torus_Knot", - "tracker_url": "https://developer.blender.org/T22403", + "Scripts/Curve/Torus_Knot", "category": "Add Curve"} ''' diff --git a/add_curve_ivygen.py b/add_curve_ivygen.py index 3c30e52b..6b359e14 100644 --- a/add_curve_ivygen.py +++ b/add_curve_ivygen.py @@ -25,12 +25,12 @@ bl_info = { "blender": (2, 59, 0), "location": "View3D > Add > Curve", "description": "Adds generated ivy to a mesh object starting " - "at the 3D cursor", + "at the 3D cursor", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Curve/Ivy_Gen", - "tracker_url": "https://developer.blender.org/T27234", - "category": "Add Curve"} + "category": "Add Curve", +} import bpy diff --git a/add_curve_sapling/__init__.py b/add_curve_sapling/__init__.py index 91a5808a..78f2ebb6 100644 --- a/add_curve_sapling/__init__.py +++ b/add_curve_sapling/__init__.py @@ -25,11 +25,11 @@ bl_info = { "description": ("Adds a parametric tree. The method is presented by " "Jason Weber & Joseph Penn in their paper 'Creation and Rendering of " "Realistic Trees'."), - #"warning": "length parameters may cause errors", # used for warning icon and text in addons panel + "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Curve/Sapling_Tree", - "tracker_url": "https://developer.blender.org/T27226", - "category": "Add Curve"} + "Scripts/Curve/Sapling_Tree", + "category": "Add Curve", +} if "bpy" in locals(): diff --git a/add_mesh_BoltFactory/__init__.py b/add_mesh_BoltFactory/__init__.py index b243a03c..0f1c6919 100644 --- a/add_mesh_BoltFactory/__init__.py +++ b/add_mesh_BoltFactory/__init__.py @@ -24,9 +24,9 @@ bl_info = { "location": "View3D > Add > Mesh", "description": "Add a bolt or nut", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Add_Mesh/BoltFactory", - "tracker_url": "https://developer.blender.org/T22842", - "category": "Add Mesh"} + "Scripts/Add_Mesh/BoltFactory", + "category": "Add Mesh", +} if "bpy" in locals(): diff --git a/add_mesh_ant_landscape.py b/add_mesh_ant_landscape.py index 2b09b6a7..b99eb2be 100644 --- a/add_mesh_ant_landscape.py +++ b/add_mesh_ant_landscape.py @@ -25,9 +25,9 @@ bl_info = { "description": "Add a landscape primitive", "warning": "", # used for warning icon and text in addons panel "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Add_Mesh/ANT_Landscape", - "tracker_url": "https://developer.blender.org/T23130", - "category": "Add Mesh"} + "Scripts/Add_Mesh/ANT_Landscape", + "category": "Add Mesh", +} """ Another Noise Tool: Landscape mesh generator diff --git a/add_mesh_extra_objects/__init__.py b/add_mesh_extra_objects/__init__.py index 93cb7f23..47bb1c1f 100644 --- a/add_mesh_extra_objects/__init__.py +++ b/add_mesh_extra_objects/__init__.py @@ -27,9 +27,9 @@ bl_info = { "description": "Add extra object types", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Add_Mesh/Add_Extra", - "tracker_url": "https://developer.blender.org/T22457", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Extra", + "category": "Add Mesh", +} if "bpy" in locals(): diff --git a/add_mesh_extra_objects/add_mesh_3d_function_surface.py b/add_mesh_extra_objects/add_mesh_3d_function_surface.py index 64fe9879..ca39d544 100644 --- a/add_mesh_extra_objects/add_mesh_3d_function_surface.py +++ b/add_mesh_extra_objects/add_mesh_3d_function_surface.py @@ -25,8 +25,7 @@ bl_info = { "description": "Create Objects using Math Formulas", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Add_Mesh/Add_3d_Function_Surface", - "tracker_url": "https://developer.blender.org/T21444", + "Scripts/Add_Mesh/Add_3d_Function_Surface", "category": "Add Mesh"} ''' diff --git a/add_mesh_extra_objects/add_mesh_gears.py b/add_mesh_extra_objects/add_mesh_gears.py index 7dfa46b0..d657fcfb 100644 --- a/add_mesh_extra_objects/add_mesh_gears.py +++ b/add_mesh_extra_objects/add_mesh_gears.py @@ -28,9 +28,9 @@ bl_info = { "description": "Adds a mesh Gear to the Add Mesh menu", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Add_Mesh/Add_Gear", - "tracker_url": "https://developer.blender.org/T21732", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Gear", + "category": "Add Mesh", +} ''' import bpy diff --git a/add_mesh_extra_objects/add_mesh_gemstones.py b/add_mesh_extra_objects/add_mesh_gemstones.py index 7372d2f7..d0e7a375 100644 --- a/add_mesh_extra_objects/add_mesh_gemstones.py +++ b/add_mesh_extra_objects/add_mesh_gemstones.py @@ -25,9 +25,9 @@ bl_info = { "description": "Adds various gemstone (Diamond & Gem) meshes.", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Add_Mesh/Add_Gemstones", - "tracker_url": "https://developer.blender.org/T21432", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Gemstones", + "category": "Add Mesh", +} ''' import bpy from mathutils import * diff --git a/add_mesh_extra_objects/add_mesh_honeycomb.py b/add_mesh_extra_objects/add_mesh_honeycomb.py index d42f66d5..37a93036 100644 --- a/add_mesh_extra_objects/add_mesh_honeycomb.py +++ b/add_mesh_extra_objects/add_mesh_honeycomb.py @@ -24,8 +24,10 @@ bl_info = { "location": "View3D > Add > Mesh > HoneyComb", "description": "Adds HoneyComb Mesh", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Mesh/HoneyComb", - "category": "Add Mesh"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" + "Scripts/Add_Mesh/HoneyComb", + "category": "Add Mesh", +} ''' from math import pi, sin, cos diff --git a/add_mesh_extra_objects/add_mesh_polysphere.py b/add_mesh_extra_objects/add_mesh_polysphere.py index 5c5b1c2e..b250063f 100644 --- a/add_mesh_extra_objects/add_mesh_polysphere.py +++ b/add_mesh_extra_objects/add_mesh_polysphere.py @@ -25,8 +25,7 @@ bl_info = { "description": "Adds a PolySphere (all quads) for sculpting", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Add_Mesh/Add_PolySphere", - "tracker_url": "", + "Scripts/Add_Mesh/Add_PolySphere", "category": "Add Mesh"} ''' diff --git a/add_mesh_extra_objects/add_mesh_pyramid.py b/add_mesh_extra_objects/add_mesh_pyramid.py index 9cca7618..8ca68503 100644 --- a/add_mesh_extra_objects/add_mesh_pyramid.py +++ b/add_mesh_extra_objects/add_mesh_pyramid.py @@ -20,14 +20,15 @@ # (c) 2011 Phil Cote (cotejrp1) ''' bl_info = { - 'name': 'Mesh Pyramid', - 'author': 'Phil Cote, cotejrp1, (http://www.blenderaddons.com)', - 'version': (0, 5), + "name": "Mesh Pyramid", + "author": "Phil Cote, cotejrp1, (http://www.blenderaddons.com)", + "version": (0, 5), "blender": (2, 63, 0), - 'location': 'View3D > Add > Mesh', - 'description': 'Create an egyption-style step pyramid', - 'warning': '', # used for warning icon and text in addons panel - 'category': 'Add Mesh'} + "location": "View3D > Add > Mesh", + "description": "Create an egyption-style step pyramid", + "warning": "", # used for warning icon and text in addons panel + "category": "Add Mesh", +} ''' import bpy diff --git a/add_mesh_extra_objects/add_mesh_teapot.py b/add_mesh_extra_objects/add_mesh_teapot.py index dc4d575d..cdbdf7ee 100644 --- a/add_mesh_extra_objects/add_mesh_teapot.py +++ b/add_mesh_extra_objects/add_mesh_teapot.py @@ -31,8 +31,10 @@ bl_info = { "version": (1, 0), "blender": (2, 57, 0), "location": "View3D > Add > Mesh ", - "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_Teapot", - "category": "Add Mesh"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" + "Scripts/Add_Teapot", + "category": "Add Mesh", +} ''' import bpy diff --git a/add_mesh_extra_objects/add_mesh_torusknot.py b/add_mesh_extra_objects/add_mesh_torusknot.py index f69d12c4..e932adc8 100644 --- a/add_mesh_extra_objects/add_mesh_torusknot.py +++ b/add_mesh_extra_objects/add_mesh_torusknot.py @@ -31,8 +31,10 @@ bl_info = { "version": (1, 0), "blender": (2, 57, 0), "location": "View3D > Add > Mesh ", - "url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/Scripts/Add_TorusKnot", - "category": "Add Mesh"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" + "Scripts/Add_TorusKnot", + "category": "Add Mesh", +} ''' import bpy, mathutils, math diff --git a/add_mesh_extra_objects/add_mesh_twisted_torus.py b/add_mesh_extra_objects/add_mesh_twisted_torus.py index 984c2655..fd3cb5e8 100644 --- a/add_mesh_extra_objects/add_mesh_twisted_torus.py +++ b/add_mesh_extra_objects/add_mesh_twisted_torus.py @@ -29,9 +29,9 @@ bl_info = { "description": "Adds a mesh Twisted Torus to the Add Mesh menu", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Add_Mesh/Add_Twisted_Torus", - "tracker_url": "https://developer.blender.org/T21622", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Twisted_Torus", + "category": "Add Mesh", +} Usage: diff --git a/add_mesh_pipe_joint.py b/add_mesh_pipe_joint.py index adb9aea1..717a0daa 100644 --- a/add_mesh_pipe_joint.py +++ b/add_mesh_pipe_joint.py @@ -25,9 +25,9 @@ bl_info = { "description": "Add different types of pipe joints", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Add_Mesh/Add_Pipe_Joints", - "tracker_url": "https://developer.blender.org/T21443", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Pipe_Joints", + "category": "Add Mesh", +} import bpy from math import * diff --git a/add_mesh_solid.py b/add_mesh_solid.py index 42501626..a6e0b1bb 100644 --- a/add_mesh_solid.py +++ b/add_mesh_solid.py @@ -26,9 +26,9 @@ bl_info = { "description": "Add a regular solid", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Add_Mesh/Add_Solid", - "tracker_url": "https://developer.blender.org/T22405", - "category": "Add Mesh"} + "Scripts/Add_Mesh/Add_Solid", + "category": "Add Mesh", +} import bpy from bpy.props import FloatProperty,EnumProperty,BoolProperty diff --git a/animation_add_corrective_shape_key.py b/animation_add_corrective_shape_key.py index cbe5435b..66234f94 100644 --- a/animation_add_corrective_shape_key.py +++ b/animation_add_corrective_shape_key.py @@ -19,16 +19,16 @@ # bl_info = { - 'name': 'Corrective shape keys', - 'author': 'Ivo Grigull (loolarge), Tal Trachtman', - 'version': (1, 0), + "name": "Corrective shape keys", + "author": "Ivo Grigull (loolarge), Tal Trachtman", + "version": (1, 0), "blender": (2, 57, 0), - 'location': 'Object Data > Shape Keys (Search: corrective) ', - 'description': 'Creates a corrective shape key for the current pose', + "location": "Object Data > Shape Keys (Search: corrective) ", + "description": "Creates a corrective shape key for the current pose", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Animation/Corrective_Shape_Key", - "tracker_url": "https://developer.blender.org/T22129", - 'category': 'Animation'} + "category": "Animation", +} """ This script transfer the shape from an object (base mesh without diff --git a/animation_animall.py b/animation_animall.py index 6f3706a6..4edcf439 100644 --- a/animation_animall.py +++ b/animation_animall.py @@ -17,16 +17,17 @@ # ##### END GPL LICENSE BLOCK ##### bl_info = { - 'name': 'AnimAll', - 'author': 'Daniel Salazar ', - 'version': (0, 7), + "name": "AnimAll", + "author": "Daniel Salazar ", + "version": (0, 7), "blender": (2, 69, 7), - 'location': 'Tool bar > Animation tab > AnimAll', - 'description': 'Allows animation of mesh, lattice, curve and surface data', - 'warning': '', - 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Animation/AnimAll', - 'tracker_url': 'https://developer.blender.org/T24874', - 'category': 'Animation'} + "location": "Tool bar > Animation tab > AnimAll", + "description": "Allows animation of mesh, lattice, curve and surface data", + "warning": "", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Animation/AnimAll", + "category": "Animation", +} """------------------------------------------------------------------------- Thanks to Campbell Barton and Joshua Leung for hes API additions and fixes diff --git a/curve_simplify.py b/curve_simplify.py index 25e6dbd5..1168cbcc 100644 --- a/curve_simplify.py +++ b/curve_simplify.py @@ -25,9 +25,9 @@ bl_info = { "description": "Simplifies 3D Curve objects and animation F-Curves", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Curve/Curve_Simplify", - "tracker_url": "https://developer.blender.org/T22327", - "category": "Add Curve"} + "Scripts/Curve/Curve_Simplify", + "category": "Add Curve", +} """ This script simplifies Curve objects and animation F-Curves. diff --git a/development_api_navigator.py b/development_api_navigator.py index dfe670e3..14d93d6a 100644 --- a/development_api_navigator.py +++ b/development_api_navigator.py @@ -28,9 +28,9 @@ bl_info = { "description": "Allows exploration of the python api via the user interface", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Text_Editor/API_Navigator", - "tracker_url": "https://developer.blender.org/T24982", - "category": "Development"} + "Scripts/Text_Editor/API_Navigator", + "category": "Development", +} """ You can browse through the tree structure of the api. Each child object appears in a list diff --git a/development_icon_get.py b/development_icon_get.py index ef5f8f30..24393554 100644 --- a/development_icon_get.py +++ b/development_icon_get.py @@ -20,19 +20,18 @@ bl_info = { - 'name': 'Icons', - 'author': 'Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel', - 'version': (1, 5, 2), + "name": "Icons", + "author": "Crouch, N.tox, PKHG, Campbell Barton, Dany Lebel", + "version": (1, 5, 2), "blender": (2, 57, 0), - 'location': 'Text Editor > Properties or '\ - 'Console > Console Menu', - 'warning': '', - 'description': 'Click an icon to display its name and copy it '\ - 'to the clipboard', - 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/'\ - 'Py/Scripts/System/Display_All_Icons', - 'tracker_url': 'https://developer.blender.org/T22011', - 'category': 'Development'} + "location": "Text Editor > Properties or " "Console > Console Menu", + "warning": "", + "description": "Click an icon to display its name and " + "copy it to the clipboard", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/" + "Py/Scripts/System/Display_All_Icons", + "category": "Development", +} import bpy diff --git a/game_engine_save_as_runtime.py b/game_engine_save_as_runtime.py index 2d3c6275..a5f4eee9 100644 --- a/game_engine_save_as_runtime.py +++ b/game_engine_save_as_runtime.py @@ -17,17 +17,17 @@ # ##### END GPL LICENSE BLOCK ##### bl_info = { - 'name': 'Save As Game Engine Runtime', - 'author': 'Mitchell Stokes (Moguri)', - 'version': (0, 3, 1), + "name": "Save As Game Engine Runtime", + "author": "Mitchell Stokes (Moguri)", + "version": (0, 3, 1), "blender": (2, 61, 0), - 'location': 'File > Export', - 'description': 'Bundle a .blend file with the Blenderplayer', - 'warning': '', - 'wiki_url': 'http://wiki.blender.org/index.php/Extensions:2.6/Py/'\ - 'Scripts/Game_Engine/Save_As_Runtime', - 'tracker_url': 'https://developer.blender.org/T23564', - 'category': 'Game Engine'} + "location": "File > Export", + "description": "Bundle a .blend file with the Blenderplayer", + "warning": "", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Game_Engine/Save_As_Runtime", + "category": "Game Engine", +} import bpy import os diff --git a/io_anim_acclaim/__init__.py b/io_anim_acclaim/__init__.py index b08452a5..1cf89738 100644 --- a/io_anim_acclaim/__init__.py +++ b/io_anim_acclaim/__init__.py @@ -30,9 +30,9 @@ bl_info = { "location": "File > Import-Export", "description": "Imports Acclaim Skeleton and Motion Capture Files", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Acclaim_Importer", - "tracker_url": "https://developer.blender.org/T27127", - "category": "Import-Export"} + "Scripts/Import-Export/Acclaim_Importer", + "category": "Import-Export", +} import re diff --git a/io_anim_bvh/__init__.py b/io_anim_bvh/__init__.py index 878a6a48..138d5845 100644 --- a/io_anim_bvh/__init__.py +++ b/io_anim_bvh/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/MotionCapture_BVH", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_anim_c3d/__init__.py b/io_anim_c3d/__init__.py index 16878437..0db29ba1 100644 --- a/io_anim_c3d/__init__.py +++ b/io_anim_c3d/__init__.py @@ -30,9 +30,9 @@ bl_info = { "location": "File > Import", "description": "Imports C3D Graphics Lab Motion Capture files", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/C3D_Importer", - "tracker_url": "https://developer.blender.org/T29061", - "category": 'Import-Export'} + "Scripts/Import-Export/C3D_Importer", + "category": 'Import-Export', +} import bpy diff --git a/io_anim_camera.py b/io_anim_camera.py index c4d75f09..20cb5395 100644 --- a/io_anim_camera.py +++ b/io_anim_camera.py @@ -27,10 +27,10 @@ bl_info = { "description": "Export Cameras & Markers (.py)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Camera_Animation", - "tracker_url": "https://developer.blender.org/T22835", + "Scripts/Import-Export/Camera_Animation", "support": 'OFFICIAL', - "category": "Import-Export"} + "category": "Import-Export", +} import bpy diff --git a/io_anim_nuke_chan/__init__.py b/io_anim_nuke_chan/__init__.py index c02deb5d..5dcccfc7 100644 --- a/io_anim_nuke_chan/__init__.py +++ b/io_anim_nuke_chan/__init__.py @@ -27,9 +27,9 @@ bl_info = { "description": "Import/Export object's animation with nuke", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Nuke", - "tracker_url": "https://developer.blender.org/T28368", - "category": "Import-Export"} + "Scripts/Import-Export/Nuke", + "category": "Import-Export", +} # To support reload properly, try to access a package var, diff --git a/io_coat3D/__init__.py b/io_coat3D/__init__.py index e4fa915f..aef10119 100644 --- a/io_coat3D/__init__.py +++ b/io_coat3D/__init__.py @@ -25,9 +25,9 @@ bl_info = { "description": "Transfer data between 3D-Coat/Blender", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/3dcoat_applink", - "tracker_url": "https://developer.blender.org/T24446", - "category": "Import-Export"} + "Scripts/Import-Export/3dcoat_applink", + "category": "Import-Export", +} if "bpy" in locals(): diff --git a/io_convert_image_to_mesh_img/__init__.py b/io_convert_image_to_mesh_img/__init__.py index 1191d033..a0d92126 100644 --- a/io_convert_image_to_mesh_img/__init__.py +++ b/io_convert_image_to_mesh_img/__init__.py @@ -25,9 +25,9 @@ bl_info = { "description": "Import a HiRISE DTM formatted as a PDS IMG file", "warning": "May consume a lot of memory", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG", - "tracker_url": "https://developer.blender.org/T24897", - "category": "Import-Export"} + "Scripts/Import-Export/HiRISE_DTM_from_PDS_IMG", + "category": "Import-Export", +} # Revision History: diff --git a/io_curve_svg/__init__.py b/io_curve_svg/__init__.py index 0c05e8da..629d8589 100644 --- a/io_curve_svg/__init__.py +++ b/io_curve_svg/__init__.py @@ -26,10 +26,10 @@ bl_info = { "description": "Import SVG as curves", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/SVG", - "tracker_url": "https://developer.blender.org/T26166", + "Scripts/Import-Export/SVG", "support": 'OFFICIAL', - "category": "Import-Export"} + "category": "Import-Export", +} # To support reload properly, try to access a package var, diff --git a/io_export_after_effects.py b/io_export_after_effects.py index 8d041952..aafa8ecb 100644 --- a/io_export_after_effects.py +++ b/io_export_after_effects.py @@ -28,10 +28,9 @@ bl_info = { "location": "File > Export > Adobe After Effects (.jsx)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Adobe_After_Effects", - "tracker_url": "https://developer.blender.org/T29858", + "Scripts/Import-Export/Adobe_After_Effects", "category": "Import-Export", - } +} import bpy diff --git a/io_export_dxf/__init__.py b/io_export_dxf/__init__.py index 6ce740ef..ab451bb1 100644 --- a/io_export_dxf/__init__.py +++ b/io_export_dxf/__init__.py @@ -25,8 +25,8 @@ bl_info = { "warning": "Under construction! Visit Wiki for details.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/DXF_Exporter", - "tracker_url": "https://developer.blender.org/T28469", - "category": "Import-Export"} + "category": "Import-Export", +} import bpy diff --git a/io_export_pc2.py b/io_export_pc2.py index 80f74dc3..663f3a5f 100644 --- a/io_export_pc2.py +++ b/io_export_pc2.py @@ -25,8 +25,7 @@ bl_info = { "description": "Export mesh Pointcache data (.pc2)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/PC2_Pointcache_export", - "tracker_url": "", + "Scripts/Import-Export/PC2_Pointcache_export", "category": "Import-Export"} """ diff --git a/io_export_unreal_psk_psa.py b/io_export_unreal_psk_psa.py index 00ed35ec..a1bdcb04 100644 --- a/io_export_unreal_psk_psa.py +++ b/io_export_unreal_psk_psa.py @@ -25,9 +25,9 @@ bl_info = { "description": "Export Skeleletal Mesh/Animation Data", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Unreal_psk_psa", - "tracker_url": "https://developer.blender.org/T21366", - "category": "Import-Export"} + "Scripts/Import-Export/Unreal_psk_psa", + "category": "Import-Export", +} """ -- Unreal Skeletal Mesh and Animation Export (.psk and .psa) export script v0.0.1 --
diff --git a/io_import_gimp_image_to_scene.py b/io_import_gimp_image_to_scene.py index 971770a5..91b98040 100644 --- a/io_import_gimp_image_to_scene.py +++ b/io_import_gimp_image_to_scene.py @@ -26,8 +26,8 @@ bl_info = { "warning": "XCF import requires xcftools installed", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/GIMPImageToScene", - "tracker_url": "https://developer.blender.org/T25136", - "category": "Import-Export"} + "category": "Import-Export", +} """ This script imports GIMP layered image files into 3D Scenes (.xcf, .xjt) diff --git a/io_import_images_as_planes.py b/io_import_images_as_planes.py index b3dcb65a..0bb1916a 100644 --- a/io_import_images_as_planes.py +++ b/io_import_images_as_planes.py @@ -25,9 +25,10 @@ bl_info = { "description": "Imports images and creates planes with the appropriate aspect ratio. " "The images are mapped to the planes.", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Add_Mesh/Planes_from_Images", - "tracker_url": "https://developer.blender.org/T21751", - "category": "Import-Export"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Add_Mesh/Planes_from_Images", + "category": "Import-Export", +} import bpy from bpy.types import Operator diff --git a/io_import_scene_dxf.py b/io_import_scene_dxf.py index 432e9cda..fd02da55 100644 --- a/io_import_scene_dxf.py +++ b/io_import_scene_dxf.py @@ -26,10 +26,9 @@ bl_info = { "warning": "Under construction! Visit Wiki for details.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/DXF_Importer", - "tracker_url": "https://developer.blender.org/T23480", "support": "OFFICIAL", "category": "Import-Export", - } +} """ Release note by migius (DXF support maintainer) 2011.01.02: diff --git a/io_import_scene_lwo.py b/io_import_scene_lwo.py index b01763f3..f941c2d6 100644 --- a/io_import_scene_lwo.py +++ b/io_import_scene_lwo.py @@ -23,12 +23,12 @@ bl_info= { "blender": (2, 57, 0), "location": "File > Import > LightWave Object (.lwo)", "description": "Imports a LWO file including any UV, Morph and Color maps. " - "Can convert Skelegons to an Armature.", + "Can convert Skelegons to an Armature.", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/LightWave_Object", - "tracker_url": "https://developer.blender.org/T23623", - "category": "Import-Export"} + "Scripts/Import-Export/LightWave_Object", + "category": "Import-Export", +} # Copyright (c) Ken Nign 2010 # ken@virginpi.com diff --git a/io_import_scene_mhx.py b/io_import_scene_mhx.py index 0aa99f56..764c3633 100644 --- a/io_import_scene_mhx.py +++ b/io_import_scene_mhx.py @@ -36,16 +36,16 @@ Alternatively, run the script in the script editor (Alt-P), and access from the """ bl_info = { - 'name': 'Import: MakeHuman (.mhx)', - 'author': 'Thomas Larsson', - 'version': "1.16.12", + "name": "Import: MakeHuman (.mhx)", + "author": "Thomas Larsson", + "version": "1.16.12", "blender": (2, 68, 0), - 'location': "File > Import > MakeHuman (.mhx)", - 'description': 'Import files in the MakeHuman eXchange format (.mhx)', - 'warning': '', - 'wiki_url': 'http://www.makehuman.org/documentation', - 'tracker_url': 'https://developer.blender.org/T21872', - 'category': 'Import-Export'} + "location": "File > Import > MakeHuman (.mhx)", + "description": "Import files in the MakeHuman eXchange format (.mhx)", + "warning": "", + "wiki_url": "http://www.makehuman.org/documentation", + "category": "Import-Export", +} MAJOR_VERSION = 1 MINOR_VERSION = 16 diff --git a/io_import_scene_unreal_psa_psk.py b/io_import_scene_unreal_psa_psk.py index ec4bc27a..e18aca93 100644 --- a/io_import_scene_unreal_psa_psk.py +++ b/io_import_scene_unreal_psa_psk.py @@ -25,9 +25,9 @@ bl_info = { "description": "Import Skeleleton Mesh/Animation Data", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Import-Export/Unreal_psk_psa", - "tracker_url": "https://developer.blender.org/T21366", - "category": "Import-Export"} + "Scripts/Import-Export/Unreal_psk_psa", + "category": "Import-Export", +} """ Version': '2.0' ported by Darknet diff --git a/io_mesh_pdb/__init__.py b/io_mesh_pdb/__init__.py index dd2e9304..02bac352 100644 --- a/io_mesh_pdb/__init__.py +++ b/io_mesh_pdb/__init__.py @@ -45,9 +45,9 @@ bl_info = { "location": "File -> Import -> PDB (.pdb)", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/PDB", - "tracker_url": "https://developer.blender.org/T29226", - "category": "Import-Export"} + "Scripts/Import-Export/PDB", + "category": "Import-Export", +} import bpy diff --git a/io_mesh_ply/__init__.py b/io_mesh_ply/__init__.py index d7b8ff7e..f0854821 100644 --- a/io_mesh_ply/__init__.py +++ b/io_mesh_ply/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Stanford_PLY", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_mesh_raw/__init__.py b/io_mesh_raw/__init__.py index a3f087ef..4a5ece92 100644 --- a/io_mesh_raw/__init__.py +++ b/io_mesh_raw/__init__.py @@ -28,9 +28,9 @@ bl_info = { "description": "Import-Export Raw Faces", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/Raw_Mesh_IO", - "tracker_url": "https://developer.blender.org/T25692", - "category": "Import-Export"} + "Scripts/Import-Export/Raw_Mesh_IO", + "category": "Import-Export", +} if "bpy" in locals(): import imp diff --git a/io_mesh_stl/__init__.py b/io_mesh_stl/__init__.py index 9de8c02d..7514983a 100644 --- a/io_mesh_stl/__init__.py +++ b/io_mesh_stl/__init__.py @@ -27,10 +27,10 @@ bl_info = { "description": "Import-Export STL files", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/STL", - "tracker_url": "https://developer.blender.org/T22837", + "Scripts/Import-Export/STL", "support": 'OFFICIAL', - "category": "Import-Export"} + "category": "Import-Export", +} # @todo write the wiki page diff --git a/io_mesh_uv_layout/__init__.py b/io_mesh_uv_layout/__init__.py index 9131654b..2460d26d 100644 --- a/io_mesh_uv_layout/__init__.py +++ b/io_mesh_uv_layout/__init__.py @@ -27,10 +27,10 @@ bl_info = { "description": "Export the UV layout as a 2D graphic", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/UV_Layout", - "tracker_url": "https://developer.blender.org/T22837", + "Scripts/Import-Export/UV_Layout", "support": 'OFFICIAL', - "category": "Import-Export"} + "category": "Import-Export", +} # @todo write the wiki page diff --git a/io_online_sketchfab/__init__.py b/io_online_sketchfab/__init__.py index c5ad23b3..23698df2 100644 --- a/io_online_sketchfab/__init__.py +++ b/io_online_sketchfab/__init__.py @@ -25,7 +25,6 @@ bl_info = { "description": "Upload your model to Sketchfab", "warning": "", "wiki_url": "", - "tracker_url": "", "category": "Import-Export" } diff --git a/io_scene_3ds/__init__.py b/io_scene_3ds/__init__.py index e39622f1..4311b28b 100644 --- a/io_scene_3ds/__init__.py +++ b/io_scene_3ds/__init__.py @@ -28,7 +28,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Autodesk_3DS", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_scene_fbx/__init__.py b/io_scene_fbx/__init__.py index 7dcb9d35..ecb35d1f 100644 --- a/io_scene_fbx/__init__.py +++ b/io_scene_fbx/__init__.py @@ -29,7 +29,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Autodesk_FBX", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_scene_ms3d/__init__.py b/io_scene_ms3d/__init__.py index c1b54359..e424968f 100644 --- a/io_scene_ms3d/__init__.py +++ b/io_scene_ms3d/__init__.py @@ -19,18 +19,18 @@ # bl_info = { - 'name': "MilkShape3D MS3D format (.ms3d)", - 'description': "Import / Export MilkShape3D MS3D files " - "(conform with MilkShape3D v1.8.4)", - 'author': "Alexander Nussbaumer", - 'version': (1, 0, 0), - 'blender': (2, 69, 2), - 'location': "File > Import & File > Export", - 'warning': "", - 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/MilkShape3D_MS3D", - 'tracker_url': "https://developer.blender.org/T34084", - 'category': "Import-Export"} + "name": "MilkShape3D MS3D format (.ms3d)", + "description": "Import / Export MilkShape3D MS3D files " + "(conform with MilkShape3D v1.8.4)", + "author": "Alexander Nussbaumer", + "version": (1, 0, 0), + "blender": (2, 69, 2), + "location": "File > Import & File > Export", + "warning": "", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Import-Export/MilkShape3D_MS3D", + "category": "Import-Export", +} ############################################################################### diff --git a/io_scene_obj/__init__.py b/io_scene_obj/__init__.py index 72ea746c..2ce74f0d 100644 --- a/io_scene_obj/__init__.py +++ b/io_scene_obj/__init__.py @@ -29,7 +29,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Wavefront_OBJ", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_scene_vrml2/__init__.py b/io_scene_vrml2/__init__.py index 02f5073c..befc5101 100644 --- a/io_scene_vrml2/__init__.py +++ b/io_scene_vrml2/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/VRML2", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_scene_x/__init__.py b/io_scene_x/__init__.py index d320927c..001dca61 100644 --- a/io_scene_x/__init__.py +++ b/io_scene_x/__init__.py @@ -25,10 +25,9 @@ bl_info = { "blender": (2, 69, 0), "location": "File > Export > DirectX (.x)", "description": "Export mesh vertices, UV's, materials, textures, " - "vertex colors, armatures, empties, and actions.", + "vertex colors, armatures, empties, and actions.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Import-Export/DirectX_Exporter", - "tracker_url": "https://developer.blender.org/T22795", + "Scripts/Import-Export/DirectX_Exporter", "category": "Import-Export"} diff --git a/io_scene_x3d/__init__.py b/io_scene_x3d/__init__.py index 22f41dc9..7bda64ab 100644 --- a/io_scene_x3d/__init__.py +++ b/io_scene_x3d/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/Web3D", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/io_sequencer_edl/__init__.py b/io_sequencer_edl/__init__.py index 66e306f8..334af4d8 100644 --- a/io_sequencer_edl/__init__.py +++ b/io_sequencer_edl/__init__.py @@ -26,10 +26,10 @@ bl_info = { "location": "Sequencer -> Track View Properties", "description": "Load a CMX formatted EDL into the sequencer", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:" - "2.6/Py/Scripts/Import-Export/EDL_Import", - "tracker_url": "", - "category": "Import-Export"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Import-Export/EDL_Import", + "category": "Import-Export", +} import bpy diff --git a/io_shape_mdd/__init__.py b/io_shape_mdd/__init__.py index d1b8b844..c612543f 100644 --- a/io_shape_mdd/__init__.py +++ b/io_shape_mdd/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Import-Export/NewTek_OBJ", - "tracker_url": "", "support": 'OFFICIAL', "category": "Import-Export"} diff --git a/light_field_tools/__init__.py b/light_field_tools/__init__.py index 2bb769c0..54e56fe6 100644 --- a/light_field_tools/__init__.py +++ b/light_field_tools/__init__.py @@ -26,8 +26,7 @@ bl_info = { "location": "View3D > Tool Shelf > Light Field Tools", "url": "http://www.jku.at/cg/", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Render/Light_Field_Tools", - "tracker_url": "https://developer.blender.org/T25719", + "Scripts/Render/Light_Field_Tools", "category": "Render" } diff --git a/mesh_bsurfaces.py b/mesh_bsurfaces.py index f3c1a0c3..78b434ee 100644 --- a/mesh_bsurfaces.py +++ b/mesh_bsurfaces.py @@ -25,8 +25,8 @@ bl_info = { "location": "View3D > EditMode > ToolShelf", "description": "Modeling and retopology tool.", "wiki_url": "http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.64/Bsurfaces_1.5", - "tracker_url": "https://developer.blender.org/T26642", - "category": "Mesh"} + "category": "Mesh", +} import bpy @@ -3308,16 +3308,12 @@ class GPENCIL_OT_SURFSK_edit_strokes(bpy.types.Operator): return {"FINISHED"} - - class CURVE_OT_SURFSK_reorder_splines(bpy.types.Operator): bl_idname = "curve.surfsk_reorder_splines" bl_label = "Bsurfaces reorder splines" - bl_description = "Defines the order of the splines by using grease pencil strokes." + bl_description = "Defines the order of the splines by using grease pencil strokes" bl_options = {'REGISTER', 'UNDO'} - - def execute(self, context): objects_to_delete = [] #### Convert grease pencil strokes to curve. diff --git a/mesh_f2.py b/mesh_f2.py index f8cc8e91..16f67b95 100644 --- a/mesh_f2.py +++ b/mesh_f2.py @@ -19,18 +19,18 @@ # bl_info = { - 'name': "F2", - 'author': "Bart Crouch, Alexander Nedovizin, Paul Kotelevets "\ - "(concept design)", - 'version': (1, 7, 2), - 'blender': (2, 70, 0), - 'location': "Editmode > F", - 'warning': "", - 'description': "Extends the 'Make Edge/Face' functionality", - 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/"\ - "Scripts/Modeling/F2", - 'tracker_url': "https://developer.blender.org/T33979", - 'category': 'Mesh'} + "name": "F2", + "author": "Bart Crouch, Alexander Nedovizin, Paul Kotelevets " + "(concept design)", + "version": (1, 7, 2), + "blender": (2, 70, 0), + "location": "Editmode > F", + "warning": "", + "description": "Extends the 'Make Edge/Face' functionality", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Modeling/F2", + "category": "Mesh", +} import bmesh @@ -402,4 +402,4 @@ def unregister(): if __name__ == "__main__": - register() \ No newline at end of file + register() diff --git a/mesh_inset/__init__.py b/mesh_inset/__init__.py index c8b1f526..dc5cd08f 100644 --- a/mesh_inset/__init__.py +++ b/mesh_inset/__init__.py @@ -27,8 +27,7 @@ bl_info = { "description": "Make an inset polygon inside selection.", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Modeling/Inset-Polygon", - "tracker_url": "https://developer.blender.org/T27290", + "Scripts/Modeling/Inset-Polygon", "category": "Mesh"} diff --git a/mesh_looptools.py b/mesh_looptools.py index 5bfc832f..3f38833f 100644 --- a/mesh_looptools.py +++ b/mesh_looptools.py @@ -25,9 +25,9 @@ bl_info = { "warning": "", "description": "Mesh modelling toolkit. Several tools to aid modelling", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Modeling/LoopTools", - "tracker_url": "https://developer.blender.org/T26189", - "category": "Mesh"} + "Scripts/Modeling/LoopTools", + "category": "Mesh", +} import bmesh diff --git a/mesh_relax.py b/mesh_relax.py index 87ba4bd5..1b177023 100644 --- a/mesh_relax.py +++ b/mesh_relax.py @@ -30,9 +30,9 @@ bl_info = { "description": "Relax the selected verts while retaining the shape", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Modeling/Relax", - "tracker_url": "https://developer.blender.org/T21421", - "category": "Mesh"} + "Scripts/Modeling/Relax", + "category": "Mesh", +} """ Usage: diff --git a/mocap/__init__.py b/mocap/__init__.py index 68ca2bb2..9f6dba47 100644 --- a/mocap/__init__.py +++ b/mocap/__init__.py @@ -26,10 +26,10 @@ bl_info = { "description": "Various tools for working with motion capture animation", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Animation/Motion_Capture_Tools", - "tracker_url": "https://developer.blender.org/T28321", + "Scripts/Animation/Motion_Capture_Tools", "support": 'OFFICIAL', - "category": "Animation"} + "category": "Animation", +} if "bpy" in locals(): import imp diff --git a/netrender/__init__.py b/netrender/__init__.py index 71bf1a33..32abe9f8 100644 --- a/netrender/__init__.py +++ b/netrender/__init__.py @@ -27,9 +27,9 @@ bl_info = { "description": "Distributed rendering for Blender", "warning": "Stable but still work in progress", "wiki_url": "http://wiki.blender.org/index.php/Doc:2.5/Manual/" - "Render/Engines/Netrender", - "tracker_url": "https://developer.blender.org/T36513", - "category": "Render"} + "Render/Engines/Netrender", + "category": "Render", +} # To support reload properly, try to access a package var, if it's there, reload everything diff --git a/node_efficiency_tools.py b/node_efficiency_tools.py index ff11cae7..2451b5a7 100644 --- a/node_efficiency_tools.py +++ b/node_efficiency_tools.py @@ -17,17 +17,16 @@ # ##### END GPL LICENSE BLOCK ##### bl_info = { - 'name': "Node Wrangler (aka Nodes Efficiency Tools)", - 'author': "Bartek Skorupa, Greg Zaal", - 'version': (3, 4), - 'blender': (2, 70, 0), - 'location': "Node Editor Properties Panel or Ctrl-SPACE", - 'description': "Various tools to enhance and speed up node-based workflow", - 'warning': "", - 'wiki_url': "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Nodes/Nodes_Efficiency_Tools", - 'tracker_url': "https://developer.blender.org/T33543", - 'category': "Node", + "name": "Node Wrangler (aka Nodes Efficiency Tools)", + "author": "Bartek Skorupa, Greg Zaal", + "version": (3, 4), + "blender": (2, 70, 0), + "location": "Node Editor Properties Panel or Ctrl-Space", + "description": "Various tools to enhance and speed up node-based workflow", + "warning": "", + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Nodes/Nodes_Efficiency_Tools", + "category": "Node", } import bpy, blf, bgl diff --git a/object_add_chain.py b/object_add_chain.py index 336346e3..39a0f4d6 100644 --- a/object_add_chain.py +++ b/object_add_chain.py @@ -26,8 +26,8 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Add_Chain", - "tracker_url": "https://developer.blender.org/T22203", - "category": "Object"} + "category": "Object", +} import bpy diff --git a/object_animrenderbake.py b/object_animrenderbake.py index f6faa932..695af7b1 100644 --- a/object_animrenderbake.py +++ b/object_animrenderbake.py @@ -26,7 +26,7 @@ bl_info = { "category": "Object", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Animated_Render_Baker", - "tracker_url": "https://developer.blender.org/T24836"} +} import bpy diff --git a/object_cloud_gen.py b/object_cloud_gen.py index e618c5da..573ed66e 100644 --- a/object_cloud_gen.py +++ b/object_cloud_gen.py @@ -27,8 +27,8 @@ bl_info = { "description": "Creates Volumetric Clouds", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Cloud_Gen", - "tracker_url": "https://developer.blender.org/T22015", - "category": "Object"} + "category": "Object", +} import bpy from bpy.props import BoolProperty, EnumProperty diff --git a/object_edit_linked.py b/object_edit_linked.py index cbb75654..52b52009 100644 --- a/object_edit_linked.py +++ b/object_edit_linked.py @@ -24,9 +24,10 @@ bl_info = { "blender": (2, 65, 0), "location": "View3D > Toolshelf > Edit Linked Library", "description": "Allows editing of objects linked from a .blend library.", - "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/Scripts/Object/Edit_Linked_Library", - "tracker_url": "https://developer.blender.org/T29630", - "category": "Object"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Object/Edit_Linked_Library", + "category": "Object", +} import bpy diff --git a/object_fracture/__init__.py b/object_fracture/__init__.py index 5b0d7a65..229c5913 100644 --- a/object_fracture/__init__.py +++ b/object_fracture/__init__.py @@ -25,9 +25,9 @@ bl_info = { "description": "Fractured Object, Bomb, Projectile, Recorder", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Object/Fracture", - "tracker_url": "https://developer.blender.org/T21793", - "category": "Object"} + "Scripts/Object/Fracture", + "category": "Object", +} if "bpy" in locals(): diff --git a/object_grease_scatter.py b/object_grease_scatter.py index a54df839..da879745 100644 --- a/object_grease_scatter.py +++ b/object_grease_scatter.py @@ -31,9 +31,9 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Object/Grease_Scatter", - "tracker_url": "https://developer.blender.org", "support": 'OFFICIAL', - "category": "Object"} + "category": "Object", +} from mathutils import Vector, Matrix, Quaternion from random import uniform, shuffle diff --git a/object_print3d_utils/__init__.py b/object_print3d_utils/__init__.py index 7ba258a2..889c65dc 100644 --- a/object_print3d_utils/__init__.py +++ b/object_print3d_utils/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Modeling/PrintToolbox", - "tracker_url": "", "support": 'OFFICIAL', "category": "Mesh"} diff --git a/paint_palette.py b/paint_palette.py index 992db0d7..7c95fd3e 100644 --- a/paint_palette.py +++ b/paint_palette.py @@ -28,9 +28,10 @@ bl_info = { "location": "Image Editor and 3D View > Any Paint mode > Color Palette or Weight Palette panel", "description": "Palettes for color and weight paint modes", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Paint/Palettes", - "tracker_url": "https://developer.blender.org/T25908", - "category": "Paint"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/Paint/Palettes", + "category": "Paint", +} """ This addon brings palettes to the paint modes. diff --git a/render_copy_settings/__init__.py b/render_copy_settings/__init__.py index 38895c5e..7e675110 100644 --- a/render_copy_settings/__init__.py +++ b/render_copy_settings/__init__.py @@ -25,11 +25,11 @@ bl_info = { "blender": (2, 65, 9), "location": "Render buttons (Properties window)", "description": "Allows to copy a selection of render settings " - "from current scene to others.", + "from current scene to others.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/Render/Copy Settings", - "tracker_url": "https://developer.blender.org/T25832", - "category": "Render"} + "Scripts/Render/Copy Settings", + "category": "Render", +} if "bpy" in locals(): diff --git a/render_povray/__init__.py b/render_povray/__init__.py index 15184b67..e8b168e6 100644 --- a/render_povray/__init__.py +++ b/render_povray/__init__.py @@ -28,8 +28,8 @@ bl_info = { "warning": "this script is RC", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/Render/POV-Ray", - "tracker_url": "https://developer.blender.org/T23145", - "category": "Render"} + "category": "Render", +} if "bpy" in locals(): import imp diff --git a/render_renderfarmfi/__init__.py b/render_renderfarmfi/__init__.py index d09892ec..40c601be 100644 --- a/render_renderfarmfi/__init__.py +++ b/render_renderfarmfi/__init__.py @@ -26,9 +26,9 @@ bl_info = { "description": "Send .blend as session to http://www.renderfarm.fi to render", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.5/Py/" - "Scripts/Render/Renderfarm.fi", - "tracker_url": "https://developer.blender.org/T22927", - "category": "Render"} + "Scripts/Render/Renderfarm.fi", + "category": "Render", +} """ Copyright 2009-2013 Laurea University of Applied Sciences diff --git a/space_view3d_3d_navigation.py b/space_view3d_3d_navigation.py index 93c6afc7..c52030d1 100644 --- a/space_view3d_3d_navigation.py +++ b/space_view3d_3d_navigation.py @@ -30,9 +30,9 @@ bl_info = { "description": "Navigate the Camera & 3D View from the Toolshelf", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/3D_interaction/3D_Navigation", - "tracker_url": "https://developer.blender.org/T23530", - "category": "3D View"} + "Scripts/3D_interaction/3D_Navigation", + "category": "3D View", +} # import the basic library import bpy diff --git a/space_view3d_copy_attributes.py b/space_view3d_copy_attributes.py index 1ff6ebfa..289e356a 100644 --- a/space_view3d_copy_attributes.py +++ b/space_view3d_copy_attributes.py @@ -27,8 +27,8 @@ bl_info = { "description": "Copy Attributes Menu from Blender 2.4", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D_interaction/Copy_Attributes_Menu", - "tracker_url": "https://developer.blender.org/T22588", - "category": "3D View"} + "category": "3D View", +} import bpy from mathutils import Matrix diff --git a/space_view3d_materials_utils.py b/space_view3d_materials_utils.py index ff4dc35c..37da57d5 100644 --- a/space_view3d_materials_utils.py +++ b/space_view3d_materials_utils.py @@ -29,8 +29,8 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/3D interaction/Materials Utils", - "tracker_url": "https://developer.blender.org/T22140", - "category": "Material"} + "category": "Material", +} """ This script has several functions and operators, grouped for convenience: diff --git a/space_view3d_math_vis/__init__.py b/space_view3d_math_vis/__init__.py index 226eafb0..b25ce989 100644 --- a/space_view3d_math_vis/__init__.py +++ b/space_view3d_math_vis/__init__.py @@ -26,10 +26,10 @@ bl_info = { "location": "View3D > Tool Shelf or Console", "description": "Display console defined mathutils variables in the 3D view", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/3D_interaction/Math_Viz", - "tracker_url": "https://developer.blender.org/T25545", + "Scripts/3D_interaction/Math_Viz", "support": "OFFICIAL", - "category": "3D View"} + "category": "3D View", +} if "bpy" in locals(): diff --git a/space_view3d_panel_measure.py b/space_view3d_panel_measure.py index 008cd108..975da1c7 100644 --- a/space_view3d_panel_measure.py +++ b/space_view3d_panel_measure.py @@ -24,18 +24,18 @@ bl_info = { "name": "Measure Panel", - "author": "Buerbaum Martin (Pontiac), TNae (Normal patch)," \ - " Benjamin Lauritzen (Loonsbury; Volume code)," \ - " Alessandro Sala (patch: Units in 3D View)", + "author": "Buerbaum Martin (Pontiac), TNae (Normal patch), " + "Benjamin Lauritzen (Loonsbury; Volume code), " + "Alessandro Sala (patch: Units in 3D View) ", "version": (0, 9, 0), "blender": (2, 60, 0), "location": "View3D > Properties > Measure Panel", "description": "Measure distances between objects", "warning": "Script needs repairs", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" \ - "Scripts/3D_interaction/Panel_Measure", - "tracker_url": "https://developer.blender.org/T21445", - "category": "3D View"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/3D_interaction/Panel_Measure", + "category": "3D View", +} """ Measure panel diff --git a/space_view3d_screencast_keys.py b/space_view3d_screencast_keys.py index f920e337..8232b059 100644 --- a/space_view3d_screencast_keys.py +++ b/space_view3d_screencast_keys.py @@ -28,9 +28,9 @@ bl_info = { "description": "Display keys pressed in the 3D View, " "useful for screencasts.", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/3D_interaction/Screencast_Key_Status_Tool", - "tracker_url": "https://developer.blender.org/T21612", - "category": "3D View"} + "Scripts/3D_interaction/Screencast_Key_Status_Tool", + "category": "3D View", +} import bgl import blf diff --git a/space_view3d_spacebar_menu.py b/space_view3d_spacebar_menu.py index 57affa25..0d60d6e6 100644 --- a/space_view3d_spacebar_menu.py +++ b/space_view3d_spacebar_menu.py @@ -27,9 +27,9 @@ bl_info = { "description": "Context Sensitive Spacebar Menu", "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/3D_interaction/Dynamic_Spacebar_Menu", - "tracker_url": "https://developer.blender.org/T22060", - "category": "3D View"} + "Scripts/3D_interaction/Dynamic_Spacebar_Menu", + "category": "3D View", +} import bpy from bpy import * diff --git a/system_blend_info.py b/system_blend_info.py index f6487d02..ca67bb5b 100644 --- a/system_blend_info.py +++ b/system_blend_info.py @@ -28,10 +28,10 @@ bl_info = { "location": "Properties > Scene > Blend Info Panel", "description": "Show information about the .blend", "warning": "", - "wiki_url": 'http://wiki.blender.org/index.php/Extensions:2.6/Py/' \ - 'Scripts/System/Blend Info', - "tracker_url": "https://developer.blender.org/T22102", - "category": "System"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/System/Blend Info", + "category": "System", +} import bpy diff --git a/system_demo_mode/__init__.py b/system_demo_mode/__init__.py index bd95eeb3..103c4af8 100644 --- a/system_demo_mode/__init__.py +++ b/system_demo_mode/__init__.py @@ -27,7 +27,6 @@ bl_info = { "warning": "", "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" "Scripts/System/Demo_Mode#Running_Demo_Mode", - "tracker_url": "", "support": 'OFFICIAL', "category": "System"} diff --git a/system_property_chart.py b/system_property_chart.py index 34de6d82..951ec0c8 100644 --- a/system_property_chart.py +++ b/system_property_chart.py @@ -27,10 +27,10 @@ bl_info = { "description": ("Edit arbitrary selected properties for " "objects/sequence strips of the same type"), "warning": "", - "wiki_url": ("http://wiki.blender.org/index.php/Extensions:2.6/Py/" - "Scripts/System/Object Property Chart"), - "tracker_url": "https://developer.blender.org/T22701", - "category": "System"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/System/Object Property Chart", + "category": "System", +} """List properties of selected objects""" diff --git a/texture_paint_layer_manager.py b/texture_paint_layer_manager.py index 06ff1100..8f59ba89 100644 --- a/texture_paint_layer_manager.py +++ b/texture_paint_layer_manager.py @@ -6,11 +6,12 @@ bl_info = { "location": "Texture Paint > Properties > Texture Paint Layers Panels", "description": "Adds a layer manager for image based texture slots in paint and quick add layer tools", "warning": "", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Texture_paint_layers", - "tracker_url": "https://developer.blender.org/T26789", - "category": "Paint"} - - + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/3D_interaction/Texture_paint_layers", + "category": "Paint", +} + + import bpy from bpy.props import* import os diff --git a/ui_translate/__init__.py b/ui_translate/__init__.py index 71c42185..64aeb01a 100644 --- a/ui_translate/__init__.py +++ b/ui_translate/__init__.py @@ -28,7 +28,6 @@ bl_info = { "(update main po files, update scripts' translations, etc.)", "warning": "Still in development, not all features are fully implemented yet!", "wiki_url": "http://wiki.blender.org/index.php/Dev:Doc/How_to/Translate_Blender", - "tracker_url": "", "support": 'OFFICIAL', "category": "System"} diff --git a/uv_bake_texture_to_vcols.py b/uv_bake_texture_to_vcols.py index 3bb84af2..b6bad671 100644 --- a/uv_bake_texture_to_vcols.py +++ b/uv_bake_texture_to_vcols.py @@ -39,9 +39,9 @@ bl_info = { "location": "3D View > Vertex Paint > Toolshelf > Bake", "warning": "Requires image texture, generated textures aren't supported.", "wiki_url": "http://wiki.blender.org/index.php?title=Extensions:2.6/Py/" - "Scripts/UV/Bake_Texture_to_Vertex_Colors", - "tracker_url": "https://developer.blender.org/T28211", - "category": "UV"} + "Scripts/UV/Bake_Texture_to_Vertex_Colors", + "category": "UV", +} import bpy from bpy.props import BoolProperty, EnumProperty, FloatVectorProperty diff --git a/uv_texture_atlas.py b/uv_texture_atlas.py index 1fc34c37..28a5b172 100644 --- a/uv_texture_atlas.py +++ b/uv_texture_atlas.py @@ -24,9 +24,10 @@ bl_info = { "blender": (2, 67, 0), "location": "Properties > Render", "description": "A simple Texture Atlas for unwrapping many objects. It creates additional UV", - "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/UV/TextureAtlas", - "tracker_url": "https://developer.blender.org/T32494", - "category": "UV"} + "wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/" + "Scripts/UV/TextureAtlas", + "category": "UV", +} import bpy from bpy.types import (Operator, -- cgit v1.2.3