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

Public Attributes

float(* get_value )(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 54 of file fcurve_driver.c.

Member Data Documentation

◆ get_value

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

Definition at line 56 of file fcurve_driver.c.

Referenced by driver_get_variable_value().

◆ num_targets

int DriverVarTypeInfo::num_targets

Definition at line 59 of file fcurve_driver.c.

Referenced by driver_change_variable_type().

◆ target_flags

short DriverVarTypeInfo::target_flags[MAX_DRIVER_TARGETS]

Definition at line 61 of file fcurve_driver.c.

Referenced by driver_change_variable_type().

◆ target_names

const char* DriverVarTypeInfo::target_names[MAX_DRIVER_TARGETS]

Definition at line 60 of file fcurve_driver.c.


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