Blender V2.61 - r43446
|
#include <DNA_anim_types.h>
Public Attributes | |
struct DriverVar * | next |
struct DriverVar * | prev |
char | name [64] |
DriverTarget | targets [8] |
short | num_targets |
short | type |
float | curval |
Definition at line 326 of file DNA_anim_types.h.
float DriverVar::curval |
Definition at line 335 of file DNA_anim_types.h.
Referenced by driver_get_variable_value(), and graph_panel_drivers().
char DriverVar::name[64] |
Definition at line 329 of file DNA_anim_types.h.
Referenced by BPY_driver_exec(), and driver_add_new_variable().
struct DriverVar* DriverVar::next |
Definition at line 327 of file DNA_anim_types.h.
Referenced by animdata_dtar_clear_cb(), BKE_relink_animdata(), BPY_driver_exec(), dag_add_driver_relation(), direct_link_fcurves(), drivers_path_rename_fix(), evaluate_driver(), expand_fcurves(), fcurve_copy_driver(), fcurve_free_driver(), graph_panel_drivers(), lib_link_fcurves(), object_copy_proxy_drivers(), outliner_add_element(), and write_fcurves().
short DriverVar::num_targets |
Definition at line 332 of file DNA_anim_types.h.
Referenced by driver_change_variable_type().
struct DriverVar * DriverVar::prev |
Definition at line 327 of file DNA_anim_types.h.
Referenced by evaluate_driver().
Definition at line 331 of file DNA_anim_types.h.
Referenced by dvar_eval_rotDiff(), dvar_eval_singleProp(), dvar_eval_transChan(), graph_panel_driverVar__locDiff(), graph_panel_driverVar__rotDiff(), graph_panel_driverVar__singleProp(), graph_panel_driverVar__transChan(), icu_to_fcurves(), and idriver_to_cdriver().
short DriverVar::type |
Definition at line 334 of file DNA_anim_types.h.
Referenced by driver_change_variable_type(), driver_get_variable_value(), and graph_panel_drivers().