Can anyone help me see what I’m missing here?
I’m having some trouble with animating rotz thru a list of states. i need to flip through 6 states, but i can only get 3 and then it skips the last 3
Can anyone help me see what I’m missing here?
I’m having some trouble with animating rotz thru a list of states. i need to flip through 6 states, but i can only get 3 and then it skips the last 3
It looks like the rotations are not from a baseline, but from the current position.
So, the reason the second click sends the gate to -270, is that it is being rotated -250 from the -20 position.
try:
ANIMATE("RotZ",0,-20,-230,-40,40,230,20)
interesting… ill try that, thankyou!
Update, same issue is still happening…
just repeats the first 3 positions and ignores the rest,
also it does look like its working on angle from origin not in steps from current
For some reason it does not like values over 180 degrees.
Use an intermediate custom attribute, the native rotations will simplify and if using more than two rotations, add an extra level or sub (to isolate) as the native will switch one of the other axis…
rotate.skp (24.2 KB)
This works👍 Thanks a ton