Blender V2.61 - r43446
|
Public Attributes | |
ViewContext | vc |
bglMats | mats |
Scene * | scene |
Object * | ob |
DerivedMesh * | dm |
PTCacheEdit * | edit |
const int * | mval |
rcti * | rect |
float | rad |
float | dist |
float | dval |
int | select |
float * | dvec |
float | combfac |
float | pufffac |
float | cutfac |
float | smoothfac |
float | weightfac |
float | growfac |
int | totrekey |
int | invert |
int | tot |
float | vec [3] |
Definition at line 338 of file particle_edit.c.
float PEData::combfac |
Definition at line 355 of file particle_edit.c.
Referenced by brush_comb(), and brush_edit_apply().
float PEData::cutfac |
Definition at line 357 of file particle_edit.c.
Referenced by brush_cut(), and brush_edit_apply().
float PEData::dist |
Definition at line 350 of file particle_edit.c.
Referenced by brush_comb(), brush_puff(), foreach_mouse_hit_key(), and foreach_mouse_hit_point().
Definition at line 344 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_puff().
float PEData::dval |
Definition at line 351 of file particle_edit.c.
Referenced by rekey_exec().
float* PEData::dvec |
Definition at line 354 of file particle_edit.c.
Referenced by brush_comb(), and brush_edit_apply().
Definition at line 345 of file particle_edit.c.
Referenced by brush_add(), brush_comb(), brush_cut(), brush_length(), brush_puff(), brush_smooth_do(), brush_weight(), delete_exec(), for_mouse_hit_keys(), foreach_mouse_hit_key(), foreach_mouse_hit_point(), foreach_point(), foreach_selected_key(), foreach_selected_point(), PE_set_data(), rekey_exec(), rekey_particle(), select_key(), select_keys(), select_less_keys(), select_more_keys(), select_root(), select_tip(), set_delete_particle(), set_delete_particle_key(), subdivide_exec(), subdivide_particle(), and toggle_key_select().
float PEData::growfac |
Definition at line 360 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_length().
int PEData::invert |
Definition at line 363 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_puff().
Definition at line 340 of file particle_edit.c.
Referenced by key_test_depth(), and PE_set_view3d_data().
const int* PEData::mval |
Definition at line 347 of file particle_edit.c.
Referenced by brush_add(), brush_cut(), brush_edit_apply(), key_inside_circle(), key_inside_test(), PE_circle_select(), PE_mouse_particles(), and select_linked_exec().
Definition at line 343 of file particle_edit.c.
Referenced by brush_add(), brush_cut(), brush_puff(), delete_exec(), foreach_mouse_hit_key(), PE_mouse_particles(), PE_set_data(), rekey_exec(), rekey_particle(), select_less_exec(), select_linked_exec(), select_more_exec(), select_roots_exec(), select_tips_exec(), subdivide_exec(), and subdivide_particle().
float PEData::pufffac |
Definition at line 356 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_puff().
float PEData::rad |
Definition at line 349 of file particle_edit.c.
Referenced by brush_comb(), brush_cut(), brush_edit_apply(), brush_puff(), for_mouse_hit_keys(), foreach_mouse_hit_key(), foreach_mouse_hit_point(), key_inside_test(), PE_circle_select(), PE_mouse_particles(), and select_linked_exec().
Definition at line 348 of file particle_edit.c.
Referenced by key_inside_rect(), and PE_border_select().
Definition at line 342 of file particle_edit.c.
Referenced by brush_add(), brush_comb(), brush_cut(), brush_puff(), for_mouse_hit_keys(), foreach_mouse_hit_key(), foreach_mouse_hit_point(), PE_set_data(), rekey_exec(), rekey_particle(), select_less_exec(), select_linked_exec(), select_more_exec(), select_roots_exec(), select_tips_exec(), subdivide_exec(), and subdivide_particle().
int PEData::select |
Definition at line 352 of file particle_edit.c.
Referenced by brush_edit_apply(), brush_puff(), PE_border_select(), PE_circle_select(), select_key(), select_keys(), and select_linked_exec().
float PEData::smoothfac |
Definition at line 358 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_smooth_do().
int PEData::tot |
Definition at line 364 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_smooth_get().
int PEData::totrekey |
Definition at line 361 of file particle_edit.c.
Referenced by rekey_exec(), and rekey_particle().
Definition at line 339 of file particle_edit.c.
Referenced by brush_add(), brush_cut(), key_inside_circle(), key_inside_rect(), key_test_depth(), and PE_set_view3d_data().
float PEData::vec[3] |
Definition at line 365 of file particle_edit.c.
Referenced by brush_edit_apply(), brush_smooth_do(), and brush_smooth_get().
float PEData::weightfac |
Definition at line 359 of file particle_edit.c.
Referenced by brush_edit_apply(), and brush_weight().