|
Blender V4.3
|
Public Attributes | |
| uint | index |
| uint | len |
Definition at line 29 of file fcurve_cache.cc.
| uint FCurvePathCache_Span::index |
Index in the FCurvePathCache.fcurve_array indicating the start of the span.
Definition at line 31 of file fcurve_cache.cc.
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 33 of file fcurve_cache.cc.
Referenced by BKE_fcurve_pathcache_create(), BKE_fcurve_pathcache_find(), and BKE_fcurve_pathcache_find_array().