1
1
OpenVDB Version History
2
2
=======================
3
3
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.
5
9
6
10
Bug fixes:
7
11
- Fixed a bug in the new CSG intersection merge algorithm where data
@@ -10,6 +14,8 @@ Version 8.0.1 - In Development
10
14
Build:
11
15
- Fixed various incorrect RPATH directory paths in CMake
12
16
- 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
13
19
14
20
Houdini:
15
21
- VDB Combine SOP no longer attempts to invoke SDF CSG operations on
@@ -86,6 +92,22 @@ Version 8.0.0 - December 23, 2020
86
92
- Removed OPENVDB_DEPRECATED macro in favor of C++14 [[deprecated]]
87
93
attribute.
88
94
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
+
89
111
Version 7.2.1 - December 23, 2020
90
112
91
113
Bug fixes:
0 commit comments