Path: [ #2789 ] Add a "copy size" constraint

At long last!
This new constraint is pretty simple. Following in the footsteps of such giants as Copy Loc and Copy Rot, it lets you constrain the size of an object/bone to another object/bone, with per axis restrictions.
This commit is contained in:
2006-02-19 17:42:20 +00:00
parent c7b472a54e
commit da6b87abb1
7 changed files with 181 additions and 8 deletions

View File

@@ -591,6 +591,7 @@ enum {
B_CONSTRAINT_ADD_MINMAX,
B_CONSTRAINT_ADD_ROTLIKE,
B_CONSTRAINT_ADD_LOCLIKE,
B_CONSTRAINT_ADD_SIZELIKE,
B_CONSTRAINT_ADD_ACTION,
B_CONSTRAINT_ADD_LOCKTRACK,
B_CONSTRAINT_ADD_FOLLOWPATH,