[gnome-getting-started-docs] make intro/launch slower. fix sound. textures. easing.



commit c162635a1c8f7f1f781759084f37081498e80aee
Author: Jakub Steiner <jimmac gmail com>
Date:   Fri Nov 16 15:55:44 2012 +0100

    make intro/launch slower. fix sound. textures. easing.

 animation/gnome-change-wallpaper.blend       |  Bin 1480932 -> 1481604 bytes
 animation/gnome-launching-applications.blend |  Bin 1685484 -> 1696604 bytes
 animation/gnome-launching-applications.py    |   14 +-------------
 animation/gnome-responding-to-messages.blend |  Bin 2686596 -> 2686668 bytes
 animation/gnome-task-switching.blend         |  Bin 2591928 -> 2588292 bytes
 animation/gnome-yelp-intro.blend             |  Bin 1620804 -> 1622332 bytes
 animation/tex/system-settings.png            |  Bin 27765 -> 16061 bytes
 7 files changed, 1 insertions(+), 13 deletions(-)
---
diff --git a/animation/gnome-change-wallpaper.blend b/animation/gnome-change-wallpaper.blend
index d0c36ac..c213cd0 100644
Binary files a/animation/gnome-change-wallpaper.blend and b/animation/gnome-change-wallpaper.blend differ
diff --git a/animation/gnome-launching-applications.blend b/animation/gnome-launching-applications.blend
index bde259f..29b26b6 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 b30300c..8ccf145 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -1,17 +1,6 @@
 import bpy,os,re
 from xml.etree import ElementTree as ET
 
-def typewriteit(scene):
-  #FIXME make this happen only in scene "launching apps - keyboard"
-  typewrite = bpy.data.objects['typewriter'].data.body
-  #psani zacina v sekvenci na 612
-  if bpy.context.scene.frame_current >= 551:
-    i = int((bpy.context.scene.frame_current-551)/3)
-  else:
-    i = 0
-  #print(typewrite, i, typewrite[:i])
-  bpy.data.objects['search'].data.body = typewrite[:i]
-
 def render(lang):
   #bpy.context.scene.render.resolution_percentage =
   #bpy.context.scene.render.use_compositing = 0
@@ -52,6 +41,5 @@ def main():
     render(lang)
     
 if __name__ == '__main__':
-    bpy.app.handlers.frame_change_pre.append(typewriteit)
     main()
-    bpy.app.handlers.frame_change_pre.pop(0)
+
diff --git a/animation/gnome-responding-to-messages.blend b/animation/gnome-responding-to-messages.blend
index 7af87cc..b59d214 100644
Binary files a/animation/gnome-responding-to-messages.blend and b/animation/gnome-responding-to-messages.blend differ
diff --git a/animation/gnome-task-switching.blend b/animation/gnome-task-switching.blend
index df36683..405f3d7 100644
Binary files a/animation/gnome-task-switching.blend and b/animation/gnome-task-switching.blend differ
diff --git a/animation/gnome-yelp-intro.blend b/animation/gnome-yelp-intro.blend
index 3b3d40f..634aa5a 100644
Binary files a/animation/gnome-yelp-intro.blend and b/animation/gnome-yelp-intro.blend differ
diff --git a/animation/tex/system-settings.png b/animation/tex/system-settings.png
index 0781ee7..7428d72 100644
Binary files a/animation/tex/system-settings.png and b/animation/tex/system-settings.png differ



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