From 2403b51d9c1c1969bfdbac988b470bdb27f51e9a Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Wed, 19 Dec 2012 15:47:30 +0000 Subject: [PATCH] formatting edits --- mesh_extra_tools/mesh_bump.py | 25 +++++++++--------- mesh_extra_tools/mesh_filletplus.py | 22 ++++++++-------- mesh_extra_tools/mesh_polyredux.py | 22 ++++++++-------- mesh_select_tools/mesh_select_by_direction.py | 24 ++++++++--------- .../mesh_select_by_edge_length.py | 24 ++++++++--------- mesh_select_tools/mesh_select_by_pi.py | 24 ++++++++--------- mesh_select_tools/mesh_select_checkered.py | 24 ++++++++--------- .../mesh_select_connected_faces.py | 26 +++++++++---------- mesh_select_tools/mesh_select_innermost.py | 22 ++++++++-------- text_intellisense.py | 22 ++++++++-------- 10 files changed, 117 insertions(+), 118 deletions(-) diff --git a/mesh_extra_tools/mesh_bump.py b/mesh_extra_tools/mesh_bump.py index 05402ecb..8c0a7d59 100644 --- a/mesh_extra_tools/mesh_bump.py +++ b/mesh_extra_tools/mesh_bump.py @@ -22,19 +22,18 @@ # ***** END GPL LICENCE BLOCK ***** bl_info = { - "name": "Bump", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Specials > Bump", - "description": "Extrude and translate/rotate/scale multiple times", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - - + "name": "Bump", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Specials > Bump", + "description": "Extrude and translate/rotate/scale multiple times", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_extra_tools/mesh_filletplus.py b/mesh_extra_tools/mesh_filletplus.py index 7d660c0f..fc025b14 100644 --- a/mesh_extra_tools/mesh_filletplus.py +++ b/mesh_extra_tools/mesh_filletplus.py @@ -21,17 +21,17 @@ # ------ ------ bl_info = { - "name": "FilletPlus", - "author": "Gert De Roost - original by zmj100", - "version": (0, 4, 2), - "blender": (2, 6, 1), - "api": 43085, - "location": "View3D > Tool Shelf", - "description": "", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} + "name": "FilletPlus", + "author": "Gert De Roost - original by zmj100", + "version": (0, 4, 2), + "blender": (2, 6, 1), + "api": 43085, + "location": "View3D > Tool Shelf", + "description": "", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} # ------ ------ import bpy diff --git a/mesh_extra_tools/mesh_polyredux.py b/mesh_extra_tools/mesh_polyredux.py index c0d2cf84..6a802300 100644 --- a/mesh_extra_tools/mesh_polyredux.py +++ b/mesh_extra_tools/mesh_polyredux.py @@ -19,17 +19,17 @@ # ***** END GPL LICENCE BLOCK ***** # -------------------------------------------------------------------------- bl_info = { - "name": "PolyRedux", - "author": "Campbell J Barton - updated by Gert De Roost", - "version": (2, 0, 4), - "blender": (2, 6, 3), - "location": "View3D > Tools", - "description": "predictable mesh simplifaction maintaining face loops", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + "name": "PolyRedux", + "author": "Campbell J Barton - updated by Gert De Roost", + "version": (2, 0, 4), + "blender": (2, 6, 3), + "location": "View3D > Tools", + "description": "predictable mesh simplifaction maintaining face loops", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + if "bpy" in locals(): import imp diff --git a/mesh_select_tools/mesh_select_by_direction.py b/mesh_select_tools/mesh_select_by_direction.py index 9e2b10a4..af154443 100644 --- a/mesh_select_tools/mesh_select_by_direction.py +++ b/mesh_select_tools/mesh_select_by_direction.py @@ -22,18 +22,18 @@ # ***** END GPL LICENCE BLOCK ***** ''' bl_info = { - "name": "Select by direction", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Select", - "description": "Select all items whose normals face a certain direction", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + "name": "Select by direction", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Select", + "description": "Select all items whose normals face a certain direction", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_select_tools/mesh_select_by_edge_length.py b/mesh_select_tools/mesh_select_by_edge_length.py index af25e0e1..e89f6e85 100644 --- a/mesh_select_tools/mesh_select_by_edge_length.py +++ b/mesh_select_tools/mesh_select_by_edge_length.py @@ -22,18 +22,18 @@ # ***** END GPL LICENCE BLOCK ***** ''' bl_info = { - "name": "Select by edge length", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Select", - "description": "Select all items whose scale/length/surface matches a certain edge length", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + "name": "Select by edge length", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Select", + "description": "Select all items whose scale/length/surface matches a certain edge length", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_select_tools/mesh_select_by_pi.py b/mesh_select_tools/mesh_select_by_pi.py index 2019118f..380ed969 100644 --- a/mesh_select_tools/mesh_select_by_pi.py +++ b/mesh_select_tools/mesh_select_by_pi.py @@ -22,18 +22,18 @@ # ***** END GPL LICENCE BLOCK ***** ''' bl_info = { - "name": "Select by pi", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Select", - "description": "Select fake random based on pi", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + "name": "Select by pi", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Select", + "description": "Select fake random based on pi", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_select_tools/mesh_select_checkered.py b/mesh_select_tools/mesh_select_checkered.py index f8ee2046..d35bad85 100644 --- a/mesh_select_tools/mesh_select_checkered.py +++ b/mesh_select_tools/mesh_select_checkered.py @@ -22,18 +22,18 @@ # ***** END GPL LICENCE BLOCK ***** bl_info = { - "name": "Select checkered", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Select", - "description": "Select checkered", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + "name": "Select checkered", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Select", + "description": "Select checkered", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_select_tools/mesh_select_connected_faces.py b/mesh_select_tools/mesh_select_connected_faces.py index da3e612f..71ccd94c 100644 --- a/mesh_select_tools/mesh_select_connected_faces.py +++ b/mesh_select_tools/mesh_select_connected_faces.py @@ -21,19 +21,19 @@ # # ***** END GPL LICENCE BLOCK ***** ''' -bl_info = { - "name": "Select connected faces", - "author": "Dolf Veenvliet", - "version": 1, - "blender": (2, 5, 6), - "api": 31847, - "location": "View3D > Select", - "description": "Select all faces connected to the current selection", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} - + bl_info = { + "name": "Select connected faces", + "author": "Dolf Veenvliet", + "version": 1, + "blender": (2, 5, 6), + "api": 31847, + "location": "View3D > Select", + "description": "Select all faces connected to the current selection", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} + """ Usage: diff --git a/mesh_select_tools/mesh_select_innermost.py b/mesh_select_tools/mesh_select_innermost.py index a16241dd..1cad59d3 100644 --- a/mesh_select_tools/mesh_select_innermost.py +++ b/mesh_select_tools/mesh_select_innermost.py @@ -22,17 +22,17 @@ # ***** END GPL LICENCE BLOCK ***** ''' bl_info = { - "name": "Select innermost", - "author": "Dolf Veenvliet", - "version": (0,3), - "blender": (2, 5, 7), - "api": 35851, - "location": "Select > Innermost", - "description": "Select the innermost faces", - "warning": "", - "wiki_url": "", - "tracker_url": "", - "category": "Mesh"} + "name": "Select innermost", + "author": "Dolf Veenvliet", + "version": (0,3), + "blender": (2, 5, 7), + "api": 35851, + "location": "Select > Innermost", + "description": "Select the innermost faces", + "warning": "", + "wiki_url": "", + "tracker_url": "", + "category": "Mesh"} """ Usage: diff --git a/text_intellisense.py b/text_intellisense.py index 167a9405..858e910a 100644 --- a/text_intellisense.py +++ b/text_intellisense.py @@ -18,17 +18,17 @@ # ***** END GPL LICENCE BLOCK ***** bl_info = { - "name": "Intellisense for Text Editor", - "author": "Mackraken", - "version": (0, 2), - "blender": (2, 6, 0), - "api": 41851, - "location": "Ctrl + Space at Text Editor", - "description": "Adds intellense to the Text Editor", - "warning": "Only works with 2.57 intellisense", - "wiki_url": "", - "tracker_url": "", - "category": "Development"} + "name": "Intellisense for Text Editor", + "author": "Mackraken", + "version": (0, 2), + "blender": (2, 6, 0), + "api": 41851, + "location": "Ctrl + Space at Text Editor", + "description": "Adds intellense to the Text Editor", + "warning": "Only works with 2.57 intellisense", + "wiki_url": "", + "tracker_url": "", + "category": "Development"} import bpy -- GitLab