gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/gzz/view/buoy buoymanager.py


From: Matti Katila
Subject: [Gzz-commits] gzz/gzz/view/buoy buoymanager.py
Date: Tue, 11 Feb 2003 09:59:42 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Matti Katila <address@hidden>   03/02/11 09:59:42

Modified files:
        gzz/view/buoy  : buoymanager.py 

Log message:
        doc clearing

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gzz/view/buoy/buoymanager.py.diff?tr1=1.21&tr2=1.22&r1=text&r2=text

Patches:
Index: gzz/gzz/view/buoy/buoymanager.py
diff -u gzz/gzz/view/buoy/buoymanager.py:1.21 
gzz/gzz/view/buoy/buoymanager.py:1.22
--- gzz/gzz/view/buoy/buoymanager.py:1.21       Tue Feb 11 09:53:33 2003
+++ gzz/gzz/view/buoy/buoymanager.py    Tue Feb 11 09:59:42 2003
@@ -63,9 +63,9 @@
        for l in self.links: self.linkReally(*l)
        self.cs[main] = None
         
+        # Interpolation : old buoy -> to new main vp
         if hasattr(self, "animationCS_buoy") and \
                self.animationCS_buoy != None:
-            # Interpolation : buoy -> to main vp
             print 'Do MAIN Animation'
             self.vs.matcher.keymapSingleCoordsys(main, 
self.animationCS_buoy[0][3])
             old_vs = self.animationCS_buoy[1]
@@ -123,11 +123,11 @@
            PopAttrib
        """))
 
+        # Interpolation : old mainvp -> to new buoy
         if hasattr(self, "animationCS_main") and \
                self.animationCS_main != None and \
                linkId == self.animationCS_main[1][1]:
             print 'Main to Buoy interpolation..'
-            # Interpolation : mainvp -> to buoy
             
self.vs.matcher.keymapSingleCoordsys(otherAnchorCS,self.animationCS_main[0])
 
             old_vs = self.animationCS_main[2]




reply via email to

[Prev in Thread] Current Thread [Next in Thread]