Blender V5.0
bMotionPath Struct Reference

#include <DNA_action_types.h>

Public Attributes

bMotionPathVertpoints
int length
int start_frame
int end_frame
float color [3]
float color_post [3]
int line_thickness
int flag
char _pad2 [4]
GPUVertBufHandlepoints_vbo
GPUBatchHandlebatch_line
GPUBatchHandlebatch_points
void * _pad

Detailed Description

Definition at line 94 of file DNA_action_types.h.

Member Data Documentation

◆ _pad

void* bMotionPath::_pad

Definition at line 118 of file DNA_action_types.h.

◆ _pad2

char bMotionPath::_pad2[4]

Definition at line 113 of file DNA_action_types.h.

◆ batch_line

◆ batch_points

◆ color

float bMotionPath::color[3]

Optional custom color.

Definition at line 106 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths().

◆ color_post

float bMotionPath::color_post[3]

Definition at line 107 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths().

◆ end_frame

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(), motionpath_calculate_update_range(), motionpath_get_next_keyframe(), and motionpaths_calc_bake_targets().

◆ flag

int bMotionPath::flag

Baking settings - eMotionPath_Flag.

Definition at line 111 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths(), and motionpaths_calc_bake_targets().

◆ length

◆ line_thickness

int bMotionPath::line_thickness

Line thickness.

Definition at line 109 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths().

◆ points

◆ points_vbo

◆ start_frame

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(), motionpath_calculate_update_range(), motionpath_get_prev_keyframe(), and motionpaths_calc_bake_targets().


The documentation for this struct was generated from the following file: