[gnome-getting-started-docs] fix typing sync



commit f54d289dde2206fd9d008c430d7951632eee5e28
Author: Jakub Steiner <jimmac gmail com>
Date:   Wed Nov 14 19:12:22 2012 +0100

    fix typing sync

 animation/gnome-launching-applications.blend |  Bin 1685484 -> 1685484 bytes
 animation/gnome-launching-applications.py    |    4 ++--
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/animation/gnome-launching-applications.blend b/animation/gnome-launching-applications.blend
index 37f9d97..bde259f 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 5de27df..b30300c 100644
--- a/animation/gnome-launching-applications.py
+++ b/animation/gnome-launching-applications.py
@@ -5,8 +5,8 @@ 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 >= 612:
-    i = int((bpy.context.scene.frame_current-612)/3)
+  if bpy.context.scene.frame_current >= 551:
+    i = int((bpy.context.scene.frame_current-551)/3)
   else:
     i = 0
   #print(typewrite, i, typewrite[:i])



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