[gnome-getting-started-docs] simplify the intro



commit 20103de3d31a63b5519857fdfa49402987d44a25
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Jul 12 12:42:56 2013 +0200

    simplify the intro
    
    - it is still something that should probably be dropped:
    
    https://bugzilla.gnome.org/show_bug.cgi?id=703999

 animation/gnome-yelp-intro.blend           |  Bin 1667684 -> 1697976 bytes
 animation/gnomerender.py                   |    2 +-
 animation/part-kbd-launch-help.blend       |  Bin 0 -> 1297724 bytes
 gnome-help/C/figures/gnome-yelp-intro.webm |  Bin 2465046 -> 1236527 bytes
 4 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/animation/gnome-yelp-intro.blend b/animation/gnome-yelp-intro.blend
index 02c6f32..1b61681 100644
Binary files a/animation/gnome-yelp-intro.blend and b/animation/gnome-yelp-intro.blend differ
diff --git a/animation/gnomerender.py b/animation/gnomerender.py
index b241654..ac5258f 100644
--- a/animation/gnomerender.py
+++ b/animation/gnomerender.py
@@ -17,7 +17,7 @@ def render(lang):
   sndfile = "%s/snd.flac" % (sndpath)
   bpy.ops.render.render(animation=True)
   if (not os.path.isfile(sndfile)):
-    #os.mkdir(sndpath)
+    os.mkdir(sndpath)
     bpy.ops.sound.mixdown(filepath=sndfile)
   else:
     print('sound mixed already')
diff --git a/animation/part-kbd-launch-help.blend b/animation/part-kbd-launch-help.blend
new file mode 100644
index 0000000..cdce706
Binary files /dev/null and b/animation/part-kbd-launch-help.blend differ
diff --git a/gnome-help/C/figures/gnome-yelp-intro.webm b/gnome-help/C/figures/gnome-yelp-intro.webm
index 712986e..e0e885b 100644
Binary files a/gnome-help/C/figures/gnome-yelp-intro.webm and b/gnome-help/C/figures/gnome-yelp-intro.webm 
differ


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