From 9b31a0e6265ebdbc34dbc98c27640f1c31c6a63f Mon Sep 17 00:00:00 2001
From: lijenstina <lijenstina@gmail.com>
Date: Sat, 13 Aug 2016 14:07:06 +0200
Subject: [PATCH] Remove numpy import from mesh_carver

Seems that is not used anywhere in the script
Testing didn't show any errors neither running Flake8
---
 mesh_carver.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mesh_carver.py b/mesh_carver.py
index d35ceed47..5320b6812 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",
-- 
GitLab