mottosso / cmdx

Fast and persistent subset of maya.cmds
https://mottosso.com/cmdx
BSD 2-Clause "Simplified" License
193 stars 36 forks source link

Support keyframing of pairBlended attributes #59

Open mottosso opened 3 years ago

mottosso commented 3 years ago

Whenever you keyframe a constrained channel, it'll create a pairBlend. If you then subsequently attempt to..

node["translateX"] = {1: 0.0, 5: 10.0, 7: 11.0}

Then that new animation will break thee pairBlend, rather than get redirected to wherever it's blending.