We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97aef4b commit b6e5568Copy full SHA for b6e5568
1 file changed
gridData/OpenVDB.py
@@ -56,7 +56,7 @@
56
57
Example::
58
59
- import OpenVDB
+ from gridData import OpenVDB
60
vdb_field = OpenVDB.field('density')
61
vdb_field.populate(grid, origin, delta)
62
vdb_field.write('output.vdb')
0 commit comments