Skip to content

Release 0.8.0

Compare
Choose a tag to compare
@alexxbb alexxbb released this 20 Nov 05:34
· 29 commits to main since this release

[0.8.0]

Changed

  • AssetLibrary::try_create_first() can now crate nodes other than of Object type.
  • Functions taking optional parent (Option<NodeHandle>) are now generic and can take HoudiniNode too.
  • Improve the error type handling and printing.
  • Remove CookOptions arg from HoudiniNode::cook, instead there's a new HoudiniNode::cook_with_options.
  • Add lots of debug_assert! for input validation.

New

  • ManagerType enum represents a network root node.
  • Add several missing geometry APIs.