svn merge -r40140:r40148 https://svn.blender.org/svnroot/bf-blender/trunk/blender
This commit is contained in:
@@ -316,8 +316,8 @@ bool BL_SkinDeformer::UpdateInternal(bool shape_applied)
|
||||
/* duplicate */
|
||||
for (int v =0; v<m_bmesh->totvert; v++)
|
||||
{
|
||||
VECCOPY(m_transverts[v], m_bmesh->mvert[v].co);
|
||||
VECCOPY(m_transnors[v], m_bmesh->mvert[v].no);
|
||||
copy_v3_v3(m_transverts[v], m_bmesh->mvert[v].co);
|
||||
normal_short_to_float_v3(m_transnors[v], m_bmesh->mvert[v].no);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user