From f3b9ea066eeb2b69b81723c24cb5d9ffdbf0556f Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Sun, 21 Feb 2010 11:05:52 +0000 Subject: Bugfix #21245: "Track to" (Ctrl + T) operator was missing notifier updates Bugfix #21255: Clear track operator did not remove TrackTo constraints too. This could still be made to do Locked Track and other tracking constraints later too, but for now this will do. --- source/blender/blenkernel/BKE_constraint.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/blenkernel/BKE_constraint.h') diff --git a/source/blender/blenkernel/BKE_constraint.h b/source/blender/blenkernel/BKE_constraint.h index 42089e37d63..9c5e89bff76 100644 --- a/source/blender/blenkernel/BKE_constraint.h +++ b/source/blender/blenkernel/BKE_constraint.h @@ -136,6 +136,7 @@ struct bConstraint *add_pose_constraint(struct Object *ob, struct bPoseChannel * int remove_constraint(ListBase *list, struct bConstraint *con); int remove_constraint_index(ListBase *list, int index); +void remove_constraints_type(ListBase *list, short type, short last_only); /* Constraints + Proxies function prototypes */ void extract_proxylocal_constraints(struct ListBase *dst, struct ListBase *src); -- cgit v1.2.3