|
Hi,
I have a constraint on which I would like to key the translation offset, rotation offset and weight at the current time and one frame before.
All of them should key the values they have at when I run this script.
I have looked at the help docs, but I don’t quite get it
what i have right now is this for finding the constraints.
for c in lCons:
if (c.LongName == propName or c.LongName == offCons):
c.Active = False
c.Snap ()
Any idea ???
Thanks
|
|
|