|
Blender V4.3
|
#include <DNA_scene_types.h>
Public Attributes | |
| short | flag |
| short | totrekey |
| short | totaddkey |
| short | brushtype |
| ParticleBrushData | brush [7] |
| void * | paintcursor |
| float | emitterdist |
| char | _pad0 [4] |
| int | selectmode |
| int | edittype |
| int | draw_step |
| int | fade_frames |
| struct Scene * | scene |
| struct Object * | object |
| struct Object * | shape_object |
Particle Edit Mode Settings.
Definition at line 1075 of file DNA_scene_types.h.
| char ParticleEditSettings::_pad0[4] |
Definition at line 1086 of file DNA_scene_types.h.
| ParticleBrushData ParticleEditSettings::brush[7] |
Definition at line 1081 of file DNA_scene_types.h.
Referenced by blo_do_versions_250(), blo_do_versions_270(), blo_do_versions_pre250(), brush_add(), brush_drawcursor(), brush_edit_apply(), brush_puff(), scene_init_data(), and weight_set_exec().
| short ParticleEditSettings::brushtype |
Definition at line 1079 of file DNA_scene_types.h.
Referenced by blender::draw::overlay::Particles::begin_sync(), blo_do_versions_280(), brush_drawcursor(), brush_edit_apply(), brush_puff(), disconnect_hair(), OVERLAY_edit_particle_cache_init(), OVERLAY_particle_cache_init(), psys_cache_edit_paths(), toolsystem_brush_activate_from_toolref_for_object_particle(), weight_set_exec(), and WM_toolsystem_ref_sync_from_context().
| int ParticleEditSettings::draw_step |
Definition at line 1091 of file DNA_scene_types.h.
Referenced by brush_cut(), psys_cache_edit_paths(), psys_thread_context_init_path(), and shape_cut().
| int ParticleEditSettings::edittype |
Definition at line 1089 of file DNA_scene_types.h.
Referenced by pe_get_current().
| float ParticleEditSettings::emitterdist |
Definition at line 1085 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250(), and pe_deflect_emitter().
| int ParticleEditSettings::fade_frames |
Definition at line 1091 of file DNA_scene_types.h.
Referenced by PE_hide_keys_time().
| short ParticleEditSettings::flag |
Definition at line 1076 of file DNA_scene_types.h.
Referenced by blo_do_versions_280(), blo_do_versions_pre250(), brush_add(), brush_comb(), brush_edit_apply(), createTransParticleVerts(), DRW_object_is_visible_psys_in_active_context(), iterate_lengths_iter(), particle_undosys_step_decode(), PE_apply_lengths(), pe_deflect_emitter(), pe_get_current(), PE_hide_keys_time(), pe_iterate_lengths(), PE_update_object(), psys_cache_paths(), psys_thread_context_init_path(), psys_update_path_cache(), and shape_cut_exec().
| struct Object* ParticleEditSettings::object |
Definition at line 1094 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), pe_get_current(), scene_blend_read_data(), and scene_foreach_toolsettings().
| void* ParticleEditSettings::paintcursor |
Runtime.
Definition at line 1083 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), scene_blend_read_data(), and toggle_particle_cursor().
| struct Scene* ParticleEditSettings::scene |
Definition at line 1093 of file DNA_scene_types.h.
Referenced by BKE_toolsettings_copy(), pe_get_current(), scene_blend_read_data(), and scene_foreach_toolsettings().
| int ParticleEditSettings::selectmode |
Definition at line 1088 of file DNA_scene_types.h.
Referenced by blender::draw::overlay::Particles::begin_sync(), count_selected_keys(), createTransParticleVerts(), for_mouse_hit_keys(), foreach_mouse_hit_key(), foreach_mouse_hit_key_iter(), foreach_mouse_hit_point(), OVERLAY_edit_particle_cache_init(), OVERLAY_particle_cache_init(), PE_hide_keys_time(), and PE_lasso_select().
| struct Object* ParticleEditSettings::shape_object |
Definition at line 1095 of file DNA_scene_types.h.
Referenced by scene_foreach_toolsettings(), shape_cut(), shape_cut_exec(), shape_cut_poll(), and shape_cut_test_point().
| short ParticleEditSettings::totaddkey |
Definition at line 1078 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250(), and brush_add().
| short ParticleEditSettings::totrekey |
Definition at line 1077 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250().