HDK
|
The use of SYSpointerHash() now requires SYS_PointerHash.h instead of SYS_Math.h.
The bool stable=true
argument was removed from the GA_IndexMap::sortIndices()
and GA_IndexMap::sortOffsetArray()
methods. These methods now always perform stable sorting.
The TIL_HuskDevice class can be used to customize how husk
renders interactively. This device defaults to mplay
, but can now be customized.
The UT_String(const char *, int)
constructor has been explicitly deleted, preventing silent promotion of UT_String foo("", /*harden1)
to the bool variant. This ensures converting to a UT_StringHolder won't surprisingly pick the length based constructor, and that ALWAYS_DEEP won't be accidentally passed as the second argument.
The getName() and getItemName() functions now return UT_StringHolder rather than UT_String. The same is true for CH_Collection.