Skip to content

Commit

Permalink
OpenVDB 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pcucka committed Apr 10, 2018
1 parent cd1f16d commit 94e0626
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion openvdb/CHANGES
@@ -1,7 +1,7 @@
OpenVDB Version History
=======================

Version 5.1.0 - In development
Version 5.1.0 - April 10, 2018

New features:
- Added an option to points::deleteFromGroups() to delete the groups
Expand Down
2 changes: 1 addition & 1 deletion openvdb/doc/changes.txt
Expand Up @@ -4,7 +4,7 @@

@htmlonly <a name="v5_1_0_changes"></a>@endhtmlonly
@par
<B>Version 5.1.0</B> - <I>In development</I>
<B>Version 5.1.0</B> - <I>April 10, 2018</I>

@par
New features:
Expand Down
4 changes: 2 additions & 2 deletions openvdb/python/test/TestOpenVDB.py
Expand Up @@ -36,12 +36,12 @@
import sys
import unittest
try:
import pyopenvdb as openvdb
except ImportError:
import studioenv
from studio.ani import Ani
from studio import logging
from studio import openvdb
except ImportError:
import pyopenvdb as openvdb


def valueFactory(zeroValue, elemValue):
Expand Down

0 comments on commit 94e0626

Please sign in to comment.