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