2
2
3
3
@page changes Release Notes
4
4
5
+ @htmlonly <a name="v8_1_1_changes"></a>@endhtmlonly
6
+ @par
7
+ <B>Version 8.1.1</B> - <I>In development</I>
8
+
5
9
@htmlonly <a name="v8_1_0_changes"></a>@endhtmlonly
6
10
@par
7
- <B>Version 8.1.0</B> - <I>In development </I>
11
+ <B>Version 8.1.0</B> - <I>June 11, 2021 </I>
8
12
9
13
@par
10
14
<BLOCKQUOTE>
@@ -16,7 +20,7 @@ New features:
16
20
- Added @vdblink::tools::erodeActiveValues() tools::erodeActiveValues@endlink,
17
21
to match the existing
18
22
@vdblink::tools::dilateActiveValues() tools::dilateActiveValues@endlink. New
19
- erosion tools support all tile policies and edge/vertex neighbour patterns.
23
+ erosion tools support all tile policies and edge/vertex neighbor patterns.
20
24
- Added support for automatic filtering of active tiles in
21
25
@vdblink::tools::Filter Filter@endlink
22
26
by setting
@@ -25,7 +29,7 @@ New features:
25
29
- Added tools::visitNodesDepthFirst and tools::DepthFirstNodeVisitor which
26
30
visit nodes in a tree or sub-tree in single-threaded depth-first order.
27
31
- Significant performance improvements to AX volume kernels, primarily due to
28
- improved vectorisation . Performance scales depending on the available host
32
+ improved vectorization . Performance scales depending on the available host
29
33
CPU instruction set and scalability of the AX kernel. Trivial assignments
30
34
profile upwards of 3x faster on AVX.
31
35
- Introduced Active Tile Streaming for volumes kernels. AX can now dynamically
@@ -97,7 +101,7 @@ Bug Fixes:
97
101
- @vdblink::tools::deactivate() tools::deactivate@endlink now also works with
98
102
a MaskTree.
99
103
- Fixed a memory leak in the OpenVDB AX parser
100
- - Fixed an occurrence of undefined behaviour in the OpenVDB AX visitor
104
+ - Fixed an occurrence of undefined behavior in the OpenVDB AX visitor
101
105
- Fixed some memory leaks in the OpenVDB and OpenVDB AX unit tests
102
106
- Fixed a bug in AX which could cause string allocations in loops to overflow
103
107
the stack
@@ -134,15 +138,15 @@ Houdini:
134
138
OpenVDB AX code in Houdini on VDB grids.
135
139
- Updated the VDB Smooth SOP to support the filtering of active tiles.
136
140
- Fixed a parameter warning in VDB AX SOP.
137
- - Transfer Surface Attributes in Convert VDB SOP could use uninitialised
141
+ - Transfer Surface Attributes in Convert VDB SOP could use uninitialized
138
142
memory.
139
143
- VDB Activate SOP now uses the multi-threaded
140
144
@vdblink::tools::deactivate() tools::deactivate@endlink for much faster
141
145
performance.
142
146
- Improved the formatting and updated the OpenVDB AX SOPs help card.
143
- - 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
144
148
will only be densified in areas where unique values are created.
145
- - VDB Activate SOP dilation will affect tiles, changing its behaviour
149
+ - VDB Activate SOP dilation will affect tiles, changing its behavior
146
150
from previous versions, but producing a more expected result.
147
151
- VDB Activate SOP has a world space dilation option.
148
152
- Introduced the VDB Merge SOP that merges multiple grids in parallel and is
@@ -179,7 +183,7 @@ Build:
179
183
- Added an option OPENVDB_ENABLE_UNINSTALL to allow the toggling of the
180
184
uninstall build target.
181
185
<I>[Contributed by Jérémie Dumas]</I>
182
- - Improved the behaviour of locating static zlib libraries when
186
+ - Improved the behavior of locating static zlib libraries when
183
187
USE_STATIC_DEPENDENCIES is enabled.
184
188
- Fixed an issue where extra hboost libraries could not be found when building
185
189
against Houdini 18.5 on Windows.
0 commit comments