TokenPrimvarData#

Fully qualified name: usdex::core::TokenPrimvarData

using usdex::core::TokenPrimvarData = PrimvarData<pxr::TfToken>#

An alias for PrimvarData that holds VtTokenArray values (e.g more efficient human readable descriptors).

This is a more efficient format than raw strings if you have many repeated values across different prims.

Note

TfToken lifetime lasts the entire process. Too many tokens in memory may consume resources somewhat unexpectedly.