Skip to content

Commit

Permalink
Fix punctuations.
Browse files Browse the repository at this point in the history
Signed-off-by: Andre Pradhana <[email protected]>
  • Loading branch information
apradhana committed Oct 30, 2021
1 parent d2e58c4 commit dfb4ed3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,12 @@ Version 8.2.0 - In development
hue, saturation and value inputs to RGB values and vice-versa.
- PointDataGrid conversion can now be performed using 32-bit float arrays.
- Improved support for size_t grid types on systems where size_t is a
unique type
unique type.
[Contributed by Brecht Van Lommel]
- Minor performance improvements to dilation calls in fast sweeping
algorithms
algorithms.
- Add support for dilation in one direction and extending a field in one
direction
direction in fast sweeping algorithms.

API changes:
- DynamicNodeManager can now set one grain size for threading across leaf nodes
Expand All @@ -140,7 +140,7 @@ Version 8.2.0 - In development
- The label for Voxels to Expand is now Expand Voxels to match Houdini.
- Fix bug to allow VDB LOD SOPs to be chained together.
- SOP Extrapolate supports dilation in one direction and extending a field
in one (domain) direction
in one (domain) direction.
- The default OpenVDB ABI is now 8 for Houdini versions > 18.5.
- VDB Visualize Tree SOP is now multi-threaded and provides slicing and
color remapping.
Expand All @@ -154,15 +154,15 @@ Version 8.2.0 - In development
generated doxygen.
- Improved the doxygen deprecation listings, folder layouts and fixes
issues when using later versions of doxygen.
- Build fixes for MinGW on Windows
- Build fixes for MinGW on Windows.
[Contributed by Brecht Sanders]
- Added support for OpenEXR 3
- Added support for OpenEXR 3.
[Contributed by Cary Phillips]
- Added an OPENVDB_NAMESPACE_SUFFIX CMake string option which provides
the ability to customise the VDB namespace.
- The Python Module now appends the base directory defined by
Python_SITELIB to the default install path (typically dist-packages
or site-packages)
or site-packages).
[Contributed by Ignacio Vizzo]


Expand Down
10 changes: 5 additions & 5 deletions doc/changes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Improvements:
type.
[Contributed by Brecht Van Lommel]
- Add support for dilation in one direction and extending a field in one
direction.
direction in fast sweeping algorithms.
- Added PNG support to vdb_render which can be enabled with during CMake with
-DUSE_PNG=ON.
- Explicit template instantiation has been enabled by default for most of the
Expand Down Expand Up @@ -157,7 +157,7 @@ Improvements:
hue, saturation and value inputs to RGB values and vice-versa.
- PointDataGrid conversion can now be performed using 32-bit float arrays.
- Improved support for size_t grid types on systems where size_t is a unique
type
type.
[Contributed by Brecht Van Lommel]
- Add support for dilation in one direction and extending a field in one
direction in fast sweeping algorithms.
Expand Down Expand Up @@ -196,14 +196,14 @@ Build:
generated doxygen.
- Improved the doxygen deprecation listings, folder layouts and fixes
issues when using later versions of doxygen.
- Build fixes for MinGW on Windows
- Build fixes for MinGW on Windows.
[Contributed by Brecht Sanders]
- Added support for OpenEXR 3
- Added support for OpenEXR 3.
[Contributed by Cary Phillips]
- Added an OPENVDB_NAMESPACE_SUFFIX CMake string option which provides the
ability to customise the VDB namespace.
- The Python Module now appends the base directory defined by Python_SITELIB
to the default install path (typically dist-packages or site-packages)
to the default install path (typically dist-packages or site-packages).
[Contributed by Ignacio Vizzo]


Expand Down

0 comments on commit dfb4ed3

Please sign in to comment.