Blender V4.3
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(), and motion_path_cache().

◆ color_post

float bMotionPath::color_post[3]

Definition at line 107 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths(), and motion_path_cache().

◆ end_frame

int bMotionPath::end_frame

◆ flag

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().

◆ length

◆ line_thickness

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().

◆ points

◆ points_vbo

◆ start_frame

int bMotionPath::start_frame

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