You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #920
Added a metadata field to the character.
Both name and metadata are now read as a user property from the skeleton root node and properly copied along with other values in the character.
The metadata field can be used to uniquely identify an asset or store other information about processing. It's limited to 65536 characters at the moment and on loading tested to be in json format.
Reviewed By: maxouellet
Differential Revision: D87269358
fbshipit-source-id: a47ceba5e86ff656a04cb6eb121de578def92c18
R"(Returns a new character with the passed-in locators. If 'replace' is true, the existing locators are replaced, otherwise (the default) the new locators are appended to the existing ones.
R"(Returns a new character with the passed-in skinned locators. If 'replace' is true, the existing skinned locators are replaced, otherwise (the default) the new skinned locators are appended to the existing ones.
0 commit comments