Graphics

 View Only
  • 1.  Reverse scene-animation on ANY moment

    Posted 03-25-2018 14:35
    I've gotten a scene with an AVI Sticked into it. This animation reveals the title and continues to a couple of seconds... plusminus 20 seconds.

    Is it possible to jump on any moment to a frame and make a reverse playrange from there back to frame zero?


  • 2.  RE: Reverse scene-animation on ANY moment

    Posted 03-27-2018 15:44
    You can place an event that will "Reverse Direction" on the timeline and also set the same event to play from a particular frame number, just be sure to uncheck "relative".


    #XPression


  • 3.  RE: Reverse scene-animation on ANY moment

    Posted 04-04-2018 06:41
    That's correct, but only possible if you're on that keyframe. And I want it on any moment. sometimes on frame 10 of the movie and sometimes on frame 300...

    #XPression


  • 4.  RE: Reverse scene-animation on ANY moment

    Posted 04-04-2018 10:58
    If you are familiar with scripting; here is what you would do.
    Write a script and assign it to a keyboard hotkey in the Keyboard mapping menu.
    The script will look at the output framebuffers and grab a scene from the output.
    From the scene, get the scenedirector, then take its current position and do a playrange from that position back to 0.

    #XPression