Is there a way to access the translation/rotation offset of a constraint via python?
Only the Snap() function is mentioned in the docs, which is only good to set an initial offset.
What I want is to key that offset across different takes in a multitake file, so that each take will ‘remember’ that constraint’s offset.
‘myCons.PropertyList.Find(‘Offset T’).Data’ yields no results.
Anyone has tried something like this?