mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 19:09:23 +00:00
Merge branch 'nightly' into formatting
This commit is contained in:
commit
8ae86701ac
7 changed files with 142 additions and 63 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue