diff --git a/src/hpp/corbaserver/rbprm/rbprmfullbody.py b/src/hpp/corbaserver/rbprm/rbprmfullbody.py index 7a177f30dee9f8bbea94f238889542325e75a53e..2382c2b97479283919edce4d7432dcd26e951b08 100755 --- a/src/hpp/corbaserver/rbprm/rbprmfullbody.py +++ b/src/hpp/corbaserver/rbprm/rbprmfullbody.py @@ -18,7 +18,6 @@ from hpp.corbaserver.rbprm import Client as RbprmClient from hpp.corbaserver.robot import Robot -import hpp.gepetto.blender.exportmotion as em from numpy import array, matrix from hpp_spline import bezier @@ -817,6 +816,7 @@ class FullBody (Robot): # \param configurations list of configurations to save # \param filename outputfile where to export the motion def exportMotion(self, viewer, configurations, filename): + import hpp.gepetto.blender.exportmotion as em em.exportStates(viewer, self.client.robot, configurations, filename) ## Export motion to a format readable by the blender