DataJuggler.CameraKeys
I thought I was getting a bug in this code:
# local_rotate = get_local_rot(camera)
rotationX = round(decomposed_Transform[1][0], 1)
rotationY = round(decomposed_Transform[1][1], 1)
rotationZ = round(decomposed_Transform[1][2], 1)
Because getting the old value was wrong. Then the bug went away, so I suspect it will come back.