File tree 4 files changed +8
-4
lines changed 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
OpenVDB Version History
2
2
=======================
3
3
4
- Version 7.2.0 - In Development
4
+ Version 7.2.0 - December 9, 2020
5
5
6
6
New features:
7
7
- Added tree::DynamicNodeManager that lazily caches the nodes at each
@@ -12,6 +12,8 @@ Version 7.2.0 - In Development
12
12
accelerate CSG union, intersection and difference operations.
13
13
- Added tools::TreeToMerge which provides methods to steal or deep-copy
14
14
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.
15
17
16
18
Improvements:
17
19
- util::CpuTimer now uses C++11 chrono instead of TBB.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ code is always pre-generated and provided with the AX repository within the
110
110
<b>grammar/generated</b> subdirectory. This C/C++ code is compiled into the AX
111
111
library. Thus, the grammar is provided for two reasons; to demonstrate how the
112
112
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").
114
114
Importantly, AX does not install any of the files in the grammar folder; the
115
115
parser is accessed through the @b ast module.
116
116
Original file line number Diff line number Diff line change 4
4
5
5
@htmlonly <a name="v7_2_0_changes"></a>@endhtmlonly
6
6
@par
7
- <B>Version 7.2.0</B> - <I>In Development </I>
7
+ <B>Version 7.2.0</B> - <I>December 9, 2020 </I>
8
8
9
9
@par
10
10
New features:
@@ -19,6 +19,8 @@ New features:
19
19
- Added @vdblink::tools::TreeToMerge TreeToMerge@endlink which provides methods
20
20
to steal or deep-copy from a tree based on the tag dispatch class used in its
21
21
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.
22
24
23
25
@par
24
26
Improvements:
Original file line number Diff line number Diff line change 1
1
// Copyright Contributors to the OpenVDB Project
2
2
// SPDX-License-Identifier: MPL-2.0
3
3
4
- // / @file Exceptions.h
4
+ // / @file openvdb_ax/ Exceptions.h
5
5
// /
6
6
// / @authors Nick Avramoussis, Richard Jones
7
7
// /
You can’t perform that action at this time.
0 commit comments