1
1
OpenVDB Version History
2
2
=======================
3
3
4
- Version 8.0.0 - In development
4
+ Version 8.0.0 - December 23, 2020
5
5
6
6
This version introduces ABI changes relative to older major releases,
7
7
so to preserve ABI compatibility it might be necessary to define the
@@ -22,6 +22,18 @@ Version 8.0.0 - In development
22
22
- Added tools::activeTiles that returns a vector containing all the active
23
23
tiles in a tree that intersects a given CoordBBox.
24
24
25
+ Improvements:
26
+ - Made LeafManager class non-virtual.
27
+
28
+ Bug fixes:
29
+ - Fixed a determinism bug in NodeManager when using non-thread-safe
30
+ functor members.
31
+ - Fix GridTransformer construction to use correct rotate-scale-translate
32
+ order when recomposing matrix components.
33
+ [Contributed by Tom Cnops].
34
+ - OpenVDB AX: Fixed a potential code generation crash in binary, ternary
35
+ or comma operators when errors occurred in first operand.
36
+
25
37
ABI changes:
26
38
- Grid::isTreeUnique() is now virtual as of ABI=8 so that it can be
27
39
accessed from the GridBase.
@@ -41,10 +53,9 @@ Version 8.0.0 - In development
41
53
API changes:
42
54
- Removed a number of deprecated point, volume and AX methods.
43
55
44
- Bug fixes:
45
- - Fix GridTransformer construction to use correct rotate-scale-translate
46
- order when recomposing matrix components.
47
- [Contributed by Tom Cnops].
56
+ Houdini:
57
+ - VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
58
+ VDB Write likewise should not reset the compression values.
48
59
49
60
Build:
50
61
- As of this release, VFX Reference Platform 2018 is no longer supported.
@@ -60,21 +71,16 @@ Version 8.0.0 - In development
60
71
- Removed OPENVDB_DEPRECATED macro in favor of C++14 [[deprecated]]
61
72
attribute.
62
73
63
- Improvements:
64
- - Made LeafManager class non-virtual.
65
-
66
- Bug fixes:
67
- - OpenVDB AX: Fixed a potential code generation crash in binary, ternary
68
- or comma operators when errors occurred in first operand.
69
-
70
- Houdini:
71
- - VDB to Spheres SOP doesn't reset the radius when in worldspace mode.
72
- VDB Write likewise should not reset the compression values.
74
+ Version 7.2.1 - December 23, 2020
73
75
74
76
Bug fixes:
75
77
- Fixed a determinism bug in NodeManager when using non-thread-safe
76
78
functor members.
77
79
80
+ Build:
81
+ - Added a missing header include to resolve an undefined size_t build error
82
+ on GCC10.
83
+
78
84
Version 7.2.0 - December 9, 2020
79
85
80
86
New features:
0 commit comments