|
Blender V4.3
|
Go to the source code of this file.
| void BOID_OT_rule_add | ( | wmOperatorType * | ot | ) |
Definition at line 64 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::prop, RNA_def_enum(), rna_enum_boidrule_type_items, rule_add_exec(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by operatortypes_boids().
| void BOID_OT_rule_del | ( | wmOperatorType * | ot | ) |
Definition at line 113 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_del_exec().
Referenced by operatortypes_boids().
| void BOID_OT_rule_move_down | ( | wmOperatorType * | ot | ) |
Definition at line 188 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_move_down_exec().
Referenced by operatortypes_boids().
| void BOID_OT_rule_move_up | ( | wmOperatorType * | ot | ) |
Definition at line 152 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and rule_move_up_exec().
Referenced by operatortypes_boids().
| void BOID_OT_state_add | ( | wmOperatorType * | ot | ) |
Definition at line 223 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_add_exec().
Referenced by operatortypes_boids().
| void BOID_OT_state_del | ( | wmOperatorType * | ot | ) |
Definition at line 272 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_del_exec().
Referenced by operatortypes_boids().
| void BOID_OT_state_move_down | ( | wmOperatorType * | ot | ) |
Definition at line 346 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_move_down_exec().
Referenced by operatortypes_boids().
| void BOID_OT_state_move_up | ( | wmOperatorType * | ot | ) |
Definition at line 310 of file particle_boids.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and state_move_up_exec().
Referenced by operatortypes_boids().
| void DPAINT_OT_bake | ( | wmOperatorType * | ot | ) |
Definition at line 521 of file dynamicpaint_ops.cc.
References wmOperatorType::description, dynamicpaint_bake_exec(), ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_dynamicpaint().
| void DPAINT_OT_output_toggle | ( | wmOperatorType * | ot | ) |
Definition at line 262 of file dynamicpaint_ops.cc.
References wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, output_toggle_exec(), wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), and wmOperatorType::srna.
Referenced by operatortypes_dynamicpaint().
| void DPAINT_OT_surface_slot_add | ( | wmOperatorType * | ot | ) |
Add surface slot.
Definition at line 83 of file dynamicpaint_ops.cc.
References wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and surface_slot_add_exec().
Referenced by operatortypes_dynamicpaint().
| void DPAINT_OT_surface_slot_remove | ( | wmOperatorType * | ot | ) |
Remove surface slot.
Definition at line 131 of file dynamicpaint_ops.cc.
References wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and surface_slot_remove_exec().
Referenced by operatortypes_dynamicpaint().
| void DPAINT_OT_type_toggle | ( | wmOperatorType * | ot | ) |
Definition at line 181 of file dynamicpaint_ops.cc.
References BLT_I18NCONTEXT_ID_SIMULATION, wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, MOD_DYNAMICPAINT_TYPE_CANVAS, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), RNA_def_property_translation_context(), rna_enum_prop_dynamicpaint_type_items, wmOperatorType::srna, and type_toggle_exec().
Referenced by operatortypes_dynamicpaint().
| void FLUID_OT_bake_all | ( | wmOperatorType * | ot | ) |
Definition at line 683 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_ALL, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_bake_data | ( | wmOperatorType * | ot | ) |
Definition at line 709 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_DATA, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_bake_guides | ( | wmOperatorType * | ot | ) |
Definition at line 813 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_GUIDES, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_bake_mesh | ( | wmOperatorType * | ot | ) |
Definition at line 761 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_MESH, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_bake_noise | ( | wmOperatorType * | ot | ) |
Definition at line 735 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_NOISE, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_bake_particles | ( | wmOperatorType * | ot | ) |
Definition at line 787 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_bake_exec(), fluid_bake_invoke(), fluid_bake_modal(), FLUID_JOB_BAKE_PARTICLES, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_all | ( | wmOperatorType * | ot | ) |
Definition at line 697 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_ALL, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_data | ( | wmOperatorType * | ot | ) |
Definition at line 723 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_DATA, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_guides | ( | wmOperatorType * | ot | ) |
Definition at line 827 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_GUIDES, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_mesh | ( | wmOperatorType * | ot | ) |
Definition at line 775 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_MESH, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_noise | ( | wmOperatorType * | ot | ) |
Definition at line 749 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_NOISE, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_free_particles | ( | wmOperatorType * | ot | ) |
Definition at line 801 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, fluid_free_exec(), FLUID_JOB_FREE_PARTICLES, wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void FLUID_OT_pause_bake | ( | wmOperatorType * | ot | ) |
Definition at line 839 of file physics_fluid.cc.
References wmOperatorType::description, ED_operator_object_active_editable(), wmOperatorType::exec, FLUID_JOB_BAKE_PAUSE, fluid_pause_exec(), wmOperatorType::idname, wmOperatorType::name, ot, and wmOperatorType::poll.
Referenced by operatortypes_fluid().
| void OBJECT_OT_particle_system_add | ( | wmOperatorType * | ot | ) |
Definition at line 86 of file particle_object.cc.
References wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, particle_system_add_exec(), and wmOperatorType::poll.
Referenced by operatortypes_particle().
| void OBJECT_OT_particle_system_remove | ( | wmOperatorType * | ot | ) |
Definition at line 135 of file particle_object.cc.
References wmOperatorType::description, ED_operator_object_active_local_editable(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, particle_system_remove_exec(), and wmOperatorType::poll.
Referenced by operatortypes_particle().
| void PARTICLE_OT_brush_edit | ( | wmOperatorType * | ot | ) |
Definition at line 5072 of file particle_edit.cc.
References brush_edit_cancel(), brush_edit_exec(), brush_edit_invoke(), brush_edit_modal(), brush_edit_poll(), wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_BLOCKING, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, PROP_HIDDEN, PROP_SKIP_SAVE, RNA_def_collection_runtime(), RNA_def_property_flag(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_connect_hair | ( | wmOperatorType * | ot | ) |
Definition at line 972 of file particle_object.cc.
References connect_hair_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_copy_particle_systems | ( | wmOperatorType * | ot | ) |
Definition at line 1292 of file particle_object.cc.
References copy_particle_systems_exec(), copy_particle_systems_poll(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PAR_COPY_SPACE_OBJECT, PAR_COPY_SPACE_WORLD, wmOperatorType::poll, RNA_def_boolean(), RNA_def_enum(), space_items, and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_delete | ( | wmOperatorType * | ot | ) |
Definition at line 3501 of file particle_edit.cc.
References DEL_PARTICLE, delete_exec(), delete_type_items, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_hair_poll(), wmOperatorType::poll, wmOperatorType::prop, RNA_def_enum(), wmOperatorType::srna, and WM_menu_invoke().
Referenced by operatortypes_particle().
| void PARTICLE_OT_disconnect_hair | ( | wmOperatorType * | ot | ) |
Definition at line 667 of file particle_object.cc.
References wmOperatorType::description, disconnect_hair_exec(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_UNDO, ot, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_duplicate_particle_system | ( | wmOperatorType * | ot | ) |
Definition at line 1361 of file particle_object.cc.
References wmOperatorType::description, duplicate_particle_systems_exec(), duplicate_particle_systems_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_dupliob_copy | ( | wmOperatorType * | ot | ) |
Definition at line 486 of file particle_object.cc.
References copy_particle_dupliob_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by operatortypes_particle().
| void PARTICLE_OT_dupliob_move_down | ( | wmOperatorType * | ot | ) |
Definition at line 571 of file particle_object.cc.
References wmOperatorType::description, dupliob_move_down_exec(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by operatortypes_particle().
| void PARTICLE_OT_dupliob_move_up | ( | wmOperatorType * | ot | ) |
Definition at line 446 of file particle_object.cc.
References wmOperatorType::description, dupliob_move_up_exec(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by operatortypes_particle().
| void PARTICLE_OT_dupliob_refresh | ( | wmOperatorType * | ot | ) |
Definition at line 407 of file particle_object.cc.
References wmOperatorType::description, dupliob_refresh_exec(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by operatortypes_particle().
| void PARTICLE_OT_dupliob_remove | ( | wmOperatorType * | ot | ) |
Definition at line 530 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and remove_particle_dupliob_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_edited_clear | ( | wmOperatorType * | ot | ) |
Definition at line 5614 of file particle_edit.cc.
References clear_edited_exec(), wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, particle_edit_toggle_poll(), and wmOperatorType::poll.
Referenced by operatortypes_particle().
| void PARTICLE_OT_hide | ( | wmOperatorType * | ot | ) |
Definition at line 2544 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, hide_exec(), wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_mirror | ( | wmOperatorType * | ot | ) |
Definition at line 3729 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, mirror_exec(), mirror_poll(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and wmOperatorType::poll.
Referenced by operatortypes_particle().
| void PARTICLE_OT_new | ( | wmOperatorType * | ot | ) |
Definition at line 197 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, new_particle_settings_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and psys_poll().
Referenced by operatortypes_particle().
| void PARTICLE_OT_new_target | ( | wmOperatorType * | ot | ) |
Definition at line 247 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, new_particle_target_exec(), OPTYPE_REGISTER, OPTYPE_UNDO, and ot.
Referenced by operatortypes_particle().
| void PARTICLE_OT_particle_edit_toggle | ( | wmOperatorType * | ot | ) |
Definition at line 5560 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, particle_edit_toggle_exec(), particle_edit_toggle_poll(), and wmOperatorType::poll.
Referenced by operatortypes_particle().
| void PARTICLE_OT_rekey | ( | wmOperatorType * | ot | ) |
Definition at line 2844 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_hair_poll(), wmOperatorType::poll, rekey_exec(), RNA_def_int(), wmOperatorType::srna, and WM_operator_props_popup().
Referenced by operatortypes_particle().
| void PARTICLE_OT_remove_doubles | ( | wmOperatorType * | ot | ) |
Definition at line 3314 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_hair_poll(), wmOperatorType::poll, remove_doubles_exec(), RNA_def_float(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_reveal | ( | wmOperatorType * | ot | ) |
Definition at line 2596 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, reveal_exec(), RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_all | ( | wmOperatorType * | ot | ) |
Definition at line 1814 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), pe_select_all_exec(), wmOperatorType::poll, and WM_operator_properties_select_all().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_less | ( | wmOperatorType * | ot | ) |
Definition at line 2666 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, and select_less_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_linked | ( | wmOperatorType * | ot | ) |
Definition at line 2204 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, and select_linked_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_linked_pick | ( | wmOperatorType * | ot | ) |
Definition at line 2250 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll_view3d(), wmOperatorType::poll, RNA_def_boolean(), RNA_def_int_vector(), select_linked_pick_exec(), select_linked_pick_invoke(), and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_more | ( | wmOperatorType * | ot | ) |
Definition at line 2738 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, and select_more_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_random | ( | wmOperatorType * | ot | ) |
Definition at line 2160 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, wmOperatorType::prop, RAN_HAIR, RNA_def_enum(), select_random_exec(), select_random_type_items, wmOperatorType::srna, and WM_operator_properties_select_random().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_roots | ( | wmOperatorType * | ot | ) |
Definition at line 2000 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, SEL_SELECT, select_roots_exec(), and WM_operator_properties_select_action().
Referenced by operatortypes_particle().
| void PARTICLE_OT_select_tips | ( | wmOperatorType * | ot | ) |
Definition at line 2075 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll(), wmOperatorType::poll, SEL_SELECT, select_tips_exec(), and WM_operator_properties_select_action().
Referenced by operatortypes_particle().
| void PARTICLE_OT_shape_cut | ( | wmOperatorType * | ot | ) |
Definition at line 5290 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, shape_cut_exec(), and shape_cut_poll().
Referenced by operatortypes_particle().
| void PARTICLE_OT_subdivide | ( | wmOperatorType * | ot | ) |
Definition at line 3216 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_hair_poll(), wmOperatorType::poll, and subdivide_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_target_move_down | ( | wmOperatorType * | ot | ) |
Definition at line 377 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and target_move_down_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_target_move_up | ( | wmOperatorType * | ot | ) |
Definition at line 338 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and target_move_up_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_target_remove | ( | wmOperatorType * | ot | ) |
Definition at line 296 of file particle_object.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, and remove_particle_target_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_unify_length | ( | wmOperatorType * | ot | ) |
Definition at line 5731 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_poll_view3d(), wmOperatorType::poll, and unify_length_exec().
Referenced by operatortypes_particle().
| void PARTICLE_OT_weight_set | ( | wmOperatorType * | ot | ) |
Definition at line 3373 of file particle_edit.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, PE_hair_poll(), wmOperatorType::poll, RNA_def_float(), wmOperatorType::srna, and weight_set_exec().
Referenced by operatortypes_particle().
| void PE_create_particle_edit | ( | Depsgraph * | depsgraph, |
| Scene * | scene, | ||
| Object * | ob, | ||
| PointCache * | cache, | ||
| ParticleSystem * | psys ) |
Initialize needed data for bake edit.
Definition at line 5311 of file particle_edit.cc.
References BKE_modifiers_findby_name(), BKE_ptcache_mem_pointers_incr(), BKE_ptcache_mem_pointers_seek(), BLI_listbase_clear(), BLI_listbase_is_empty(), BPHYS_DATA_LOCATION, BPHYS_DATA_ROTATION, BPHYS_DATA_VELOCITY, BPHYS_TOT_DATA, HairKey::co, DEG_get_evaluated_object(), depsgraph, ParticleSystem::edit, PointCache::edit, HairKey::editflag, ListBase::first, ParticleSystem::flag, PointCache::flag, PTCacheEditKey::flag, float, ParticleSystem::free_edit, PointCache::free_edit, ParticleData::hair, int, KEY_K, LISTBASE_FOREACH, LOOP_KEYS, LOOP_POINTS, PointCache::mem_cache, MEM_callocN, ParticleSystemModifierData::mesh_final, ParticleSystemModifierData::modifier, ModifierData::name, ParticleSystem::particles, PTCacheEdit::pathcache, PTCacheEdit::pathcachebufs, PE_free_ptcache_edit(), PE_update_object(), PEK_USE_WCO, PEP_EDIT_RECALC, POINT_P, PTCacheEdit::points, PTCacheEdit::psmd, PTCacheEdit::psmd_eval, PTCacheEdit::psys, psys_copy_particles(), PTCacheEdit::psys_eval, psys_eval_get(), psys_get_modifier(), PSYS_GLOBAL_HAIR, PTCACHE_DISK_CACHE, recalc_emitter_field(), recalc_lengths(), HairKey::time, ParticleData::totkey, ParticleSystem::totpart, PTCacheEdit::totpoint, and update_world_cos().
Referenced by pe_get_current().
| void PTCACHE_OT_add | ( | wmOperatorType * | ot | ) |
Definition at line 434 of file physics_pointcache.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_add_new_exec(), and ptcache_add_remove_poll().
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_bake | ( | wmOperatorType * | ot | ) |
Definition at line 346 of file physics_pointcache.cc.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_bake_cancel(), ptcache_bake_exec(), ptcache_bake_invoke(), ptcache_bake_modal(), ptcache_poll(), RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_bake_all | ( | wmOperatorType * | ot | ) |
Definition at line 288 of file physics_pointcache.cc.
References wmOperatorType::cancel, wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::modal, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_bake_all_poll(), ptcache_bake_cancel(), ptcache_bake_exec(), ptcache_bake_invoke(), ptcache_bake_modal(), RNA_def_boolean(), and wmOperatorType::srna.
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_bake_from_cache | ( | wmOperatorType * | ot | ) |
Definition at line 379 of file physics_pointcache.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_bake_from_cache_exec(), and ptcache_poll().
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_free_bake | ( | wmOperatorType * | ot | ) |
Definition at line 365 of file physics_pointcache.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_free_bake_exec(), and ptcache_poll().
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_free_bake_all | ( | wmOperatorType * | ot | ) |
Definition at line 307 of file physics_pointcache.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_bake_all_poll(), and ptcache_free_bake_all_exec().
Referenced by operatortypes_pointcache().
| void PTCACHE_OT_remove | ( | wmOperatorType * | ot | ) |
Definition at line 448 of file physics_pointcache.cc.
References wmOperatorType::description, wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, ptcache_add_remove_poll(), and ptcache_remove_exec().
Referenced by operatortypes_pointcache().
| void recalc_emitter_field | ( | Depsgraph * | depsgraph, |
| Object * | ob, | ||
| ParticleSystem * | psys ) |
Calculate a tree for finding nearest emitter's vertices.
Definition at line 1439 of file particle_edit.cc.
References add_v3_v3(), add_v3_v3v3(), CD_MFACE, copy_v3_v3(), CustomData_get_layer(), ParticleSystem::edit, PTCacheEdit::emitter_cosnos, PTCacheEdit::emitter_field, MEM_callocN, MEM_freeN(), ParticleSystemModifierData::mesh_final, mul_v3_fl(), nor, normalize_v3(), PTCacheEdit::psmd_eval, MFace::v1, MFace::v2, MFace::v3, and MFace::v4.
Referenced by copy_particle_edit(), ED_object_particle_edit_mode_enter_ex(), and PE_create_particle_edit().
| void recalc_lengths | ( | PTCacheEdit * | edit | ) |
Set current distances to be kept between neighboring keys.
Definition at line 1422 of file particle_edit.cc.
References KEY_K, len_v3v3(), LOOP_EDITED_POINTS, and POINT_P.
Referenced by brush_edit_apply(), copy_particle_edit(), delete_exec(), PE_create_particle_edit(), rekey_exec(), scale_points_to_length(), shape_cut_exec(), and subdivide_exec().
| void RIGIDBODY_OT_constraint_add | ( | wmOperatorType * | ot | ) |
Definition at line 150 of file rigidbody_constraint.cc.
References wmOperatorType::description, ED_operator_rigidbody_con_add_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RBC_TYPE_FIXED, rigidbody_con_add_exec(), RNA_def_enum(), rna_enum_rigidbody_constraint_type_items, and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_constraint_remove | ( | wmOperatorType * | ot | ) |
Definition at line 197 of file rigidbody_constraint.cc.
References wmOperatorType::description, ED_operator_rigidbody_con_active_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and rigidbody_con_remove_exec().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_mass_calculate | ( | wmOperatorType * | ot | ) |
Definition at line 526 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_active_poll(), wmOperatorType::exec, wmOperatorType::flag, FLT_MAX, wmOperatorType::idname, wmOperatorType::invoke, mass_calculate_poll_property(), wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::poll_property, wmOperatorType::prop, PROP_ENUM_NO_TRANSLATE, rigidbody_materials_itemf(), rigidbody_objects_calc_mass_exec(), RNA_def_enum(), RNA_def_enum_funcs(), RNA_def_float(), RNA_def_property_flag(), rna_enum_dummy_DEFAULT_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_object_add | ( | wmOperatorType * | ot | ) |
Definition at line 125 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_add_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RBO_TYPE_ACTIVE, rigidbody_object_add_exec(), RNA_def_enum(), rna_enum_rigidbody_object_type_items, and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_object_remove | ( | wmOperatorType * | ot | ) |
Definition at line 176 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_active_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and rigidbody_object_remove_exec().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_objects_add | ( | wmOperatorType * | ot | ) |
Definition at line 220 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_add_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RBO_TYPE_ACTIVE, rigidbody_objects_add_exec(), RNA_def_enum(), rna_enum_rigidbody_object_type_items, and wmOperatorType::srna.
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_objects_remove | ( | wmOperatorType * | ot | ) |
Definition at line 271 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_active_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and rigidbody_objects_remove_exec().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_shape_change | ( | wmOperatorType * | ot | ) |
Definition at line 321 of file rigidbody_object.cc.
References wmOperatorType::description, ED_operator_rigidbody_active_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, wmOperatorType::prop, RB_SHAPE_TRIMESH, rigidbody_objects_shape_change_exec(), RNA_def_enum(), rna_enum_rigidbody_object_shape_items, wmOperatorType::srna, and WM_menu_invoke().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_world_add | ( | wmOperatorType * | ot | ) |
Definition at line 74 of file rigidbody_world.cc.
References wmOperatorType::description, ED_rigidbody_world_add_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and rigidbody_world_add_exec().
Referenced by operatortypes_particle().
| void RIGIDBODY_OT_world_export | ( | wmOperatorType * | ot | ) |
Definition at line 174 of file rigidbody_world.cc.
References wmOperatorType::description, ED_rigidbody_world_active_poll(), wmOperatorType::exec, FILE_DEFAULTDISPLAY, FILE_SAVE, FILE_SORT_DEFAULT, FILE_SPECIAL, FILE_TYPE_FOLDER, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::invoke, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, rigidbody_world_export_exec(), rigidbody_world_export_invoke(), WM_FILESEL_RELPATH, and WM_operator_properties_filesel().
| void RIGIDBODY_OT_world_remove | ( | wmOperatorType * | ot | ) |
Definition at line 113 of file rigidbody_world.cc.
References wmOperatorType::description, ED_rigidbody_world_active_poll(), wmOperatorType::exec, wmOperatorType::flag, wmOperatorType::idname, wmOperatorType::name, OPTYPE_REGISTER, OPTYPE_UNDO, ot, wmOperatorType::poll, and rigidbody_world_remove_exec().
Referenced by operatortypes_particle().
| void update_world_cos | ( | Object * | ob, |
| PTCacheEdit * | edit ) |
Definition at line 1536 of file particle_edit.cc.
References copy_v3_v3(), ParticleSystem::edit, ParticleSystem::flag, ParticleSettings::from, KEY_K, LOOP_KEYS, LOOP_POINTS, ParticleSystemModifierData::mesh_final, mul_m4_v3(), ParticleSystem::part, ParticleSystem::particles, POINT_P, PTCacheEdit::psmd_eval, PTCacheEdit::psys, PSYS_GLOBAL_HAIR, and psys_mat_hair_to_global().
Referenced by brush_edit_apply(), copy_particle_edit(), mirror_exec(), PE_create_particle_edit(), PE_update_object(), and shape_cut_exec().