Blender
V3.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 960 of file DNA_scene_types.h.
char ParticleEditSettings::_pad0[4] |
Definition at line 971 of file DNA_scene_types.h.
ParticleBrushData ParticleEditSettings::brush[7] |
Definition at line 966 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 964 of file DNA_scene_types.h.
Referenced by 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_ref_link(), weight_set_exec(), and WM_toolsystem_ref_sync_from_context().
int ParticleEditSettings::draw_step |
Definition at line 976 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 974 of file DNA_scene_types.h.
Referenced by pe_get_current().
float ParticleEditSettings::emitterdist |
Definition at line 970 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250(), and pe_deflect_emitter().
int ParticleEditSettings::fade_frames |
Definition at line 976 of file DNA_scene_types.h.
Referenced by PE_hide_keys_time().
short ParticleEditSettings::flag |
Definition at line 961 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_thread_context_init_path(), psys_update_path_cache(), and shape_cut_exec().
struct Object* ParticleEditSettings::object |
Definition at line 979 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 968 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 978 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 973 of file DNA_scene_types.h.
Referenced by blo_do_versions_250(), count_selected_keys(), 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 980 of file DNA_scene_types.h.
Referenced by scene_blend_read_lib(), scene_foreach_toolsettings(), shape_cut(), shape_cut_exec(), shape_cut_poll(), and shape_cut_test_point().
short ParticleEditSettings::totaddkey |
Definition at line 963 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250(), and brush_add().
short ParticleEditSettings::totrekey |
Definition at line 962 of file DNA_scene_types.h.
Referenced by blo_do_versions_pre250().