def getRot():
rotateT = cmds.getAttr(objB + ".rotate") #gets rotation from objB
currentFrame = cmds.currentTime(query=True) #gets current frame.
rotBuffer[currentFrame] = rotateT[0] #adds the key:value for the frame:rotation
评论列表
文章目录