Follow one of:
- https://github.com/AcademySoftwareFoundation/openvdb#linux
- https://github.com/AcademySoftwareFoundation/openvdb#macos
Just make sure to call the cmake command with -DOPENVDB_BUILD_PYTHON_MODULE=ON -DUSE_NUMPY=ON
| require("strict") | |
| local hook = require("Hook") | |
| local Cache = require("Cache") | |
| local Dbg = require("Dbg") | |
| local dbg = Dbg:dbg() | |
| ------------------------------------------------------------------ | |
| -- Helper functions to parse module strings | |
| ------------------------------------------------------------------ |
Follow one of:
Just make sure to call the cmake command with -DOPENVDB_BUILD_PYTHON_MODULE=ON -DUSE_NUMPY=ON