Skip to content

Commit

Permalink
Updated CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Idclip committed Aug 20, 2019
1 parent 3a1659a commit 9139e7a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion openvdb_ax/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
OpenVDB AX Version History
==========================

Version 0.1.0 - July 28, 2019
Version 0.1.0 - August 20, 2019

Significant API and behaviour changes to OpenVDB AX in this release. Main
API changes to codegen and AST components. Changes to OpenVDB Volume
execution involving volumes of differing topologies. Active states now
only determine the final application of a value rather than their impact on
other volumes. For example:

@a = 2;
@b = @a;

Irrespective of the overlapping activity, active @b voxels will be set to 2.
Previously, this would only occur if @a was active at the given location,
producing an implicit dependency of the active topology of @a on @b.

New Features:
- Support for for, while and do-while loops using standard c-like syntax.
Expand Down

0 comments on commit 9139e7a

Please sign in to comment.