gzz-commits
[Top][All Lists]
Advanced

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

[Gzz-commits] gzz/gfx/util papersampler.py


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/gfx/util papersampler.py
Date: Mon, 03 Mar 2003 08:50:49 -0500

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        03/03/03 08:50:49

Modified files:
        gfx/util       : papersampler.py 

Log message:
        bg

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/gfx/util/papersampler.py.diff?tr1=1.6&tr2=1.7&r1=text&r2=text

Patches:
Index: gzz/gfx/util/papersampler.py
diff -u gzz/gfx/util/papersampler.py:1.6 gzz/gfx/util/papersampler.py:1.7
--- gzz/gfx/util/papersampler.py:1.6    Mon Mar  3 07:54:48 2003
+++ gzz/gfx/util/papersampler.py        Mon Mar  3 08:50:49 2003
@@ -14,6 +14,8 @@
 from gfx.util.misc import *
 from gfx.libutil import saveanim    
 
+from gfx.util import misc
+
 import traceback
 
 xs = 1024
@@ -61,7 +63,6 @@
 
     
 def paperscene(vs, seed, opts):
-    putnoc(vs, background((.36, .74, 1.0)))
     scale = 1
     
     cs1 = vs.affineCS(0, "1", 10, .5 * xs, .5 * ys, ys, 0, 0, ys)
@@ -71,6 +72,7 @@
 
 def doFrame(scene, filename):
     vs = w.createVobScene()
+    vs.put(background((.36, .84, 1.0)))
     scene(vs)
     w.renderStill(vs, 0)
     saveanim.saveframe(filename, w)




reply via email to

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