Skip to content

Commit

Permalink
Merge pull request #959 from AcademySoftwareFoundation/v8.0
Browse files Browse the repository at this point in the history
Prepare for 8.0.1
  • Loading branch information
danrbailey authored Feb 5, 2021
2 parents 953dcec + c47960c commit 7991ec6
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
OpenVDB Version History
=======================

Version 8.0.1 - In Development
Version 8.0.1 - February 5, 2021

Bug fixes:
- Fixed a bug in the new CSG intersection merge algorithm where data
outside of the intersection region was not being removed.

Bug fixes:
- Fixed a bug in the new CSG intersection merge algorithm where data
Expand All @@ -10,6 +14,8 @@ Version 8.0.1 - In Development
Build:
- Fixed various incorrect RPATH directory paths in CMake
- Dropped the minimum boost requirement back to 1.61.
- Documentation installed by the doc target is now installed to the
share/doc/OpenVDB prefix

Houdini:
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on
Expand Down Expand Up @@ -86,6 +92,22 @@ Version 8.0.0 - December 23, 2020
- Removed OPENVDB_DEPRECATED macro in favor of C++14 [[deprecated]]
attribute.

Version 7.2.2 - February 4, 2021

Bug fixes:
- Fixed a bug in the new CSG intersection merge algorithm where data
outside of the intersection region was not being removed.
- Fix GridTransformer construction to use correct rotate-scale-translate
order when recomposing matrix components.
[Contributed by Tom Cnops].

Houdini:
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on
bool grids because unary negation is undefined on bools in the
template expansion.
- VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
VDB Write likewise should not reset the compression values.

Version 7.2.1 - December 23, 2020

Bug fixes:
Expand Down
30 changes: 29 additions & 1 deletion doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@

@htmlonly <a name="v8_0_1_changes"></a>@endhtmlonly
@par
<B>Version 8.0.1</B> - <I>In Development</I>
<B>Version 8.0.1</B> - <I>February 5, 2021</I>

@par
Bug fixes:
- Fixed a bug in the new CSG intersection merge algorithm where data
outside of the intersection region was not being removed.

@par
Bug fixes:
Expand All @@ -14,6 +19,8 @@ Bug fixes:
Build:
- Fixed various incorrect RPATH directory paths in CMake
- Dropped the minimum boost requirement back to 1.61.
- Documentation installed by the doc target is now installed to the
share/doc/OpenVDB prefix

@par
Houdini:
Expand Down Expand Up @@ -112,6 +119,27 @@ Build:
attribute.


@htmlonly <a name="v7_2_2_changes"></a>@endhtmlonly
@par
<B>Version 7.2.2</B> - <I>February 4, 2021</I>

@par
Bug fixes:
- Fixed a bug in the new CSG intersection merge algorithm where data outside of
the intersection region was not being removed.
- Fix @vdblink::tools::GridTransformer grid transformer tool@endlink
construction to use correct rotate-scale-translate order when recomposing
matrix components.
<I>[Contributed&nbsp;by&nbsp;Tom&nbsp;Cnops]</I>

@par
Houdini:
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on bool grids
because unary negation is undefined on bools in the template expansion.
- VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
VDB Write SOP should likewise not reset the compression values.


@htmlonly <a name="v7_2_1_changes"></a>@endhtmlonly
@par
<B>Version 7.2.1</B> - <I>December 23, 2020</I>
Expand Down

0 comments on commit 7991ec6

Please sign in to comment.