Skip to content

Commit fb086e8

Browse files
authored
Merge pull request #896 from Idclip/release_7.2.0
Release 7.2.0 (OVDB-149)
2 parents 2912576 + be989e4 commit fb086e8

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

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

4-
Version 7.2.0 - In Development
4+
Version 7.2.0 - December 9, 2020
55

66
New features:
77
- Added tree::DynamicNodeManager that lazily caches the nodes at each
@@ -12,6 +12,8 @@ Version 7.2.0 - In Development
1212
accelerate CSG union, intersection and difference operations.
1313
- Added tools::TreeToMerge which provides methods to steal or deep-copy
1414
from a tree based on the tag dispatch class used in its construction.
15+
- Pre-release of OpenVDB AX, an open source C++ library that provides a
16+
powerful and easy way of interacting with OpenVDB volume and point data.
1517

1618
Improvements:
1719
- util::CpuTimer now uses C++11 chrono instead of TBB.

doc/ax/axcplusplus.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ code is always pre-generated and provided with the AX repository within the
110110
<b>grammar/generated</b> subdirectory. This C/C++ code is compiled into the AX
111111
library. Thus, the grammar is provided for two reasons; to demonstrate how the
112112
syntactical rules are implemented and to provide expert users the ability to
113-
regenerate the C/C++ bindings (see @ref openvdbaxbuild "the build instructions").
113+
regenerate the C/C++ bindings (see @ref build "the build instructions").
114114
Importantly, AX does not install any of the files in the grammar folder; the
115115
parser is accessed through the @b ast module.
116116

doc/changes.txt

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

55
@htmlonly <a name="v7_2_0_changes"></a>@endhtmlonly
66
@par
7-
<B>Version 7.2.0</B> - <I>In Development</I>
7+
<B>Version 7.2.0</B> - <I>December 9, 2020</I>
88

99
@par
1010
New features:
@@ -19,6 +19,8 @@ New features:
1919
- Added @vdblink::tools::TreeToMerge TreeToMerge@endlink which provides methods
2020
to steal or deep-copy from a tree based on the tag dispatch class used in its
2121
construction.
22+
- Pre-release of OpenVDB AX, an open source C++ library that provides a
23+
powerful and easy way of interacting with OpenVDB volume and point data.
2224

2325
@par
2426
Improvements:

openvdb_ax/openvdb_ax/Exceptions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Copyright Contributors to the OpenVDB Project
22
// SPDX-License-Identifier: MPL-2.0
33

4-
/// @file Exceptions.h
4+
/// @file openvdb_ax/Exceptions.h
55
///
66
/// @authors Nick Avramoussis, Richard Jones
77
///

0 commit comments

Comments
 (0)