2

Trying to rotate objects by setting copy location from already rotating empty, and driver, as a influence controller for every object. I have 10 objects, but i'd like to set an offset, so every object will rotate few frames after previous one. How should I achive this result?

I have Animation Nodes, so I can try this way, but don't know how.

user53826
  • 197
  • 2
  • 2
  • 10

1 Answers1

1

You can set a delay with the "Delay Time" node in Animation Nodes and then restraining the animation with a "Math" node set to "Maximum" :

enter image description here

Result :

enter image description here

Gorgious
  • 30,723
  • 2
  • 44
  • 101