Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/physics_intern.h
| Show First 20 Lines • Show All 97 Lines • ▼ Show 20 Lines | |||||
| void BOID_OT_state_add(struct wmOperatorType *ot); | void BOID_OT_state_add(struct wmOperatorType *ot); | ||||
| void BOID_OT_state_del(struct wmOperatorType *ot); | void BOID_OT_state_del(struct wmOperatorType *ot); | ||||
| void BOID_OT_state_move_up(struct wmOperatorType *ot); | void BOID_OT_state_move_up(struct wmOperatorType *ot); | ||||
| void BOID_OT_state_move_down(struct wmOperatorType *ot); | void BOID_OT_state_move_down(struct wmOperatorType *ot); | ||||
| /* physics_fluid.c */ | /* physics_fluid.c */ | ||||
| void FLUID_OT_bake(struct wmOperatorType *ot); | void FLUID_OT_bake(struct wmOperatorType *ot); | ||||
| /* physics_manta.c */ | |||||
| void MANTA_OT_bake_data(struct wmOperatorType *ot); | |||||
| void MANTA_OT_free_data(struct wmOperatorType *ot); | |||||
| void MANTA_OT_bake_noise(struct wmOperatorType *ot); | |||||
| void MANTA_OT_free_noise(struct wmOperatorType *ot); | |||||
| void MANTA_OT_bake_mesh(struct wmOperatorType *ot); | |||||
| void MANTA_OT_free_mesh(struct wmOperatorType *ot); | |||||
| void MANTA_OT_bake_particles(struct wmOperatorType *ot); | |||||
| void MANTA_OT_free_particles(struct wmOperatorType *ot); | |||||
| void MANTA_OT_bake_guiding(struct wmOperatorType *ot); | |||||
| void MANTA_OT_free_guiding(struct wmOperatorType *ot); | |||||
| void MANTA_OT_pause_bake(struct wmOperatorType *ot); | |||||
| /* dynamicpaint.c */ | /* dynamicpaint.c */ | ||||
| void DPAINT_OT_bake(struct wmOperatorType *ot); | void DPAINT_OT_bake(struct wmOperatorType *ot); | ||||
| void DPAINT_OT_surface_slot_add(struct wmOperatorType *ot); | void DPAINT_OT_surface_slot_add(struct wmOperatorType *ot); | ||||
| void DPAINT_OT_surface_slot_remove(struct wmOperatorType *ot); | void DPAINT_OT_surface_slot_remove(struct wmOperatorType *ot); | ||||
| void DPAINT_OT_type_toggle(struct wmOperatorType *ot); | void DPAINT_OT_type_toggle(struct wmOperatorType *ot); | ||||
| void DPAINT_OT_output_toggle(struct wmOperatorType *ot); | void DPAINT_OT_output_toggle(struct wmOperatorType *ot); | ||||
| /* physics_pointcache.c */ | /* physics_pointcache.c */ | ||||
| Show All 28 Lines | |||||