Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/include/ED_object.h
| Context not available. | |||||
| /* constraints */ | /* constraints */ | ||||
| struct ListBase *get_active_constraints(struct Object *ob); | struct ListBase *get_active_constraints(struct Object *ob); | ||||
| struct ListBase *get_constraint_lb(struct Object *ob, struct bConstraint *con, struct bPoseChannel **r_pchan); | |||||
| struct bConstraint *get_active_constraint(struct Object *ob); | struct bConstraint *get_active_constraint(struct Object *ob); | ||||
| void object_test_constraints(struct Object *ob); | void object_test_constraints(struct Object *ob); | ||||
| Context not available. | |||||