66@par
77<B>Version 8.1.1</B> - <I>In development</I>
88
9-
10-
119@htmlonly <a name="v8_1_0_changes"></a>@endhtmlonly
1210@par
13- <B>Version 8.1.0</B> - <I>In development </I>
11+ <B>Version 8.1.0</B> - <I>June 11, 2021 </I>
1412
1513@par
1614<BLOCKQUOTE>
@@ -22,7 +20,7 @@ New features:
2220- Added @vdblink::tools::erodeActiveValues() tools::erodeActiveValues@endlink,
2321 to match the existing
2422 @vdblink::tools::dilateActiveValues() tools::dilateActiveValues@endlink. New
25- erosion tools support all tile policies and edge/vertex neighbour patterns.
23+ erosion tools support all tile policies and edge/vertex neighbor patterns.
2624- Added support for automatic filtering of active tiles in
2725 @vdblink::tools::Filter Filter@endlink
2826 by setting
@@ -31,7 +29,7 @@ New features:
3129- Added tools::visitNodesDepthFirst and tools::DepthFirstNodeVisitor which
3230 visit nodes in a tree or sub-tree in single-threaded depth-first order.
3331- Significant performance improvements to AX volume kernels, primarily due to
34- improved vectorisation . Performance scales depending on the available host
32+ improved vectorization . Performance scales depending on the available host
3533 CPU instruction set and scalability of the AX kernel. Trivial assignments
3634 profile upwards of 3x faster on AVX.
3735- Introduced Active Tile Streaming for volumes kernels. AX can now dynamically
@@ -103,7 +101,7 @@ Bug Fixes:
103101- @vdblink::tools::deactivate() tools::deactivate@endlink now also works with
104102 a MaskTree.
105103- Fixed a memory leak in the OpenVDB AX parser
106- - Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
104+ - Fixed an occurrence of undefined behavior in the OpenVDB AX visitor
107105- Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
108106- Fixed a bug in AX which could cause string allocations in loops to overflow
109107 the stack
@@ -140,15 +138,15 @@ Houdini:
140138 OpenVDB AX code in Houdini on VDB grids.
141139- Updated the VDB Smooth SOP to support the filtering of active tiles.
142140- Fixed a parameter warning in VDB AX SOP.
143- - Transfer Surface Attributes in Convert VDB SOP could use uninitialised
141+ - Transfer Surface Attributes in Convert VDB SOP could use uninitialized
144142 memory.
145143- VDB Activate SOP now uses the multi-threaded
146144 @vdblink::tools::deactivate() tools::deactivate@endlink for much faster
147145 performance.
148146- Improved the formatting and updated the OpenVDB AX SOPs help card.
149- - The AX SOP utilises the new Active Tile Streaming feature for Volumes. Grids
147+ - The AX SOP utilizes the new Active Tile Streaming feature for Volumes. Grids
150148 will only be densified in areas where unique values are created.
151- - VDB Activate SOP dilation will affect tiles, changing its behaviour
149+ - VDB Activate SOP dilation will affect tiles, changing its behavior
152150 from previous versions, but producing a more expected result.
153151- VDB Activate SOP has a world space dilation option.
154152- Introduced the VDB Merge SOP that merges multiple grids in parallel and is
@@ -185,7 +183,7 @@ Build:
185183- Added an option OPENVDB_ENABLE_UNINSTALL to allow the toggling of the
186184 uninstall build target.
187185 <I>[Contributed by Jérémie Dumas]</I>
188- - Improved the behaviour of locating static zlib libraries when
186+ - Improved the behavior of locating static zlib libraries when
189187 USE_STATIC_DEPENDENCIES is enabled.
190188- Fixed an issue where extra hboost libraries could not be found when building
191189 against Houdini 18.5 on Windows.
0 commit comments