Skip to content

Conversation

@ms0lr
Copy link
Collaborator

@ms0lr ms0lr commented Dec 2, 2025

image
  • Add PhysicsControl plugin to the project
  • Add PhysicsControlGraph in CBP_SandboxCharacter
  • Enable/Disable physics control during :
  • On Traversal
  • While Pose != Default
  • While in ragdoll mode
  • Switch ragdoll system to use PhysicsControl
  • Add a toggle in Animation Editor Widget

Please, be extra nit-picky as it's my first UE5 PR 😅

ms0lr and others added 10 commits October 23, 2025 22:12
- Enable PhysicsControl plugin
- Add PhysicsControl component to CBP_SandboxCharacter
- Reduce CBP_SandboxCharacter Capsule Component radius (50->15)
- Add a PhysicsControlGraph that manages the bones sets
- Add 2 traversal events in order to enable/disable the collisions on upperbody
- Changed [PreCMCTick -> Tick group] to "PrePhysics"
+ start implementing a fade/lerp to/from physics state
+ Fix physics state doesn't come back to normal when ragdolling while traversal
+ change capsule radius on animation physics toggle
@ms0lr ms0lr requested a review from PolygonHive December 2, 2025 12:46
@ms0lr ms0lr self-assigned this Dec 2, 2025
@ms0lr ms0lr added the enhancement New feature or request label Dec 2, 2025
@PolygonHive
Copy link
Owner

Hey there, first of all this is pretty cool as mentionned before.
I am seeing an issue that we could maybe fix. Sometimes the arm can twist in the opposite direction of where it should go it we next to an obstacle like in the screenshot attached.
If we can find a solution to this, the rest looks pretty clean.
image
image

@PolygonHive
Copy link
Owner

Also the ragdoll seems broken if we enter it with an OverlayPose active

ms0lr added 2 commits December 8, 2025 13:36
- Ragdoll while OverlayPose active bug =>Remove IsPhysicsActivated check on ragdoll start/end
- "broken arms" interaction => Tweak upper arms/lower arms constraints (child rotation to -40)
@ms0lr
Copy link
Collaborator Author

ms0lr commented Dec 8, 2025

Hello @PolygonHive!

Issues mentioned should be fixed! I didn't encounter any other bug, so I hope everything is good now 😁

As for the arm-twisting issue, this is what I've been able to get tweaking values in PA_UEFN_Mannequin :
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants