|
Blender V4.3
|
#include <DNA_action_types.h>
Public Attributes | |
| bMotionPathVert * | points |
| int | length |
| int | start_frame |
| int | end_frame |
| float | color [3] |
| float | color_post [3] |
| int | line_thickness |
| int | flag |
| char | _pad2 [4] |
| GPUVertBufHandle * | points_vbo |
| GPUBatchHandle * | batch_line |
| GPUBatchHandle * | batch_points |
| void * | _pad |
Definition at line 94 of file DNA_action_types.h.
| void* bMotionPath::_pad |
Definition at line 118 of file DNA_action_types.h.
| char bMotionPath::_pad2[4] |
Definition at line 113 of file DNA_action_types.h.
| GPUBatchHandle* bMotionPath::batch_line |
Definition at line 116 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_copy_motionpath(), animviz_free_motionpath_cache(), animviz_motionpath_blend_read_data(), motionpaths_calc_bake_targets(), and mpath_batch_line_get().
| GPUBatchHandle* bMotionPath::batch_points |
Definition at line 117 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_copy_motionpath(), animviz_free_motionpath_cache(), animviz_motionpath_blend_read_data(), motionpaths_calc_bake_targets(), and mpath_batch_points_get().
| float bMotionPath::color[3] |
Optional custom color.
Definition at line 106 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), and motion_path_cache().
| float bMotionPath::color_post[3] |
Definition at line 107 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), and motion_path_cache().
| int bMotionPath::end_frame |
For drawing paths, the end frame number. Exclusive.
Definition at line 103 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), motion_path_get_frame_range_to_draw(), motionpath_calculate_update_range(), motionpath_get_next_keyframe(), and motionpaths_calc_bake_targets().
| int bMotionPath::flag |
Baking settings - eMotionPath_Flag.
Definition at line 111 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), motion_path_cache(), and motionpaths_calc_bake_targets().
| int bMotionPath::length |
The number of cached verts.
Definition at line 98 of file DNA_action_types.h.
Referenced by animviz_free_motionpath_cache(), animviz_motionpath_blend_read_data(), animviz_motionpath_blend_write(), animviz_verify_motionpaths(), motion_path_cache(), motionpaths_calc_bake_targets(), and mpath_vbo_get().
| int bMotionPath::line_thickness |
Line thickness.
Definition at line 109 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), and motion_path_cache().
| bMotionPathVert* bMotionPath::points |
Path samples.
Definition at line 96 of file DNA_action_types.h.
Referenced by animviz_copy_motionpath(), animviz_free_motionpath_cache(), animviz_motionpath_blend_read_data(), animviz_motionpath_blend_write(), animviz_verify_motionpaths(), motion_path_cache(), motionpaths_calc_bake_targets(), and mpath_vbo_get().
| GPUVertBufHandle* bMotionPath::points_vbo |
Definition at line 115 of file DNA_action_types.h.
Referenced by animviz_calc_motionpaths(), animviz_copy_motionpath(), animviz_free_motionpath_cache(), animviz_motionpath_blend_read_data(), motionpaths_calc_bake_targets(), and mpath_vbo_get().
| int bMotionPath::start_frame |
For drawing paths, the start frame number. Inclusive.
Definition at line 101 of file DNA_action_types.h.
Referenced by animviz_verify_motionpaths(), motion_path_cache(), motion_path_get_frame_range_to_draw(), motionpath_calculate_update_range(), motionpath_get_prev_keyframe(), and motionpaths_calc_bake_targets().