Blender Git Loki
Git Commits -> Revision ff017df
Revision ff017df by Campbell Barton (master) March 26, 2021, 02:37 (GMT) |
Animation: add BKE_fcurve_pathcache_find API Support a cache for fast RNA path look-ups for RNA-path + index. Unlike a regular hash lookup, this supports using a single lookup for the RNA path which is then used to fill an array of F-curves. Reviewed By: sybren Ref D10781 |
Commit Details:
Full Hash: ff017df318d5e2dce8c918735e363c0e43458a7c
Parent Commit: 6fd799c
Lines Changed: +203, -0
1 Added Path:
/source/blender/blenkernel/intern/fcurve_cache.c (+189, -0) (View)