Blender
V3.3
|
Public Attributes | |
uint | index |
uint | len |
Definition at line 27 of file fcurve_cache.c.
uint FCurvePathCache_Span::index |
Index in the FCurvePathCache.fcurve_array indicating the start of the span.
Definition at line 29 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().
uint FCurvePathCache_Span::len |
Number of items in the span in FCurvePathCache.fcurve_array that share an RNA path.
Definition at line 31 of file fcurve_cache.c.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().