Skip to content

Commit 7991ec6

Browse files
authored
Merge pull request #959 from AcademySoftwareFoundation/v8.0
Prepare for 8.0.1
2 parents 953dcec + c47960c commit 7991ec6

File tree

2 files changed

+52
-2
lines changed

2 files changed

+52
-2
lines changed

CHANGES

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
OpenVDB Version History
22
=======================
33

4-
Version 8.0.1 - In Development
4+
Version 8.0.1 - February 5, 2021
5+
6+
Bug fixes:
7+
- Fixed a bug in the new CSG intersection merge algorithm where data
8+
outside of the intersection region was not being removed.
59

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

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

95+
Version 7.2.2 - February 4, 2021
96+
97+
Bug fixes:
98+
- Fixed a bug in the new CSG intersection merge algorithm where data
99+
outside of the intersection region was not being removed.
100+
- Fix GridTransformer construction to use correct rotate-scale-translate
101+
order when recomposing matrix components.
102+
[Contributed by Tom Cnops].
103+
104+
Houdini:
105+
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on
106+
bool grids because unary negation is undefined on bools in the
107+
template expansion.
108+
- VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
109+
VDB Write likewise should not reset the compression values.
110+
89111
Version 7.2.1 - December 23, 2020
90112

91113
Bug fixes:

doc/changes.txt

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@
44

55
@htmlonly <a name="v8_0_1_changes"></a>@endhtmlonly
66
@par
7-
<B>Version 8.0.1</B> - <I>In Development</I>
7+
<B>Version 8.0.1</B> - <I>February 5, 2021</I>
8+
9+
@par
10+
Bug fixes:
11+
- Fixed a bug in the new CSG intersection merge algorithm where data
12+
outside of the intersection region was not being removed.
813

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

1825
@par
1926
Houdini:
@@ -112,6 +119,27 @@ Build:
112119
attribute.
113120

114121

122+
@htmlonly <a name="v7_2_2_changes"></a>@endhtmlonly
123+
@par
124+
<B>Version 7.2.2</B> - <I>February 4, 2021</I>
125+
126+
@par
127+
Bug fixes:
128+
- Fixed a bug in the new CSG intersection merge algorithm where data outside of
129+
the intersection region was not being removed.
130+
- Fix @vdblink::tools::GridTransformer grid transformer tool@endlink
131+
construction to use correct rotate-scale-translate order when recomposing
132+
matrix components.
133+
<I>[Contributed&nbsp;by&nbsp;Tom&nbsp;Cnops]</I>
134+
135+
@par
136+
Houdini:
137+
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on bool grids
138+
because unary negation is undefined on bools in the template expansion.
139+
- VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
140+
VDB Write SOP should likewise not reset the compression values.
141+
142+
115143
@htmlonly <a name="v7_2_1_changes"></a>@endhtmlonly
116144
@par
117145
<B>Version 7.2.1</B> - <I>December 23, 2020</I>

0 commit comments

Comments
 (0)