@@ -1,8 +1,8 @@
|
||||
import pyigl as igl
|
||||
import sys
|
||||
import os
|
||||
|
||||
|
||||
TUTORIAL_SHARED_PATH = "../../tutorial/shared/"
|
||||
TUTORIAL_SHARED_PATH = os.path.join(os.path.dirname(os.path.realpath(__file__)), "../../tutorial/shared/")
|
||||
|
||||
def check_dependencies(deps):
|
||||
available = [hasattr(igl, m) for m in deps]
|
||||
|
||||
Reference in New Issue
Block a user