Blender  V3.3
Public Attributes | List of all members
FCurvePathCache Struct Reference

Public Attributes

FCurve ** fcurve_array
 
uint fcurve_array_len
 
struct FCurvePathCache_Spanspan_table
 
GHashspan_from_rna_path
 

Detailed Description

Definition at line 34 of file fcurve_cache.c.

Member Data Documentation

◆ fcurve_array

FCurve** FCurvePathCache::fcurve_array

◆ fcurve_array_len

uint FCurvePathCache::fcurve_array_len

Definition at line 37 of file fcurve_cache.c.

Referenced by BKE_fcurve_pathcache_create().

◆ span_from_rna_path

GHash* FCurvePathCache::span_from_rna_path

◆ span_table

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().


The documentation for this struct was generated from the following file: