|
Blender V4.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 139 of file DNA_action_types.h.
| char bAnimVizSettings::_pad[4] |
Definition at line 156 of file DNA_action_types.h.
| int bAnimVizSettings::path_ac |
Definition at line 161 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 155 of file DNA_action_types.h.
Referenced by animviz_settings_init(), animviz_verify_motionpaths(), blo_do_versions_250(), ED_pose_clear_paths(), blender::ed::object::has_object_motion_paths(), blender::ed::object::has_pose_motion_paths(), motion_path_cache(), motionpath_need_update_object(), motionpath_need_update_pose(), blender::ed::object::object_clear_mpath(), blender::ed::object::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 161 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 159 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 150 of file DNA_action_types.h.
Referenced by animviz_motionpath_compute_range(), blender::ed::object::object_calculate_paths_exec(), blender::ed::object::object_calculate_paths_invoke(), and pose_calculate_paths_exec().
| int bAnimVizSettings::path_sf |
Start and end frames of path-calculation range. Both are inclusive.
Definition at line 159 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 148 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_type |
Definition at line 146 of file DNA_action_types.h.
Referenced by blo_do_versions_250(), motion_path_get_frame_range_to_draw(), blender::ed::object::object_calculate_paths_exec(), blender::ed::object::object_calculate_paths_invoke(), and pose_calculate_paths_exec().
| short bAnimVizSettings::path_viewflag |
Definition at line 153 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 142 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_get_object_motionpaths(), ED_pose_recalculate_paths(), and blender::ed::object::motion_paths_recalc().