Customizing character height and body propotions in Unreal Engine

Поділитися
Вставка
  • Опубліковано 13 січ 2025

КОМЕНТАРІ • 16

  • @Xodroc
    @Xodroc 11 місяців тому +3

    Instead of creating single frame animations or an additive, You can also create a "Pose Asset" to hold all your skeletal "poses" and give it the same name as the morph target, then you can use modify curve in your anim BP it will control both, then in the animBP you call "Evaluate Pose Asset" which will allow you to blend different poses+morphs with ease. I also use a Pose Asset that contains skeletal poses for all footwear, which gets triggered based on a data table when equipping.

    • @Pixelboyable
      @Pixelboyable 10 місяців тому +1

      Where do I find Evaluate Pose Asset, I can't see any reference to it in the docs.

    • @Xodroc
      @Xodroc 10 місяців тому

      @@Pixelboyable Assuming you figured out how to create the Pose Asset itself. In your Anim BP right click and type "evaluate", near the top you should find "Evaluate Pose". Then you can select the pose asset you created. It should be the last node before the final pose output. Also, in the Pose Asset itself, make sure to set the "Retarget Source Asset" to your main character mesh or it can glitch.

  • @MrPyCCkuu1
    @MrPyCCkuu1 11 місяців тому +3

    1:53 - 1:55
    I'm not quite sure what you did with the bones and skeleton?
    Did you just move them to the appropriate places with G (Move)?

  • @mrcyberpunk
    @mrcyberpunk Рік тому +1

    im not even working in unreal but this is a great explanation on how to add custom height to a rig. Thanks.

  • @alexmercer6703
    @alexmercer6703 Рік тому

    i cant correct Daz armature becos many bones

  • @wb7575
    @wb7575 Рік тому

    hey there do you still have a discord group? the link on your about page is expired

    • @squeezypixels
      @squeezypixels  Рік тому

      Yes, there is a Discord, I was sure I made the link permanent. I will update the updated link discord.gg/qYtEq2ukDX

  • @alexmercer6703
    @alexmercer6703 Рік тому

    This can work on unity???

  • @UnknownUser69698
    @UnknownUser69698 9 місяців тому

    Can you use this method to make 2 different deformations at the same time? Like adjusting the character height and width of the shoulders separately?

  • @GitGudOrDieTrying
    @GitGudOrDieTrying Рік тому

    Could you please tell how did you make a corrective pose? In pose mode my armature's hands and legs are to long sticking out of the mesh, and when I'm trying to move them with G they only rotate. If I adjust them in edit mode it's messes up everything. I'm using a Mixamo rig

    • @squeezypixels
      @squeezypixels  Рік тому +1

      Hi. You need to disconnect bones. Armature edit mode -> select all bones -> Alt + P -> Disconnect Bone. After that you will be able to move bones in pose mod with G

    • @GitGudOrDieTrying
      @GitGudOrDieTrying Рік тому

      @@squeezypixels Thanks a lot, that fixed everything 🙂 I also checked Make Human, this tool is increasable! But with Make Human I now run into new problem, which is the mesh and the armature falls on their face in edit mode 😂 I tried different import/export/methods and MH rigs, googled a lot, but had no luck fixing that. Do you by any chance know how to fix that as well? Or maybe share what rig do you use? Or give me a hint to what should I search for?
      It doesn't affect much and even import well into UE and works with my animations but I have a feel of "something incredibly wrong here" each time I see that poor character smashing viewport's grid each time I enter edit mode

    • @GitGudOrDieTrying
      @GitGudOrDieTrying Рік тому

      I found a solution for that, in case some one will run into the same issue:
      Instead of creating a model in MH, I installed a NH Blender plugin. After exporting a MH character created inside of Blender with the addon as FBX and importing it back the mesh and the armature worked as expected, without strange transforms in edit mode