def __init__(self, path=None): """ :param str path: Path to a BVH file. """ BVHReader.__init__(self, path) self._bone = None self._animation = None self._frames = None
def __init__(self, path=None): BVHReader.__init__(self, path) self.frames = []