[Bf-extensions-cvs] [5f41832] master: update mesh_carver, thanks clarkx

meta-androcto noreply at git.blender.org
Fri Jul 8 13:48:13 CEST 2016


Commit: 5f41832e6ae7ec0ed439f8d6bdaf9a850a069df0
Author: meta-androcto
Date:   Fri Jul 8 21:47:42 2016 +1000
Branches: master
https://developer.blender.org/rBAC5f41832e6ae7ec0ed439f8d6bdaf9a850a069df0

update mesh_carver, thanks clarkx

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

M	mesh_carver.py

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

diff --git a/mesh_carver.py b/mesh_carver.py
index 0bc4699..8691e56 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,19 +15,19 @@
 #  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,0,2),
-    "blender": (2, 77, 0),
-    "description": "Multiple tools to carve or to create objects.",
+	"name": "Carver MT",
+	"category": "Object",
+	"author": "Pixivore, Cédric LEPILLER",
+	"version": (1,1,5),
+	"blender": (2, 77, 0),
+	"description": "Multiple tools to carve or to create objects.",
 }
 #########################################################################################################
-
+ 
 #########################################################################################################
 import bpy
 import bgl
@@ -40,2664 +40,3013 @@ import bmesh
 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.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.0 [...]

@@ Diff output truncated at 10240 characters. @@



More information about the Bf-extensions-cvs mailing list