Revision: 47995
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=47995
Author:   campbellbarton
Date:     2012-06-16 16:50:23 +0000 (Sat, 16 Jun 2012)
Log Message:
-----------
shrink the object struct 8 bytes - remove unused ctime variable.

Modified Paths:
--------------
    trunk/blender/source/blender/makesdna/DNA_object_types.h

Modified: trunk/blender/source/blender/makesdna/DNA_object_types.h
===================================================================
--- trunk/blender/source/blender/makesdna/DNA_object_types.h    2012-06-16 
15:51:52 UTC (rev 47994)
+++ trunk/blender/source/blender/makesdna/DNA_object_types.h    2012-06-16 
16:50:23 UTC (rev 47995)
@@ -165,7 +165,7 @@
        
        unsigned int lay;       /* copy of Base's layer in the scene */
        
-       int pad6;
+       float sf; /* sf is time-offset */
 
        short flag;                     /* copy of Base */
        short colbits DNA_DEPRECATED;           /* deprecated */
@@ -180,8 +180,6 @@
 
        int dupon, dupoff, dupsta, dupend;
 
-       float sf, ctime; /* sf is time-offset, ctime is the objects current 
time (XXX timing needs to be revised) */
-       
        /* during realtime */
 
        /* note that inertia is only called inertia for historical reasons

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to