|
Blender
V2.93
|
Public Attributes | |
| FCurve ** | fcurve_array |
| uint | fcurve_array_len |
| struct FCurvePathCache_Span * | span_table |
| GHash * | span_from_rna_path |
Definition at line 48 of file fcurve_cache.c.
| FCurve** FCurvePathCache::fcurve_array |
All curves sorted by (FCurve.rna_path, FCurve.array_index)
Definition at line 50 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 51 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 55 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 53 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), and BKE_fcurve_pathcache_destroy().