[Bf-extensions-cvs] [9b31a0e] master: Remove numpy import from mesh_carver

lijenstina noreply at git.blender.org
Sat Aug 13 14:08:36 CEST 2016


Commit: 9b31a0e6265ebdbc34dbc98c27640f1c31c6a63f
Author: lijenstina
Date:   Sat Aug 13 14:07:06 2016 +0200
Branches: master
https://developer.blender.org/rBA9b31a0e6265ebdbc34dbc98c27640f1c31c6a63f

Remove numpy import from mesh_carver

Seems that is not used anywhere in the script
Testing didn't show any errors neither running Flake8

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

M	mesh_carver.py

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

diff --git a/mesh_carver.py b/mesh_carver.py
index d35ceed..5320b68 100644
--- a/mesh_carver.py
+++ b/mesh_carver.py
@@ -40,7 +40,6 @@ 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",



More information about the Bf-extensions-cvs mailing list