gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] libvob/vob putil/effects.py demo/irregu.py


From: Janne V. Kujala
Subject: [Gzz-commits] libvob/vob putil/effects.py demo/irregu.py
Date: Mon, 14 Apr 2003 09:44:02 -0400

CVSROOT:        /cvsroot/libvob
Module name:    libvob
Changes by:     Janne V. Kujala <address@hidden>        03/04/14 09:44:02

Modified files:
        vob/putil      : effects.py 
        vob/demo       : irregu.py 

Log message:
        package naming fixes

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/putil/effects.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/libvob/libvob/vob/demo/irregu.py.diff?tr1=1.1&tr2=1.2&r1=text&r2=text

Patches:
Index: libvob/vob/demo/irregu.py
diff -u libvob/vob/demo/irregu.py:1.1 libvob/vob/demo/irregu.py:1.2
--- libvob/vob/demo/irregu.py:1.1       Thu Apr 10 10:00:19 2003
+++ libvob/vob/demo/irregu.py   Mon Apr 14 09:44:02 2003
@@ -26,8 +26,8 @@
 from org.nongnu.libvob.gl import GL, GLRen
 from math import sin,cos,pi
 
-from org.nongnu.libvob.putil.misc import *
-from org.nongnu.libvob.putil.effects import *
+from vob.putil.misc import *
+from vob.putil.effects import *
 
 class Scene:
     def __init__(self):
@@ -131,9 +131,9 @@
 
        vs.matcher.add(cs2, "2")
 
-        if self.type == "square":
-            cs2 = vs.coords.affine(cs2, 0, -1, -1, 2, 0, 0, 2 )
-            vs.matcher.add(cs2, "2box")
+        #if self.type == "square":
+        cs2 = vs.coords.affine(cs2, 0, -1, -1, 2, 0, 0, 2 )
+        vs.matcher.add(cs2, "2box")
             
         cs1 = vs.coords.affine(0, 10, 600, 450,
                                self.scale * 150,
Index: libvob/vob/putil/effects.py
diff -u libvob/vob/putil/effects.py:1.1 libvob/vob/putil/effects.py:1.2
--- libvob/vob/putil/effects.py:1.1     Thu Apr 10 10:00:19 2003
+++ libvob/vob/putil/effects.py Mon Apr 14 09:44:02 2003
@@ -25,8 +25,8 @@
 from org.nongnu.libvob.gl import GL, GLRen, Paper, GLCache, IrregularFrame
 import java 
 import math
-from org.nongnu.libvob.putil.nvcode import parseCombiner
-from org.nongnu.libvob.paper.texcache import getCachedTexture
+from vob.putil.nvcode import parseCombiner
+from vob.paper.texcache import getCachedTexture
 
 class IrreguFrame(IrregularFrame):
     dicefactor = .4




reply via email to

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