What's New in Bifrost 2.15.0.0 SDK shipping with Bifrost 2.15.0.0 for Maya
Bifrost 2.15.0.0 SDK CMake files use CMake 3.20 and up.
Bifrost 2.15.0.0 SDK contains minor API breaking changes.
General Notes
- The notion of
JobPortsis migrating to the notion ofGlobal Variables. See Executor setting input values.
Amino
Cpp
JobPortannotation in C++ operators has been removed. See<..>/sdk/include/Amino/Cpp/Annotate.h.
Core
- New
StringLiteralwhich is aStringViewknown at compile-time. See<..>/sdk/include/Amino/Core/StringView.h. - Deprecated
RuntimeMessage.hhas been removed.
Bifrost
Geometry
- Addition of new geometry component string constants used in
Bifrost::Objectas keys. See<..>/sdk/include/Bifrost/Geometry/GeoPropertyKey.h.
Migration
- New section explaining the migration of Bifrost Packs. Migration is for keeping Bifrost content working through changes. See directory
<..>/sdk/migration.
