UE4 Animation Modifier-Automated Foot Sync Markers-

Поделиться
HTML-код
  • Опубликовано: 1 янв 2025

Комментарии • 15

  • @unrealdevop
    @unrealdevop 2 года назад

    Great Video, I messed up near the end and placed that 'Index == 0' before the Do Once rather then after but once I fixed that it worked flawlessly.

  • @lorryburger8165
    @lorryburger8165 2 года назад

    I had just utilized sync markers to smooth out blends, this makes my work flow even easier!

  • @animian
    @animian 4 года назад

    this is just awsome stuff man!been waiting for someone to start making tuts on this method/approach!looking forward to ur next line up of tus to reach the end goal here :)

  • @omegablast2002
    @omegablast2002 3 года назад

    excellent tutorial, thank you

  • @ОлександраШляхова-ы1у

    Great video, thenk you so much

  • @MadPonyInteractive
    @MadPonyInteractive 4 года назад +1

    Thanks for the video, its a shame its still an experimental class but I'll save it for watch later in case it gets fully implemented

  • @pascalmoscato20
    @pascalmoscato20 3 года назад +2

    Awesome idea and excellent tutorial.
    I was just wondering how you would tackle the same concept if the foot animation could be going in any direction (ie backward or strafing) so the transition from positive to negative doesn't apply. I'm thinking of something like, if it goes from neg to pos (or reverse) AND the height position is close to 0.

    • @lorryburger8165
      @lorryburger8165 2 года назад

      Did you work this out? I think you have to work out from the first frame to the last frame which direction the root motion is going, but I bet turns will be tricky

    • @pascalmoscato20
      @pascalmoscato20 2 года назад +1

      @@lorryburger8165 I found that using the root motion direction to set the quadrant in which you compare positive and negative work pretty well. But you have to get the root's direction updated every frame by putting the previous frame in a var. This and comparing feet together from current frame and previous frame to determine contact and passing also work pretty damn well.

  • @idirbelaid2837
    @idirbelaid2837 4 года назад

    thank you for the tutorial,
    can we use this to sync between RunStart an Run animations ?

  • @Sto08
    @Sto08 3 года назад

    hi~master~
    how do i solve foot sliding,do you have solution about this in your patreon? thanks~

    • @TechAnimStudios
      @TechAnimStudios  3 года назад

      There's not any specific video on my patreon page.
      But you can follow my distance matching videos, hope that will help you out.
      Thanks 😊

  • @Ruumablood
    @Ruumablood 3 года назад

    My sync curve is straight, I ran over the video a few times but cant find my mistake...

    • @Cintrisax01
      @Cintrisax01 3 года назад

      Same issue here, did you find a solution?

    • @jyc8291
      @jyc8291 3 года назад

      @@Cintrisax01 I ran into the same issue and realized that I had mistakenly plugged the wrong loop index into the 'Get Bone Pose for Frame' node. Be sure to plug the frame index (i.e. the output of the 'For Each Loop' node), not the bone index (i.e. the output of the 'For Each Loop with Break' node) into the 'Get Bone Pose for Frame' node.