Blender V4.3
DriverVarTypeInfo Struct Reference

Public Attributes

float(* get_value )(const AnimationEvalContext *anim_eval_context, ChannelDriver *driver, DriverVar *dvar)
 
int num_targets
 
const char * target_names [MAX_DRIVER_TARGETS]
 
short target_flags [MAX_DRIVER_TARGETS]
 

Detailed Description

Definition at line 65 of file fcurve_driver.cc.

Member Data Documentation

◆ get_value

float(* DriverVarTypeInfo::get_value) (const AnimationEvalContext *anim_eval_context, ChannelDriver *driver, DriverVar *dvar)

Definition at line 67 of file fcurve_driver.cc.

Referenced by driver_get_variable_value().

◆ num_targets

int DriverVarTypeInfo::num_targets

Definition at line 72 of file fcurve_driver.cc.

Referenced by driver_change_variable_type().

◆ target_flags

short DriverVarTypeInfo::target_flags[MAX_DRIVER_TARGETS]

Definition at line 74 of file fcurve_driver.cc.

Referenced by driver_change_variable_type().

◆ target_names

const char* DriverVarTypeInfo::target_names[MAX_DRIVER_TARGETS]

Definition at line 73 of file fcurve_driver.cc.


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