HDK
|
If a render delegate terminates early, it's possible to pass an exit status to husk
so that can properly raise an appropriate exit status.
In OPUI_GraphBadgeInfo
class, the myItem
member type changed from OP_Node*
to std::variant
to allow badges on APEX nodes. Accessing * can be done via () method.