@@ -6,8 +6,13 @@ Version 2.2.0 - In development
66 GridSampler, DualGridSampler, et al.
77 - Modified tools::DualGridSampler so it is more consistent with
88 tools::GridSampler.
9- - Added selection of iso-value to the LevelSetRayIntersector and
10- openvdb_render.
9+ - Added an option to the LevelSetRayIntersector and to vdb_render
10+ to specify the isovalue of the level set.
11+ - Added methods to the LevelSetRayIntersector to return the time of
12+ intersection along a world or index ray.
13+ - tools::cpt(), tools::curl(), tools::laplacian(), tools::meanCurvature()
14+ and tools::normalize() now output grids with appropriate vector types
15+ (covariant, contravariant, etc.).
1116 - Added a Grid::topologyDifference() method.
1217 - Added topology union, intersection and difference operations to
1318 the Combine SOP. These operations combine the active voxel topologies
@@ -17,7 +22,19 @@ Version 2.2.0 - In development
1722 - The Fill SOP now allows the fill region bounds to be specified either in
1823 index space (as before), in world space, or using the bounds of geometry
1924 connected to an optional new reference input.
25+ - Added an option to the Transform SOP to apply the transform to the
26+ voxel values of vector-valued grids, in accordance with those grids'
27+ Vector Type metadata settings.
28+ - Added toggle to specify offet in the "Offset Level Set" SOP in world or
29+ voxel units.
30+ - Added a Vector Type menu to the Vector Merge SOP.
31+ - Removed the masking options in the Renormalize SOP (since it's not
32+ supported yet).
33+ - Fixed a bug in the mean curvature computation that could produce a nan
34+ in regions with constant values.
2035 - Fixed build issue reported for Clang 3.2.
36+ - Made various changes for compatibility with C++11 compilers.
37+ [Contributed by SESI]
2138
2239 API changes:
2340 - tools::DualGridSampler is no longer templated on the target grid type,
0 commit comments