|
2 | 2 |
|
3 | 3 | @page changes Release Notes |
4 | 4 |
|
| 5 | +@htmlonly <a name="v9_0_1_changes"></a>@endhtmlonly |
| 6 | +@par |
| 7 | +<B>Version 9.0.1</B> - <I>In Development</I> |
| 8 | + |
| 9 | +@par |
| 10 | +Bug Fixes: |
| 11 | +- Minor fix to move assignment operator in nanovdb/util/HostBuffer.h. |
| 12 | + This could potentially be a problem on Windows debug builds (unconfirmed). |
| 13 | +- Minor fix to range in openvdb/tools/LevelSetSphere.h. This could result |
| 14 | + in data races for multi-threaded execution (unconfirmed) [Reported by Tommy Hinks] |
| 15 | +- Fixed a bug with Tree::combineExtended which wouldn't propagate the resulting active state when a destination tile overlapped a source child node. [Reported by @frapit] |
| 16 | +- Fix unit tests failures with Blosc versions >= 1.19.0. |
| 17 | + |
| 18 | +@par |
| 19 | +New features: |
| 20 | +- Added support for AMD's HIP API in NanoVDB [Contributed by Blender Foundation] |
| 21 | +- Added bindings mechanism to AX to allow differing data and AX attribute names (@) in Point and Volume executables. |
| 22 | +- Added support for OpenVDB AX on Windows. |
| 23 | + |
| 24 | +@par |
| 25 | +Improvements: |
| 26 | +- Added a --thread [n] argument to the vdb_ax binary. |
| 27 | +- Added a --copy-file-metadata option to vdb_ax. This behaviour is now off by default. |
| 28 | +- Added support for multiple input files with the vdb_ax binary using -i. Positional arguments as input files are deprecated. |
| 29 | +- Added tools::minMax() which supports multithreaded evaluation of active minimum and maximum values. Grid::evalMinMax() has been deprecated. [Contributed by Greg Hurst] |
| 30 | + |
| 31 | +@par |
| 32 | +Build: |
| 33 | +- Regenerated AX grammar with Flex 2.6.4 and Bison 3.8.2. |
| 34 | +- Improved locating NumPy in CMake when multiple python versions are installed. |
| 35 | +- Fixed an issue which could report Python as missing when using CMake 3.18 and later on some systems. [Reported by Sam James] |
| 36 | + |
| 37 | +@par |
| 38 | +Houdini: |
| 39 | +- Added Attribute Bindings to AX SOP to allow differently named AX attributes (@) and target point attributes/volumes. |
| 40 | +- Fix race condition in OpenVDB Merge SOP that could cause crashes |
| 41 | + or merged VDBs to not be deleted. |
| 42 | + |
5 | 43 | @htmlonly <a name="v9_0_0_changes"></a>@endhtmlonly |
6 | 44 | @par |
7 | 45 | <B>Version 9.0.0</B> - <I>October 29, 2021</I> |
|
0 commit comments