mirror of
https://github.com/hanetzer/sdraw_mods_cvr.git
synced 2025-09-04 02:49:23 +00:00
VRIK post-update pose
This commit is contained in:
parent
3f6a72898c
commit
6c83ea6930
1 changed files with 5 additions and 0 deletions
|
@ -358,6 +358,11 @@ namespace ml_prm
|
||||||
{
|
{
|
||||||
if(m_enabled)
|
if(m_enabled)
|
||||||
m_vrIK.solver.IKPositionWeight = m_vrIkWeight;
|
m_vrIK.solver.IKPositionWeight = m_vrIkWeight;
|
||||||
|
else
|
||||||
|
{
|
||||||
|
foreach(var l_link in m_boneLinks)
|
||||||
|
l_link.Item2.CopyGlobal(l_link.Item1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Settings
|
// Settings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue