Blender Git Commit Log
Git Commits -> Revision 9fdef6a
Revision 9fdef6a by Jacques Lucke (builtin-simulation-nodes, functions, functions-experimental-refactor, particle-solver-dev, simulation-tree) November 3, 2019, 14:09 (GMT) |
attributes block container compression and utilities |
Commit Details:
Full Hash: 9fdef6ae5b694ac5ab84351d69d2339b0e27953d
Parent Commit: 5e20def
Lines Changed: +113, -0
1 Added Path:
/source/blender/functions2/intern/generic_array_ref.cc (+14, -0) (View)
8 Modified Paths:
/source/blender/functions2/CMakeLists.txt (+1, -0) (Diff)
/source/blender/functions2/FN_attributes_block_container.h (+15, -0) (Diff)
/source/blender/functions2/FN_attributes_ref.h (+2, -0) (Diff)
/source/blender/functions2/FN_cpp_type.h (+12, -0) (Diff)
/source/blender/functions2/FN_generic_array_ref.h (+2, -0) (Diff)
/source/blender/functions2/intern/attributes_block_container.cc (+49, -0) (Diff)
/source/blender/functions2/intern/attributes_ref.cc (+13, -0) (Diff)
/source/blender/functions2/intern/cpp_types.cc (+5, -0) (Diff)
/source/blender/functions2/FN_attributes_block_container.h (+15, -0) (Diff)
/source/blender/functions2/FN_attributes_ref.h (+2, -0) (Diff)
/source/blender/functions2/FN_cpp_type.h (+12, -0) (Diff)
/source/blender/functions2/FN_generic_array_ref.h (+2, -0) (Diff)
/source/blender/functions2/intern/attributes_block_container.cc (+49, -0) (Diff)
/source/blender/functions2/intern/attributes_ref.cc (+13, -0) (Diff)
/source/blender/functions2/intern/cpp_types.cc (+5, -0) (Diff)