[Bf-extensions-cvs] [6cd4030] master: Cleanup: pep8

Campbell Barton noreply at git.blender.org
Tue Jul 26 08:07:58 CEST 2016


Commit: 6cd4030078188e770a8c953fd148b2a1a0278968
Author: Campbell Barton
Date:   Tue Jul 26 15:44:17 2016 +1000
Branches: master
https://developer.blender.org/rBAC6cd4030078188e770a8c953fd148b2a1a0278968

Cleanup: pep8

===================================================================

M	mesh_carver.py

===================================================================

diff --git a/mesh_carver.py b/mesh_carver.py
index 7ad0865..619a774 100644
--- a/mesh_carver.py
+++ b/mesh_carver.py
@@ -7,7 +7,7 @@
 #
 #  This program is distributed in the hope that it will be useful,
 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.	 See the
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 #  GNU General Public License for more details.
 #
 #  You should have received a copy of the GNU General Public License
@@ -15,21 +15,18 @@
 #  Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 #
 # ##### END GPL LICENSE BLOCK #####
- 
- 
-#########################################################################################################
+
+
 bl_info = {
-	"name": "Carver MT",
-	"category": "Object",
-	"author": "Pixivore, Cédric LEPILLER",
-	"version": (1,1,5),
-	"blender": (2, 77, 0),
+    "name": "Carver MT",
+    "category": "Object",
+    "author": "Pixivore, Cédric LEPILLER",
+    "version": (1, 1, 5),
+    "blender": (2, 77, 0),
     "tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
-	"description": "Multiple tools to carve or to create objects.",
+    "description": "Multiple tools to carve or to create objects.",
 }
-#########################################################################################################
- 
-#########################################################################################################
+
 import bpy
 import bgl
 import blf
@@ -42,3012 +39,3369 @@ import bpy_extras
 from bpy_extras import view3d_utils
 from bpy_extras.view3d_utils import region_2d_to_vector_3d, region_2d_to_location_3d
 import numpy as np
-#########################################################################################################
-Profils = [("CTP_4882", mathutils.Vector((2.61824, -5.56469, 0)), [(-1.156501, 0.799282, 0.032334), (-0.967583, 0.838861, 0.032334), (-1.10386, 0.846403, 0.032334), (-1.034712, 0.86089, 0.032334), (-1.88472, -0.564419, 0.032334), (-1.924299, -0.375502, 0.032334), (-1.93184, -0.511778, 0.032334), (-1.946327, -0.44263, 0.032334), (-0.219065, -0.869195, 0.032334), (-0.149916, -0.854708, 0.032334), (-0.286193, -0.847167, 0.032334), (-0.097275, -0.807588, 0.032334), (0.692551, 0.434324, 0.032 [...]

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list