Blender V4.3
blender::ed::curves::CurveDrawData Struct Reference

Public Attributes

short init_event_type
 
short curve_type
 
float bevel_radius
 
bool is_curve_2d
 
struct { 
 
   bool   use_plane 
 
   float   plane [4] 
 
   bool   use_depth 
 
   bool   use_offset 
 
   float   offset [3] 
 
   float   surface_offset 
 
   bool   use_surface_offset_absolute 
 
project 
 
struct { 
 
   bool   use_substeps 
 
sample 
 
struct { 
 
   float   min 
 
   float   max 
 
   float   range 
 
radius 
 
struct { 
 
   float   mval [2] 
 
   float   location_world [3] 
 
   float   location_world_valid [3] 
 
   const StrokeElem *   selem 
 
prev 
 
ViewContext vc
 
ViewDepthsdepths
 
CurveDrawState state
 
BLI_mempoolstroke_elem_pool
 
void * draw_handle_view
 

Detailed Description

Definition at line 74 of file curves_draw.cc.

Member Data Documentation

◆ bevel_radius

float blender::ed::curves::CurveDrawData::bevel_radius

◆ curve_type

short blender::ed::curves::CurveDrawData::curve_type

◆ depths

◆ draw_handle_view

void* blender::ed::curves::CurveDrawData::draw_handle_view

◆ init_event_type

short blender::ed::curves::CurveDrawData::init_event_type

◆ is_curve_2d

bool blender::ed::curves::CurveDrawData::is_curve_2d

◆ location_world

float blender::ed::curves::CurveDrawData::location_world[3]

◆ location_world_valid

float blender::ed::curves::CurveDrawData::location_world_valid[3]

◆ max

float blender::ed::curves::CurveDrawData::max

Definition at line 103 of file curves_draw.cc.

Referenced by blender::ed::curves::curve_draw_init().

◆ min

◆ mval

float blender::ed::curves::CurveDrawData::mval[2]

◆ offset

float blender::ed::curves::CurveDrawData::offset[3]

◆ plane

◆ [struct]

◆ [struct]

◆ [struct]

◆ range

◆ [struct]

struct { ... } blender::ed::curves::CurveDrawData::sample

◆ selem

const StrokeElem* blender::ed::curves::CurveDrawData::selem

Definition at line 113 of file curves_draw.cc.

Referenced by blender::ed::curves::curve_draw_event_add().

◆ state

CurveDrawState blender::ed::curves::CurveDrawData::state

◆ stroke_elem_pool

◆ surface_offset

◆ use_depth

bool blender::ed::curves::CurveDrawData::use_depth

◆ use_offset

bool blender::ed::curves::CurveDrawData::use_offset

◆ use_plane

bool blender::ed::curves::CurveDrawData::use_plane

◆ use_substeps

bool blender::ed::curves::CurveDrawData::use_substeps

◆ use_surface_offset_absolute

bool blender::ed::curves::CurveDrawData::use_surface_offset_absolute

◆ vc


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