Start editing your animation sequences with Control Rig in Unreal Engine 5

Поділитися
Вставка
  • Опубліковано 23 лис 2024

КОМЕНТАРІ • 20

  • @lordofthevets7677
    @lordofthevets7677 5 днів тому

    once again Nancy saves me =D I so needed this! pulling the graph onto my second screen while I move the IK around is really helpful too to see if I've done any weird sudden movements - would never have figured out how to add my weapon into the scene and attach to its socket in the sequencer without this thanks so much

  • @Kyrandis
    @Kyrandis 24 дні тому +1

    thanks for such a detailed tut, hope your development for Portabellows goes great, keep the spirit and the willpower going and much support to your endeavours

  • @timlaukai
    @timlaukai 2 місяці тому +1

    This channel is a must for unreal fans

  • @sekker2k446
    @sekker2k446 2 місяці тому +1

    As always you tuts are pure gold! Thanks a lot. I’m a fan of your content

  • @kierankane2857
    @kierankane2857 2 місяці тому

    Another great viudeo! Please keep making them, there aren't enough highly competent Unreal devs making videos.

  • @pacnavo1450
    @pacnavo1450 2 місяці тому +1

    That's pretty cool and useful! Thanks for the tutorial 🥳

  • @omasoreunice5908
    @omasoreunice5908 2 місяці тому +1

    I always love watching your videos, good job🎉

  • @georgeluna6217
    @georgeluna6217 5 днів тому

    4:16 great tutorial! I am using the default GASP and even though in the content browser I can find the CR Mannequin In the bake to control selection I can not find it.. Any idea?

  • @hotsauce7124
    @hotsauce7124 26 днів тому

    Is there a way to add a Pickup/Toss/Throw animation into Lyra player? Thank you for this tutorial!!!

  • @FabricadeBoloGloria
    @FabricadeBoloGloria Місяць тому

    Veryy cool

  • @thugwool
    @thugwool 2 місяці тому

    Very helpful, thank you 😊

  • @Cpt.Tripps
    @Cpt.Tripps 2 місяці тому

    Love your Lyra content.

  • @sisqobmx
    @sisqobmx 2 місяці тому

    good stuff✌

  • @laggyluk
    @laggyluk 2 місяці тому

    did I imagine it or at some point you drag dropped numbers between transform edit boxes?

  • @JumpCatStudio102
    @JumpCatStudio102 2 місяці тому

    Hi, I want to ask if there is a way to use Control rig to remove bone from animation? I want to remove weapon bone out of Paragon character's skeleton to make the weapon separated.

    • @nancedevdiaries
      @nancedevdiaries  2 місяці тому

      As far as I know, not with the control rig, but if you find a way please share! You can seperate the weapon in Blender like this video: ua-cam.com/video/sC7Z_QxZ1I8/v-deo.html.
      Or I'm looking into the skeleton editor that comes with 5.3, it's experimental, in 5.4 it's in Beta. dev.epicgames.com/community/learning/tutorials/0lpO/unreal-engine-skeletal-editor-usage-guide. Solutions online range from having the weapon material be not visible or changing the weapon bone to transform 0,0,0 😅.
      It was possible to delete the Paragon Wukong weapon bones, but very hard to just delete the staff in the skeletal mesh editor, that tool seems super promising, just not there yet.
      Making the weapon separated makes sense, I wonder why these paragon characters come out with weapons skinned to them, it's awesome to have access to them still

    • @nancedevdiaries
      @nancedevdiaries  2 місяці тому +1

      I found a 'hacky' way to remove the weapon mesh by making the staff into clothing then deleting it.
      You can:
      - Open the skeletal mesh
      - Select the staff or weapon
      - right click on it and "Create Clothing Data from Section"
      - Check on the "Remove from mesh", give it some name
      - Click "Create"
      - Open up the clothing window, find your clothing name you just made
      - Right click and "delete"
      So far making the staff mesh section into a cloth and removing it seems to do the trick. You'll probably need to update the physics asset to also remove collisions on the staff/weapon etc.

    • @JumpCatStudio102
      @JumpCatStudio102 2 місяці тому

      @@nancedevdiaries thanks a lot for this trick. It saves a lot of time because with eternal 3d software, i also need to figure out the import settings back into UE.