#Is this Livelink a tick function, or

1 messages · Page 1 of 1 (latest)

viral pollen
#

I just can´t figure out how I can possibly deactive the live link event, so it only runs when I want it to run, not constantly, as its tanking my viewport performance massively. I´m fine with that as long as I work on the animation, but once I´m done I´d like to deactivate it with a button. Or only call it when my sequencer is playing in editor or while rendering.

#

uh...I think I got it.
Its not ideal yet, but its actually rather simple:

  1. Create a custom event in the sequencer, make it a repeater.
  2. In the repeater event simply hook it up to the animation update function.
  3. Set it to "call in editor".
    Boom. Animation plays in sequencer, but only when the sequencer is active.