From a4f8eb21f85326596a491b39e0330882ee8017f0 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 17 Sep 2017 20:09:51 +0000
Subject: [PATCH] Added wrapper to libtrisurf

---
 trisurf/VTKRendering.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/trisurf/VTKRendering.py b/trisurf/VTKRendering.py
index 9080a9a..e2223d6 100644
--- a/trisurf/VTKRendering.py
+++ b/trisurf/VTKRendering.py
@@ -4,7 +4,7 @@
 	from vtk import *
 except:
 	print("Vtk rendering works if you manually install vtk7 for python3")
-	exit(1)
+#	exit(1)
 
 class MultiRender:
 	def __init__(self,args,host):

--
Gitblit v1.8.0