jackassol 2 Posted July 11, 2019 Hej guys - I have a question. (i attached my example as a scene file) How do I shift a specific keyframe ( the last one ) - based on the "Iteration" in a for each loop? What I wanted to achieve something like this: All cubes starting together with the same speed to move - but they should stop at a different position ( based on the iteration) - (all ease out and ease in). It would be helpful to shift the last keyframe value in a for each loop. Is that possible? All the best. Jack 11.hiplc Share this post Link to post Share on other sites
kleer001 160 Posted July 11, 2019 Off the top of my head I think you're going to have an easier time of it if you animate explicitly with an expression in the translate channel or even better in a wrangle. Unless there's a particular reason you're constrained to keyframes? Share this post Link to post Share on other sites
jackassol 2 Posted July 11, 2019 Because i have over 70 copies in my original scene.... and it's important to have the ease in/out "spline" to control the speed ramps. Share this post Link to post Share on other sites
neokovago 2 Posted July 12, 2019 (edited) check out matt's scene file on this topic. you can find it here http://www.tokeru.com/cgwiki/index.php?title=ForLoops under "Loop with timeshift" section. miss read sry. but i would try a retime with an expression at the "inputrangey". something like originalEndrame-detail("../foreach_meta","iteration",0) Edited July 12, 2019 by neokovago Share this post Link to post Share on other sites
jamesr 58 Posted July 15, 2019 If you want to get more procedural ease in/out you can use the smooth() with pow() functions easythere.hip Share this post Link to post Share on other sites