reroot to rigtransform::prepareData old path to rig::buildvertexinfluence

This commit is contained in:
Julien Valentin
2017-08-28 15:59:13 +02:00
parent 7659b23f38
commit 2aab28149f
4 changed files with 9 additions and 9 deletions

View File

@@ -118,11 +118,6 @@ void RigGeometry::computeMatrixFromRootSkeleton()
void RigGeometry::update()
{
if (!getRigTransformImplementation())
{
_rigTransformImplementation = new RigTransformSoftware;
}
RigTransform& implementation = *getRigTransformImplementation();
(implementation)(*this);
}