Blender V4.3
BevelData Struct Reference

Public Attributes

float initial_length [NUM_VALUE_KINDS]
 
float scale [NUM_VALUE_KINDS]
 
NumInput num_input [NUM_VALUE_KINDS]
 
float shift_value [NUM_VALUE_KINDS]
 
float max_obj_scale
 
bool is_modal
 
Vector< BevelObjectStoreob_store
 
int launch_event
 
float mcenter [2]
 
void * draw_handle_pixel
 
short value_mode
 
float segments
 
CurveProfilecustom_profile
 

Detailed Description

Definition at line 75 of file editmesh_bevel.cc.

Member Data Documentation

◆ custom_profile

CurveProfile* BevelData::custom_profile

Definition at line 93 of file editmesh_bevel.cc.

Referenced by edbm_bevel_calc(), and edbm_bevel_init().

◆ draw_handle_pixel

void* BevelData::draw_handle_pixel

Definition at line 89 of file editmesh_bevel.cc.

Referenced by edbm_bevel_exit(), and edbm_bevel_init().

◆ initial_length

◆ is_modal

bool BevelData::is_modal

◆ launch_event

int BevelData::launch_event

Definition at line 87 of file editmesh_bevel.cc.

Referenced by edbm_bevel_invoke(), and edbm_bevel_modal().

◆ max_obj_scale

float BevelData::max_obj_scale

Definition at line 81 of file editmesh_bevel.cc.

Referenced by edbm_bevel_init(), and edbm_bevel_invoke().

◆ mcenter

float BevelData::mcenter[2]

◆ num_input

NumInput BevelData::num_input[NUM_VALUE_KINDS]

◆ ob_store

Vector<BevelObjectStore> BevelData::ob_store

◆ scale

◆ segments

◆ shift_value

float BevelData::shift_value[NUM_VALUE_KINDS]

The current value when shift is pressed. Negative when shift not active.

Definition at line 80 of file editmesh_bevel.cc.

Referenced by edbm_bevel_init(), and edbm_bevel_mouse_set_value().

◆ value_mode


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