Show
Ignore:
Timestamp:
03/28/08 17:49:25 (8 months ago)
Author:
JonNeal
Message:

Ticket #950: Cleaned up all files to comply with organisation standards, soy._core and NormalizationCubeMap? ommited.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pysoy/src/scenes/Scene.pxi

    r1192 r1212  
    3030  ''' 
    3131 
     32  ############################################################################ 
     33  # 
     34  # Python functions 
     35  # 
     36   
    3237  def __cinit__(self, *args, **kw) : 
    3338    from soy.colors import gray 
     
    7378    return '<Scene with %s>' % ', '.join(report) 
    7479 
    75  
     80  ############################################################################ 
     81  # 
     82  # C functions 
     83  # 
     84   
    7685  cdef int _loop(self) : 
    7786    cdef int _i, _steps 
     
    262271    ''' 
    263272 
     273  ############################################################################ 
     274  # 
     275  # Properties 
     276  # 
     277   
    264278  property gravity : 
    265279    '''Scene gravity