/[gzz]/gzz/gfx/demo/fillets.py
ViewVC logotype

Diff of /gzz/gfx/demo/fillets.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by tjl, Fri Nov 15 08:11:44 2002 UTC revision 1.11 by tjl, Sun Nov 17 11:04:52 2002 UTC
# Line 574  def globalkey(k): Line 574  def globalkey(k):
574          sc.scene(vs1)          sc.scene(vs1)
575          sc.key("p")          sc.key("p")
576          sc.scene(vs2)          sc.scene(vs2)
577          saveanim.savesequence(w, "tmpfilm/frame0.", vs1, vs2, 40)          s = { "x" : 20, "y" : 20, "w" : 600, "h" : 600 }
578          saveanim.savesequence(w, "tmpfilm/frame1.", vs2, vs1, 20)          saveanim.savesequence(w, "tmpfilm/frame0.", vs1, vs2, 30, **s)
579            saveanim.savesequence(w, "tmpfilm/frame1.", vs2, vs1, 20, **s)
580    
581          saveanim.encodefilm("tmpfilm/frame*", "filletfilm.avi")          saveanim.encodefilm("tmpfilm/frame\\*", "filletfilm.avi")
582    
583      return 0      return 0
584    

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26