renamed pyigl to avoid name clashes with the static library
This commit is contained in:
@@ -3,7 +3,7 @@ from __future__ import print_function
|
||||
import sys, os
|
||||
sys.path.insert(0, os.getcwd() + "/../")
|
||||
|
||||
import igl
|
||||
import pyigl as igl
|
||||
|
||||
# Load a mesh in OFF format
|
||||
V = igl.eigen.MatrixXd()
|
||||
|
||||
Reference in New Issue
Block a user