Importing Animations into Godot (the best way!)

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

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

  • @notthatnda
    @notthatnda 2 месяца назад

    From blender 4.3 onwards, possibly 4.4 the action data block in Blender will be system wide and any number of objects will be able to have tracks in the same animation making this workflow so much simpler.

    • @michaeljburt
      @michaeljburt  2 месяца назад

      Interesting. I did not know that!

  • @theezrim
    @theezrim 5 месяцев назад +2

    Hey man I appreciate you making these videos! Your tutorials and add-ons literally save me an ungodly amount of hours!

  • @runhidesleepeat
    @runhidesleepeat 13 дней назад

    This! This is exactly what I needed! Thank you so much!

  • @Defaultsound
    @Defaultsound 5 месяцев назад +2

    Nice information to know regarding the naming of strips, did not know that. For the isolating strips in Blender, the checkboxes next to the padlock on each one lets you disable/enable which NLA strip is active. IIRC its the top most active one will preview. Also pressing Tab on a selected strip will let you enter that strip to edit the keyframes, pressing tab again exits "Edit Mode" for that strip.

    • @michaeljburt
      @michaeljburt  5 месяцев назад +1

      Oh that's nice! Just tried out using tab, as well as the checkboxes. That works exactly as you described. I'm one step closer to actually understanding NLA...

    • @Defaultsound
      @Defaultsound 5 месяцев назад +1

      @@michaeljburt Yea NLA needs some work, like you said those 3 different names just adds confusion. I think this is being worked on for the animation rework iirc.

  • @rremnar
    @rremnar Месяц назад

    If you had 50+ objects, imagine the pain staking work, to do that. I don't recall needing to push them all into NLA tracks, then renaming them, to get them to be all in 1 animation in Godot. In blender, on the gltf export settings, Animation, set the animation mode to Active actions merged. I'd have to test this since it's been a long time since I've done a cell fracture animation for Godot.

    • @michaeljburt
      @michaeljburt  Месяц назад

      When you have a blender file with multiple actions spread across different objects, the import pipeline completely breaks down. NLA tracks remedies that. At least this is how it was in Godot 4.2.1 might be better now.

  • @GameFactsSpecial
    @GameFactsSpecial 5 месяцев назад

    This is exactly what I was looking for. Thank you so much. Share this on a few places I asked about this very thing.

  • @RossUnger
    @RossUnger 5 месяцев назад

    Thank you! Ive been trying to solve this problem and I'm so happy there's such an easy solution

  • @furyhammer1657
    @furyhammer1657 5 месяцев назад

    Short and straight to the point! Thanks!

  • @mkjyt1
    @mkjyt1 5 месяцев назад

    Very helpful! Awesome content.

  • @GameFactsSpecial
    @GameFactsSpecial 5 месяцев назад

    Sadly mine is still coming through as separate animations, one of them gets appended with a 2. I think it might have to do with one of the animations being shape keys animating. Oof. Still very helpful video, I have more information to work off of now.

    • @michaeljburt
      @michaeljburt  5 месяцев назад +1

      Sorry about thag. Hope you find a solution. Shapekey animation is still something I need to dig into...

    • @GameFactsSpecial
      @GameFactsSpecial 5 месяцев назад

      @@michaeljburt it was still helpful no worries. Ultimately I think putting them into rig under an armature with a driver is the industry approach. But I still am getting rigging down. So I don't even know how to do what I just said...

  • @eclipsexvii2649
    @eclipsexvii2649 3 месяца назад

    random question, how do i get that thing in the bottom right that tells me xyz, size, objects, primitives and draw calls?
    also, video gud, informative
    :v

    • @michaeljburt
      @michaeljburt  3 месяца назад

      I think the three little dots in the 3D viewport and then near the bottom there's a Stats button

    • @eclipsexvii2649
      @eclipsexvii2649 3 месяца назад

      thankyou, thats gonna be a really useful tool to have on screen

  • @TrifectShow
    @TrifectShow 5 месяцев назад

    One of the things I wonder is how to use bones to deform the model.
    I tried importing it but Godot didn't seem to support it, Godot supports basic transformations, but it doesn't seem like there is a way to have it work with bones that deform the model.

    • @michaeljburt
      @michaeljburt  5 месяцев назад

      Hmm, it should. I've loaded lots of rigged character models into Godot without too many issues. As long as you have an object parented to an armature, it's weight painted properly, and the animations are set up, then it should run in Godot. I did a video series on rigging ans animating a Zombie character, you should take a look at that

    • @TrifectShow
      @TrifectShow 5 месяцев назад

      @@michaeljburt Guess, I'll watch your tutorial on that.
      I was using fancier NLA animations, but I baked it into keyframes.
      And it still had no affect.

  • @GlitchingMind
    @GlitchingMind 2 месяца назад +1

    Step 1: Delete The Cube
    Step 2: Add A Cube

  • @CPU3pt14159
    @CPU3pt14159 55 минут назад

    thank goodness someone else thinks the nla stuff in blender is stupidly complicated. Not a good system. It all feels like a hack.