Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/physics/physics_intern.h
| Context not available. | |||||
| void PARTICLE_OT_select_all(struct wmOperatorType *ot); | void PARTICLE_OT_select_all(struct wmOperatorType *ot); | ||||
| void PARTICLE_OT_select_roots(struct wmOperatorType *ot); | void PARTICLE_OT_select_roots(struct wmOperatorType *ot); | ||||
| void PARTICLE_OT_select_tips(struct wmOperatorType *ot); | void PARTICLE_OT_select_tips(struct wmOperatorType *ot); | ||||
| void PARTICLE_OT_select_random(struct wmOperatorType *ot); | |||||
| void PARTICLE_OT_select_linked(struct wmOperatorType *ot); | void PARTICLE_OT_select_linked(struct wmOperatorType *ot); | ||||
| void PARTICLE_OT_select_less(struct wmOperatorType *ot); | void PARTICLE_OT_select_less(struct wmOperatorType *ot); | ||||
| void PARTICLE_OT_select_more(struct wmOperatorType *ot); | void PARTICLE_OT_select_more(struct wmOperatorType *ot); | ||||
| Context not available. | |||||
| /* rigidbody_constraint.c */ | /* rigidbody_constraint.c */ | ||||
| void RIGIDBODY_OT_constraint_add(struct wmOperatorType *ot); | void RIGIDBODY_OT_constraint_add(struct wmOperatorType *ot); | ||||
| void RIGIDBODY_OT_constraint_remove(struct wmOperatorType *ot); | void RIGIDBODY_OT_constraint_remove(struct wmOperatorType *ot); | ||||
| void RIGIDBODY_OT_constraints_remove(struct wmOperatorType *ot); | |||||
| /*rigidbody_world.c */ | /*rigidbody_world.c */ | ||||
| void RIGIDBODY_OT_world_add(struct wmOperatorType *ot); | void RIGIDBODY_OT_world_add(struct wmOperatorType *ot); | ||||
| Context not available. | |||||