writing alembic with userProperty

   2272   1   1
User Avatar
Member
19 posts
Joined: Aug. 2014
Offline
Hi,
Is there any way to add alembic userProperties when writing out .abc files?
Such that can be later read by _alembic_hom_extensions.alembicUserProperty function later ?

Thanks,
User Avatar
Staff
328 posts
Joined: July 2005
Offline
User properties can be specified with primitive string attributes called “abc_userPropertiesMetadata” and “abc_userProperties”. When providing these, “abc_userPropertiesMetadata” should describe the type information and “abc_userProperties” should describe the actual values. The attached .hip file illustrates how to create a variety of user properties.

Attachments:
abc-user-properties.hip (84.6 KB)

  • Quick Links