Author: ArcRiley Date: 2008-02-21 06:49:34 -0500 (Thu, 21 Feb 2008) New Revision: 961
Removed: trunk/pysoy/src/bodies._bodies/Bone.pxi Log: Cleaning up unused stub Deleted: trunk/pysoy/src/bodies._bodies/Bone.pxi =================================================================== --- trunk/pysoy/src/bodies._bodies/Bone.pxi 2008-02-19 21:46:46 UTC (rev 960) +++ trunk/pysoy/src/bodies._bodies/Bone.pxi 2008-02-21 11:49:34 UTC (rev 961) @@ -1,39 +0,0 @@ -# PySoy bodies.Bones Class -# -# Copyright (C) 2006,2007,2008 PySoy Group -# -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program; if not, see http://www.gnu.org/licenses -# -# $Id$ - - -cdef class Bone(Body) : - '''PySoy Bones - - This is an element of soy.bodies.Mesh.armature - ''' - # def _new_(self, object scene=None, *args, **keywords) : - # self._mesh = #the mesh it's part of - # self._scene = self._mesh._scene # just so the ODE stuff still works - - - # cdef int _nvert(self) : # the number of verticies it effects - - # cdef int* _verts(self) : # index numbers of verticies it effects - - # cdef float* _weights(self) : # the amount, 0.0-1.0, it affects each vertex - - - - _______________________________________________ PySoy-SVN mailing list PySoy-SVN@pysoy.org http://www.pysoy.org/mailman/listinfo/pysoy-svn