You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/changes.txt
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Bug Fixes:
12
12
This could potentially be a problem on Windows debug builds (unconfirmed).
13
13
- Minor fix to range in openvdb/tools/LevelSetSphere.h. This could result
14
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]
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
16
- Fix unit tests failures with Blosc versions >= 1.19.0.
17
17
18
18
@par
@@ -768,7 +768,7 @@ Improvements:
768
768
- Removed Boost::thread as a dependency of vdb_view in favour of std::thread.
769
769
- Removed usage of boost/integer.hpp and boost/math/constants/constants.hpp,
770
770
the latter in favour of new openvdb math constants for pi
771
-
- Removed usage of boost/mpl/*.hpp methods in favour of new template
771
+
- Removed usage of boost/mpl/\*.hpp methods in favour of new template
772
772
meta-programming methods on the @vdblink::TypeList TypeList@endlink struct.
773
773
This now supports get, front, back, contains, index, unique, popback, popfront
774
774
and range removal of types.
@@ -1234,7 +1234,7 @@ Bug fixes:
1234
1234
@par
1235
1235
API changes:
1236
1236
- Moved the @vdblink::CopyConstness CopyConstness@endlink metafunction from
1237
-
@link tree/TreeIterator.h TreeIterator.h@endlink to @link Types.h@endlink.
1237
+
@link tree/TreeIterator.h TreeIterator.h@endlink to @link Types.h Types.h@endlink.
1238
1238
1239
1239
@par
1240
1240
Houdini:
@@ -2199,8 +2199,8 @@ Bug fixes:
2199
2199
- Fixed memory leak in a @vdblink::tools::meshToVolume tools::meshToVolume@endlink
2200
2200
sub-tool (expandNarrowband).
2201
2201
<I>[Reported by Kévin Dietrich]</I>
2202
-
- Fixed parameter type inconsistencies in @link math/Stencils.h@endlink and
2203
-
@link tools/RayIntersector.h@endlink.
2202
+
- Fixed parameter type inconsistencies in @link math/Stencils.h math/Stencils.h@endlink
2203
+
and @link tools/RayIntersector.h tools/RayIntersector.h@endlink.
2204
2204
<I>[Contributed by Kévin Dietrich and Nick Avramoussis]</I>
2205
2205
- Fixed a bug in the @vdblink::tools::VolumeToMesh VolumeToMesh@endlink tool that
2206
2206
produced artifacts for adaptive surface extraction on clipped level sets.
0 commit comments