Blender Git Commit Log
Git Commits -> Revision b53a5d9
Revision b53a5d9 by Philip Luk (cycles_unbiased_volumes) August 2, 2019, 17:57 (GMT) |
Better implementation of optional custom attribute import, cherry-picked from tangent anim blender278 remote Better implementation of optional custom attribute import Implements the same as 566a01944167aba59ae2a9f8beec920e38279e85 but in a better and cleaner way. Original commit message from that change was: Make importing custom attributes an option This makes it optional to import custom attributes, in order to save memory when it is unnecessary. (cherry picked from commit cde393c098f87153be97536bf72ae6261bd4aa82) |
Commit Details:
Full Hash: b53a5d980eff13be0de61e619725ad3febbe0a8c
Parent Commit: 969da18
Lines Changed: +20, -2
6 Modified Paths:
/source/blender/alembic/ABC_alembic.h (+1, -0) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_object.cc (+2, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+5, -0) (Diff)
/source/blender/editors/io/io_alembic.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)
/source/blender/alembic/intern/abc_mesh.cc (+2, -2) (Diff)
/source/blender/alembic/intern/abc_object.cc (+2, -0) (Diff)
/source/blender/alembic/intern/alembic_capi.cc (+5, -0) (Diff)
/source/blender/editors/io/io_alembic.c (+9, -0) (Diff)
/source/blender/makesdna/DNA_modifier_types.h (+1, -0) (Diff)