[gnome-getting-started-docs] make renderpath local to the animation. it will be transcoded into the final webm



commit ddbd626b573760f982f05f9d1bdecbf2b650c3ab
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Nov 8 14:04:33 2012 +0100

    make renderpath local to the animation. it will be transcoded into the final webm

 animation/gnome-change-wallpaper.blend             |  Bin 1478312 -> 1478292 bytes
 animation/gnome-change-wallpaper.py                |    2 +-
 animation/gnome-launching-applications.blend       |  Bin 1683376 -> 1683356 bytes
 animation/gnome-launching-applications.py          |    2 +-
 animation/gnome-responding-to-messages.blend       |  Bin 2187244 -> 2187224 bytes
 animation/gnome-responding-to-messages.py          |    2 +-
 animation/gnome-task-switching.blend               |  Bin 2625016 -> 2608196 bytes
 animation/gnome-task-switching.py                  |    2 +-
 animation/gnome-yelp-intro.blend                   |  Bin 1533296 -> 1533276 bytes
 animation/gnome-yelp-intro.py                      |    2 +-
 .../C/figures/changing-wallpaper-0001-0467.ogg     |  Bin 2764614 -> 0 bytes
 .../C/figures/launching-apps-0001-0718.ogg         |  Bin 5733751 -> 0 bytes
 .../C/figures/responding-to-messages-0001-0734.ogg |  Bin 3207712 -> 0 bytes
 getting-started/C/figures/yelp-intro0001-0535.ogg  |  Bin 4284214 -> 0 bytes
 .../cs/figures/changing-wallpaper-0001-0467.ogg    |  Bin 2764667 -> 0 bytes
 .../cs/figures/launching-apps-0001-0718.ogg        |  Bin 5766894 -> 0 bytes
 .../figures/responding-to-messages-0001-0718.ogg   |  Bin 3149557 -> 0 bytes
 .../figures/responding-to-messages-0001-0734.ogg   |  Bin 1148409 -> 0 bytes
 .../cs/figures/task-switching-0001-0734.ogg        |  Bin 3527395 -> 0 bytes
 getting-started/cs/figures/yelp-intro0001-0535.ogg |  Bin 4284635 -> 0 bytes
 20 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/animation/gnome-change-wallpaper.blend b/animation/gnome-change-wallpaper.blend
index bf660e4..3997622 100644
Binary files a/animation/gnome-change-wallpaper.blend and b/animation/gnome-change-wallpaper.blend differ
diff --git a/animation/gnome-change-wallpaper.py b/animation/gnome-change-wallpaper.py
index e0985fd..526b905 100644
--- a/animation/gnome-change-wallpaper.py
+++ b/animation/gnome-change-wallpaper.py
@@ -5,7 +5,7 @@ def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
   bpy.context.scene.render.use_sequencer = 1
-  renderpath = '../getting-started/'+lang+'/figures'
+  renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
   bpy.context.scene.render.filepath = "//" + renderpath + '/changing-wallpaper-'
diff --git a/animation/gnome-launching-applications.blend b/animation/gnome-launching-applications.blend
index e0f5008..d0c4619 100644
Binary files a/animation/gnome-launching-applications.blend and b/animation/gnome-launching-applications.blend differ
diff --git a/animation/gnome-launching-applications.py b/animation/gnome-launching-applications.py
index 96d2fd8..a08cf1d 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -16,7 +16,7 @@ def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
   bpy.context.scene.render.use_sequencer = 1
-  renderpath = '../getting-started/'+lang+'/figures'
+  renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
   bpy.context.scene.render.filepath = "//" + renderpath + '/launching-apps-'
diff --git a/animation/gnome-responding-to-messages.blend b/animation/gnome-responding-to-messages.blend
index c8e292c..4e4f1e2 100644
Binary files a/animation/gnome-responding-to-messages.blend and b/animation/gnome-responding-to-messages.blend differ
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
index c9ace37..7e70736 100644
--- a/animation/gnome-responding-to-messages.py
+++ b/animation/gnome-responding-to-messages.py
@@ -21,7 +21,7 @@ def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
   bpy.context.scene.render.use_sequencer = 1
-  renderpath = '../getting-started/'+lang+'/figures'
+  renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
   bpy.context.scene.render.filepath = "//" + renderpath + '/responding-to-messages-'
diff --git a/animation/gnome-task-switching.blend b/animation/gnome-task-switching.blend
index 223ca76..7629cb3 100644
Binary files a/animation/gnome-task-switching.blend and b/animation/gnome-task-switching.blend differ
diff --git a/animation/gnome-task-switching.py b/animation/gnome-task-switching.py
index 7d81ce0..c0be8d7 100644
--- a/animation/gnome-task-switching.py
+++ b/animation/gnome-task-switching.py
@@ -15,7 +15,7 @@ def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
   bpy.context.scene.render.use_sequencer = 1
-  renderpath = '../getting-started/'+lang+'/figures'
+  renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
   bpy.context.scene.render.filepath = "//" + renderpath + '/task-switching-'
diff --git a/animation/gnome-yelp-intro.blend b/animation/gnome-yelp-intro.blend
index 8acddaa..446f09e 100644
Binary files a/animation/gnome-yelp-intro.blend and b/animation/gnome-yelp-intro.blend differ
diff --git a/animation/gnome-yelp-intro.py b/animation/gnome-yelp-intro.py
index cdcd8f1..1dcbe9b 100644
--- a/animation/gnome-yelp-intro.py
+++ b/animation/gnome-yelp-intro.py
@@ -5,7 +5,7 @@ def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
   bpy.context.scene.render.use_sequencer = 1
-  renderpath = '../getting-started/'+lang+'/figures'
+  renderpath = '//sequence/'+lang
   if (not renderpath):
     os.mkdir(renderpath)
   bpy.context.scene.render.filepath = "//" + renderpath + '/yelp-intro'



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