Python compilation for OpenVDB Python 3.10
Added 2022-10-05 21:22:07 +0000 UTCBackup file of the compilation made for openvdb with python bindings to python 3.10
to import pyopenvdb use the command bellow, point to the folder that you've extracted
import os,sys
os.add_dll_directory("C:/Program Files/OpenVDB/bin")
os.add_dll_directory("D:/vcpkg/installed/x64-windows/bin")
sys.path.append("C:/Program Files/OpenVDB/lib/python3.10/site-packages")
import pyopenvdb