Blender
V3.3
|
Public Attributes | |
FCurve ** | fcurve_array |
uint | fcurve_array_len |
struct FCurvePathCache_Span * | span_table |
GHash * | span_from_rna_path |
Definition at line 34 of file fcurve_cache.c.
FCurve** FCurvePathCache::fcurve_array |
All curves sorted by (FCurve.rna_path, FCurve.array_index)
Definition at line 36 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_destroy(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().
uint FCurvePathCache::fcurve_array_len |
Definition at line 37 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create().
GHash* FCurvePathCache::span_from_rna_path |
Map FCurve.rna_path
to elements in FCurvePathCache.span_table
Definition at line 41 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_destroy(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().
struct FCurvePathCache_Span* FCurvePathCache::span_table |
Storage for values of span_from_rna_path
.
Definition at line 39 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), and BKE_fcurve_pathcache_destroy().