Blender Git Loki
Git Commits -> Revision ff82049
Revision ff82049 by Jacques Lucke (master) June 27, 2020, 18:58 (GMT) |
Functions: add MutableAttributesRef data structure This will be used to reference the content of a CustomData structure in C++ code, that does not need to know who owns the data but only works with it. |
Commit Details:
Full Hash: ff820496422da1b71352e6e55d68541fc6d6e2b3
Parent Commit: e91d581
Lines Changed: +435, -0
3 Added Paths:
/source/blender/functions/FN_attributes_ref.hh (+246, -0) (View)
/source/blender/functions/intern/attributes_ref.cc (+72, -0) (View)
/tests/gtests/functions/FN_attributes_ref_test.cc (+114, -0) (View)
/source/blender/functions/intern/attributes_ref.cc (+72, -0) (View)
/tests/gtests/functions/FN_attributes_ref_test.cc (+114, -0) (View)