|
Blender V5.0
|
Public Attributes | |
| FCurve ** | fcurve_array |
| uint | fcurve_array_len |
| FCurvePathCache_Span * | span_table |
| GHash * | span_from_rna_path |
Definition at line 35 of file fcurve_cache.cc.
| FCurve** FCurvePathCache::fcurve_array |
All curves sorted by (FCurve.rna_path, FCurve.array_index)
Definition at line 37 of file fcurve_cache.cc.
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 38 of file fcurve_cache.cc.
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 42 of file fcurve_cache.cc.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_destroy(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().
| FCurvePathCache_Span* FCurvePathCache::span_table |
Storage for values of span_from_rna_path.
Definition at line 40 of file fcurve_cache.cc.
Referenced by BKE_fcurve_pathcache_create(), and BKE_fcurve_pathcache_destroy().