Blender
V3.3
|
#include <DNA_action_types.h>
Public Attributes | |
short | recalc |
short | path_type |
short | path_step |
short | path_range |
short | path_viewflag |
short | path_bakeflag |
char | _pad [4] |
int | path_sf |
int | path_ef |
int | path_bc |
int | path_ac |
Definition at line 97 of file DNA_action_types.h.
char bAnimVizSettings::_pad[4] |
Definition at line 114 of file DNA_action_types.h.
int bAnimVizSettings::path_ac |
Definition at line 119 of file DNA_action_types.h.
Referenced by animviz_settings_init(), blo_do_versions_250(), and motion_path_get_frame_range_to_draw().
short bAnimVizSettings::path_bakeflag |
Definition at line 113 of file DNA_action_types.h.
Referenced by animviz_settings_init(), animviz_verify_motionpaths(), blo_do_versions_250(), ED_pose_clear_paths(), has_object_motion_paths(), has_pose_motion_paths(), motionpath_need_update_object(), motionpath_need_update_pose(), object_clear_mpath(), object_update_paths_poll(), pose_paste_exec(), and pose_update_paths_poll().
int bAnimVizSettings::path_bc |
Number of frames before/after current frame to show.
Definition at line 119 of file DNA_action_types.h.
Referenced by animviz_settings_init(), blo_do_versions_250(), and motion_path_get_frame_range_to_draw().
int bAnimVizSettings::path_ef |
Definition at line 117 of file DNA_action_types.h.
Referenced by animviz_motionpath_compute_range(), animviz_settings_init(), animviz_verify_motionpaths(), blo_do_versions_250(), motion_path_get_frame_range_to_draw(), and pose_update_paths_range_exec().
short bAnimVizSettings::path_range |
Definition at line 108 of file DNA_action_types.h.
Referenced by animviz_motionpath_compute_range(), object_calculate_paths_exec(), object_calculate_paths_invoke(), and pose_calculate_paths_exec().
int bAnimVizSettings::path_sf |
Start and end frames of path-calculation range.
Definition at line 117 of file DNA_action_types.h.
Referenced by animviz_motionpath_compute_range(), animviz_settings_init(), animviz_verify_motionpaths(), blo_do_versions_250(), motion_path_get_frame_range_to_draw(), and pose_update_paths_range_exec().
short bAnimVizSettings::path_step |
Number of frames between points indicated on the paths.
Definition at line 106 of file DNA_action_types.h.
Referenced by animviz_settings_init(), blo_do_versions_250(), blo_do_versions_260(), and motion_path_get_frame_range_to_draw().
short bAnimVizSettings::path_type |
Definition at line 104 of file DNA_action_types.h.
Referenced by blo_do_versions_250(), motion_path_get_frame_range_to_draw(), object_calculate_paths_exec(), object_calculate_paths_invoke(), and pose_calculate_paths_exec().
short bAnimVizSettings::path_viewflag |
Definition at line 111 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_settings_init(), blo_do_versions_250(), and motion_path_cache().
short bAnimVizSettings::recalc |
Definition at line 100 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_get_object_motionpaths(), ED_objects_recalculate_paths(), and ED_pose_recalculate_paths().