Blender
V3.3
|
#include <DNA_anim_types.h>
Public Attributes | |
ID * | id |
char * | rna_path |
char | pchan_name [64] |
short | transChan |
char | rotation_mode |
char | _pad [7] |
short | flag |
int | idtype |
Definition at line 299 of file DNA_anim_types.h.
char DriverTarget::_pad[7] |
Definition at line 316 of file DNA_anim_types.h.
short DriverTarget::flag |
Flags for the validity of the target (NOTE: these get reset every time the types change).
Definition at line 322 of file DNA_anim_types.h.
Referenced by BKE_animsys_eval_driver(), driver_get_variable_property(), dtar_get_prop_val(), graph_panel_driverVar__locDiff(), graph_panel_driverVar__rotDiff(), graph_panel_driverVar__singleProp(), graph_panel_driverVar__transChan(), and idriver_to_cdriver().
ID* DriverTarget::id |
ID-block which owns the target, no user count.
Definition at line 301 of file DNA_anim_types.h.
Referenced by add_driver_with_target(), ANIM_copy_as_driver(), driver_get_variable_property(), dtar_get_prop_val(), dvar_eval_locDiff(), dvar_eval_rotDiff(), dvar_eval_transChan(), graph_panel_driverVar__locDiff(), graph_panel_driverVar__rotDiff(), graph_panel_driverVar__singleProp(), graph_panel_driverVar__transChan(), and idriver_to_cdriver().
int DriverTarget::idtype |
Type of ID-block that this target can use.
Definition at line 324 of file DNA_anim_types.h.
Referenced by add_driver_with_target(), ANIM_copy_as_driver(), and idriver_to_cdriver().
char DriverTarget::pchan_name[64] |
Name of the pose-bone to use (for vars where DTAR_FLAG_STRUCT_REF is used) - MAX_ID_NAME - 2
.
Definition at line 310 of file DNA_anim_types.h.
Referenced by add_driver_with_target(), dvar_eval_rotDiff(), and idriver_to_cdriver().
char* DriverTarget::rna_path |
RNA path defining the setting to use (for DVAR_TYPE_SINGLE_PROP).
Definition at line 304 of file DNA_anim_types.h.
Referenced by add_driver_with_target(), ANIM_copy_as_driver(), driver_get_variable_property(), and dtar_get_prop_val().
char DriverTarget::rotation_mode |
Rotation channel calculation type.
Definition at line 315 of file DNA_anim_types.h.
Referenced by graph_draw_driver_settings_panel().
short DriverTarget::transChan |
Transform channel index (for DVAR_TYPE_TRANSFORM_CHAN).
Definition at line 312 of file DNA_anim_types.h.
Referenced by add_driver_with_target(), graph_draw_driver_settings_panel(), graph_panel_driverVar__transChan(), icu_to_fcurves(), and idriver_to_cdriver().