Blender  V3.3
Public Attributes | List of all members
bMotionPath Struct Reference

#include <DNA_action_types.h>

Public Attributes

bMotionPathVertpoints
 
int length
 
int start_frame
 
int end_frame
 
float color [3]
 
int line_thickness
 
int flag
 
struct GPUVertBufpoints_vbo
 
struct GPUBatchbatch_line
 
struct GPUBatchbatch_points
 
void_pad
 

Detailed Description

Definition at line 56 of file DNA_action_types.h.

Member Data Documentation

◆ _pad

void* bMotionPath::_pad

Definition at line 78 of file DNA_action_types.h.

◆ batch_line

struct GPUBatch* bMotionPath::batch_line

◆ batch_points

struct GPUBatch* bMotionPath::batch_points

◆ color

float bMotionPath::color[3]

Optional custom color.

Definition at line 68 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths(), blo_do_versions_270(), and motion_path_cache().

◆ end_frame

int bMotionPath::end_frame

◆ flag

int bMotionPath::flag

Baking settings - eMotionPath_Flag.

Definition at line 72 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths(), blo_do_versions_270(), motion_path_cache(), and motionpaths_calc_bake_targets().

◆ length

int bMotionPath::length

◆ line_thickness

int bMotionPath::line_thickness

Line thickness.

Definition at line 70 of file DNA_action_types.h.

Referenced by animviz_verify_motionpaths(), blo_do_versions_270(), and motion_path_cache().

◆ points

bMotionPathVert* bMotionPath::points

◆ points_vbo

struct GPUVertBuf* bMotionPath::points_vbo

◆ start_frame

int bMotionPath::start_frame

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