Overview
This walkthrough demonstrates the process of creating and packaging two Bifrost operators, integer_to_string
and join_strings
.
integer_to_string
will convert an integer to a string, and join_strings
will concatenate two strings together.
You will use CMake to build the operators and package them into a Bifrost pack. You will import the pack into Maya for testing.