Control Rig quick start guide! Basics, IK/FK spine, IK/FK arm & in-game leg IK!

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

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

  • @Rydn
    @Rydn 11 месяцев назад +8

    I'm doing a masters in UE development.
    Still, I learn WAY more from your videos. You enter a topic nose down, and force us to learn a lot of interconnected features of whatever you are interested in.
    ❤ Your content! I'll 100% support your patreon next month!

    • @ghislaingirardot
      @ghislaingirardot  11 месяцев назад +1

      Thanks, that means a lot! I try my best to bring something new to the table and dive deeper than most tutorials out there. I don't always succeed in making sense but oh well :D Thanks for your feedback & support, much appreciated!

    • @Shrooblord
      @Shrooblord 8 месяцев назад

      Even "throwaway" lines like the 2cm offset coming from the Character Movement Component when you're doing the Leg IK Offset near the end -- stuff like that I would've never thought to chase down but now I have arrived at some deeper understanding of how the systems interact. Great stuff!!

  • @jamaalsineke2405
    @jamaalsineke2405 Месяц назад +1

    Hi this was very deep and detailed and Iwant to say thank you. I want to understand your point at 27:02....why do we need two rigs and how do we get the two rigs to influence/talk to each other? Do they share a skeleton? If not where are you hiding/keeping the one rig and which one do you show in game?

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

    legend

  • @BryanHoward
    @BryanHoward 9 месяцев назад +1

    Great tutorial! Coming from Maya rigging, Control Rig looks great with things such as backwards solve. Very much different paradigm in comparison to maya. With the construction event it’s kinda like the way you’d build a python auto rigging script in maya.
    IK/FK switching rigs in Maya are generally done with a 3rd joint chain that is part of the main joint chain of the rig. The IK and FK joint chains act as weighted targets for the blend chain usually as a float value 0-1 and that value drives orient constraints of the blend joints to the IK and FK joint chains. Animators like this because they can animate the blend if for example a character needs to switch from a more natural FK arm movement to an IK pickup a glass off the table movement. It’s interesting how in Control Rig you don’t have to do such things because you can implement it a backwards solve. Similar things can be done in maya but usually feel like hacks involving python to calculate the new positions. Certainly not as clean as Control Rig.
    The movement in IK/FK switching looks like it either due to the node calculating the plane for the pole vector or possibly there is a small offset on one of the controls in the initial value. My gut feeling is it’s something to do with that node. Could be checked by isolating that node and verifying that it's positioning the output onto the plane for the pole vector. Honestly if it's a bug it's probably not too difficult to create a function and calculate the trig + offset value for the pole vector position.

    • @ghislaingirardot
      @ghislaingirardot  9 месяцев назад

      Ty! Yep I do quite a bit of rigging here and there in Blender and I'm used to the old school approach as well. One chain for FK, one for IK, one for Blend. Then one more for stretch/tweaks and so on. It definitely feels a lot more clean in Control Rig. But then it has its downsides. In the end I kinda prefer rigging in Blender still, and I definitely prefer to animate in Blender, although UE has cool space switching features and whatnot already. The pole bug, I dunno, I haven't investigated it at all since :D Ty for the feedback

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

    Merci Ghislain ! ça va super vite et il faut s'accrocher mais c'est très intéressant et utile ! Contrairement à d'autres vidéos YT, tu maitrises ton sujet à la perfection

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

      Merci pour ton retour! J'ai tendance à faire des montages assez denses oui, dsl. Surtout celui ci, c'est pas mon meilleur 😅

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

    it is great to see on details and all the great features. I wonder if there is any consideration on this spine rig with backward solve to baking process? if any suggestions, it would be awesome to hear!

  • @VictorMartinez-cu9gj
    @VictorMartinez-cu9gj 10 месяцев назад

    I am currently trying build a control right with an ik/fk switch. This was the only video in all of youtube that had an explanation on how to build it. Unfortunately, it was still very confusing. You quickly thumbed through the most important part of the video and just showed the nodes with going into more detail about how to make it. I am not super well versed in the process of building control rigs so that might be my issue. Additionally, I am using a different method to make the controls so if i attempted to follow along i would have had to restart from scratch.

  • @shingAMarie
    @shingAMarie 8 месяцев назад +1

    Can you redo this tutorial going slower and explaining each thing you do. I feel like when you add things you just go way too fast and the mouse moves fast and it makes it hard to follow.

    • @ghislaingirardot
      @ghislaingirardot  8 месяцев назад +1

      This is the wrong video to watch if you want an introduction to control rig :)
      There are plenty of videos showcasing the basics of control rig in great details, there's no point for me to do one more. This video is meant to shed some light on some more, undocumented, adanced examples. Thanks for watching & your feedback!

    • @shingAMarie
      @shingAMarie 8 месяцев назад

      @@ghislaingirardot 👍🤭

  • @StrayVertex
    @StrayVertex 11 месяцев назад +1

    Super cool! ❤

  • @RogerHazelwood
    @RogerHazelwood 11 месяцев назад +1

    super helpfull for me, thanks!

  • @hotsauce7124
    @hotsauce7124 10 месяцев назад

    Can you please do a tutorial how Bungie man does the squash and stretch with morph targets?

  • @naza0777
    @naza0777 11 месяцев назад

    im not sure but i think the double transform its because of keep adding the same element to variables, in control rig every global variable should be rested in the construction nod to prevent that.

    • @ghislaingirardot
      @ghislaingirardot  11 месяцев назад

      I'm not sure I'm following. I only set global variables once in the construction event.

    • @naza0777
      @naza0777 11 месяцев назад

      everytime you compile the variable keep adding the same elements to the variable and then calculate twice everything using it, it needs to be cleared in the construction nod

    • @ghislaingirardot
      @ghislaingirardot  11 месяцев назад

      @@naza0777I don't add to the array though. It's set from a local array output from a function. That local array's size is fixed to 4 entries and I use SetAt to update its elements, so both local & global array never grow and don't need to be cleared.

  • @hotsauce7124
    @hotsauce7124 6 месяцев назад

    Hello in UE5 control Rig, have you created an IK leg with a reverse foot setup from a Blender 4 Rigify Rig?

  • @hotsauce7124
    @hotsauce7124 9 месяцев назад

    If a collection of controls are in an array, is there a way to scale all the controls at once to a specific scale? Instead of scaling the controls one by one?

  • @Kuuribro
    @Kuuribro 8 месяцев назад

    Can you please point me to something that explains what that "Make Absolute" node at 21:07 does?
    I know you said you'd have to make a whole course on space switching to explain that, so I won't ask you to make that. But I am going insane trying to understand just what that node does and I have found *nothing* that explains it
    I have absolutely 0 concept why anything labelled "Absolute" would have a PARENT input that changes its math. I don't... get it, and it's used in a ton of Control Rig examples, and I have to understand it to modify or pick apart any of them.

    • @ghislaingirardot
      @ghislaingirardot  8 месяцев назад

      You might want to have a look at my 'stylized grass course' video. It sounds like it has nothing to do with control rig, but I made quite an effort to explain world/local/absolute space transforms, so that might help. Essentially it's just a way to tweak a location/rotation/scale so that the reference point/origin is no longer X but Y. Say the world origin, to the origin of a bone, or the other way around. It lets you do maths and move pivot points around, pretty much. Hard to explain

    • @Kuuribro
      @Kuuribro 8 месяцев назад

      @@ghislaingirardot
      But that's what "Make Relative" is for, isnt it? Do transform stuff in relation to something else.
      "Make Absolute" should have an *absolute* output, not something that can be modified by putting in a parent, thats the hurdle where I get stuck.
      I've even tried making test cases with chains or joints, individual points, various parenting, axis markers on everything, and it just doesnt make sense. I can't parse the output it's giving me, even using simple blocks in space of 10 units.
      Like, I understand what World and Local spaces are, I've done some shader work with these things, but this converting transform math is breaking my head.
      Also, I'm trying to watch that video, and it's not applying to this. I understand world and local *positions*, world and local space, but the way Absolute is used here is how I understand it. Absolute World Space, absolute = ultimate, the world coordinates, regardless any other objects. Camera space stuff gets mathed on top of that.
      Plus you're applying everything on a use case that modifies pivots that have all been set at 000 to start. That's not the case in this rigging, which also has a bunch of stuff rotated in various ways, relative to its own initial value and to other objects.
      I'm sorry but this grass shader video isn't filling in what I need to make sense of the Make Absolute node in Control Rig here. Do you know of any other resources that break it down?

    • @ghislaingirardot
      @ghislaingirardot  8 месяцев назад

      @@Kuuribro Yeah well, control rig is confusing to say the least. Especially considering what control rig considers as 'local space' is technically 'parent space' but that's another thing entirely... Sadly, no I don't have other resources that explains it. But absolute space has to be based on a parent, the way I see it, it does the inverse of what make relative does. See if using draw debug functions in control rig can help you figure out what it does. That's as much as I can help :D best of luck!

  • @abdoulraoufgambo
    @abdoulraoufgambo 7 месяцев назад

    très bon contenu !

  • @hotsauce7124
    @hotsauce7124 9 месяцев назад

    Is there a way to connect a morph target to UE5 Control Rig?

    • @ghislaingirardot
      @ghislaingirardot  9 месяцев назад

      No idea!

    • @Kuuribro
      @Kuuribro 8 месяцев назад

      Yes, you can. Check the "Content Examples" pack of assets UE5 gives out as demos for a lot of things.

    • @hotsauce7124
      @hotsauce7124 8 месяцев назад

      Sorry, the Content Examples are very hard to understand. There are a lot of wires and functions with variables; too difficult to understand
      @@Kuuribro

  • @medmel2160
    @medmel2160 11 месяцев назад +1

    bonjour.

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

    this is not basic its very advance level and the process is very fast

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

      Sry about that, not my best one :)

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

      @@ghislaingirardotno need to be sorry about anything for noobs like me i should understand the basics than follow your tutorial