[gnome-getting-started-docs] Timing fixes. Rendered intro.



commit 3f97b5e00ccfaad647a74107454cfabe3d6a19f1
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Nov 13 14:51:40 2012 +0100

    Timing fixes. Rendered intro.

 animation/gnome-task-switching.blend      |  Bin 2608988 -> 2608988 bytes
 animation/gnome-yelp-intro.py             |    2 +-
 getting-started/C/figures/yelp-intro.webm |  Bin 0 -> 4555484 bytes
 3 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/animation/gnome-task-switching.blend b/animation/gnome-task-switching.blend
index 3c94e7b..b082993 100644
Binary files a/animation/gnome-task-switching.blend and b/animation/gnome-task-switching.blend differ
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index 5c5f7b8..8a0fd1d 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -8,7 +8,7 @@ def render(lang):
   renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
-  bpy.context.scene.render.filepath = "//" + renderpath + '/yelp-intro'
+  bpy.context.scene.render.filepath = "//" + renderpath + '/yelp-intro-'
   if (not os.path.isfile(bpy.context.scene.render.frame_path())):
     bpy.ops.render.render(animation=True)
   else:
diff --git a/getting-started/C/figures/yelp-intro.webm b/getting-started/C/figures/yelp-intro.webm
new file mode 100644
index 0000000..c860ce0
Binary files /dev/null and b/getting-started/C/figures/yelp-intro.webm differ



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