Skip to content
  • T.J. Corona's avatar
    Introduce Properties for Resources and Components · c3d16277
    T.J. Corona authored
    Resources and components now have access to Properties, a
    dictionary-like container that can hold any copy-constructible
    type. Currently enabled types include long, double, std::string, and
    std::vectors of these three types. Resource and component properties
    replace and extend the functionality of smtk::model's property system,
    while maintaining much of smtk::model's property API.
    c3d16277