Author: ShriphaniPalakodety Date: 2008-01-11 21:48:10 +0000 (Fri, 11 Jan 2008) New Revision: 765
Removed: trunk/pysoy/src/materials/E.pxi Modified: trunk/pysoy/src/materials/A.pxi trunk/pysoy/src/materials/B.pxi trunk/pysoy/src/materials/C.pxi trunk/pysoy/src/materials/D.pxi trunk/pysoy/src/materials/P.pxi trunk/pysoy/src/materials/R.pxi trunk/pysoy/src/materials/V.pxi Log: Modified: trunk/pysoy/src/materials/A.pxi =================================================================== --- trunk/pysoy/src/materials/A.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/A.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,6 +14,8 @@ # # 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 Aventurine (Material) : '''PySoy material.Aventurine Property changes on: trunk/pysoy/src/materials/A.pxi ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/pysoy/src/materials/B.pxi =================================================================== --- trunk/pysoy/src/materials/B.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/B.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,6 +14,8 @@ # # 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 Basalt (Material) : '''Pysoy materials.Basalt Property changes on: trunk/pysoy/src/materials/B.pxi ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/pysoy/src/materials/C.pxi =================================================================== --- trunk/pysoy/src/materials/C.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/C.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,8 +14,9 @@ # # 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 Copper (Material) : '''Pysoy materials.Copper Property changes on: trunk/pysoy/src/materials/C.pxi ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/pysoy/src/materials/D.pxi =================================================================== --- trunk/pysoy/src/materials/D.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/D.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -1,4 +1,4 @@ -# PySoy materials.W* classes +# PySoy materials.D* classes # # Copyright (C) 2006,2007,2008 PySoy Group # @@ -14,6 +14,8 @@ # # 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 DarkWood (Material) : '''Pysoy materials.DarkWood Property changes on: trunk/pysoy/src/materials/D.pxi ___________________________________________________________________ Name: svn:keywords + Id Deleted: trunk/pysoy/src/materials/E.pxi =================================================================== --- trunk/pysoy/src/materials/E.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/E.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -1,25 +0,0 @@ -# PySoy materials.E* classes -# -# 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 - -cdef class Emerald (Material) : - '''Pysoy materials.Emerald - - This material is intended to look like an emerald. - ''' - def __init__(self): - self.ambient = soy.colors. - Modified: trunk/pysoy/src/materials/P.pxi =================================================================== --- trunk/pysoy/src/materials/P.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/P.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,6 +14,8 @@ # # 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 Pearl (Material) : '''Pysoy materials.Pearl Property changes on: trunk/pysoy/src/materials/P.pxi ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/pysoy/src/materials/R.pxi =================================================================== --- trunk/pysoy/src/materials/R.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/R.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,6 +14,8 @@ # # 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 Rhodonite (Material) : '''PySoy materials.Rhodonite Property changes on: trunk/pysoy/src/materials/R.pxi ___________________________________________________________________ Name: svn:keywords + Id Modified: trunk/pysoy/src/materials/V.pxi =================================================================== --- trunk/pysoy/src/materials/V.pxi 2008-01-11 21:01:23 UTC (rev 764) +++ trunk/pysoy/src/materials/V.pxi 2008-01-11 21:48:10 UTC (rev 765) @@ -14,6 +14,8 @@ # # 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 VelvetyRed (Material) : '''Pysoy materials.VelvetyRed Property changes on: trunk/pysoy/src/materials/V.pxi ___________________________________________________________________ Name: svn:keywords + Id _______________________________________________ PySoy-SVN mailing list [email protected] http://www.pysoy.org/mailman/listinfo/pysoy-svn
