Merge branch 'nightly' into formatting

This commit is contained in:
SDraw 2025-08-17 09:57:41 +03:00 committed by GitHub
commit 8ae86701ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 142 additions and 63 deletions

View file

@ -347,6 +347,7 @@ namespace ml_prm
BipedRagdollCreator.Options l_options = BipedRagdollCreator.AutodetectOptions(m_puppetReferences);
l_options.joints = RagdollCreator.JointType.Character;
l_options.fixFootColliderRotation = false;
BipedRagdollCreator.Create(m_puppetReferences, l_options);
Transform[] l_puppetTransforms = m_puppetReferences.GetRagdollTransforms();