Skip to content

Version 1.2.2 - Bifrost 2.9

Compare
Choose a tag to compare
@frenchdog frenchdog released this 26 Mar 21:25
· 10 commits to dev since this release
7228dce

[1.2.2] - 2024-03-27 (Bifrost 2.9)

Build

  • BIFROST-9332 - Update to Bifrost 2.9 SDK
  • BIFROST-8981 - Update to USD 0.23.11
  • BIFROST-9147 - Make C++17 default

Feature

  • BIFROST-9354 - USD File Format Option

    Add parameter to set a the USD layer format to ASCII or binary. Useful to save in human readable format and still keep the .usd extension.

  • BIFROST-9334 - Add get_edit_layer operator

    This node returns the stage's EditTarget layer.

Bugfix

  • BIFROST 9428 - Fix scalar attribute creation regression when using add_to_stage compound
  • BIFROST-9334 - Fix save_usd_stage compound errors when current edit target is not the root layer
    • Update the save_usd_stage compound. It is now setting the target layer to the root layer before saving and then restore the current target (using the new get_edit_layer operator).