--- src/osgAnimation.i.orig 2009-12-21 20:28:00.000000000 +0100 +++ src/osgAnimation.i 2009-12-21 20:32:48.000000000 +0100 @@ -54,6 +54,13 @@ // ignore nested stuff +%ignore osgAnimation::RigGeometry::getInfluenceMap; +%ignore osgAnimation::RigGeometry::setInfluenceMap; +%ignore osgAnimation::RigGeometry::getVertexInfluenceSet; +%ignore osgAnimation::RigGeometry::setVertexInfluenceSet; +%ignore osgAnimation::RigGeometry::getRigTransformImplementation; +%ignore osgAnimation::RigGeometry::setRigTransformImplementation; + // not sure why this needs ignoring but it generates an undefined symbol if it isn't ignored %ignore osgAnimation::Bone::needLink;