[gnome-getting-started-docs] responding: time for the typewriter effect



commit 36e96593a7169e25b8854be3942408e3a11f41f4
Author: Jakub Steiner <jimmac gmail com>
Date:   Tue Apr 14 11:03:40 2015 +0200

    responding: time for the typewriter effect

 animation/gnome-responding-to-messages.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/animation/gnome-responding-to-messages.py b/animation/gnome-responding-to-messages.py
index 8cfe834..9f71689 100644
--- a/animation/gnome-responding-to-messages.py
+++ b/animation/gnome-responding-to-messages.py
@@ -6,8 +6,8 @@ def typewriteit(scene):
   typewrite2 = bpy.data.objects['typewriter2'].data.body
   typewrite3 = bpy.data.objects['typewriter3'].data.body
   #psani zacina v sekvenci na 152
-  if bpy.context.scene.frame_current >= 152:
-    i = int((bpy.context.scene.frame_current-152)/2)
+  if bpy.context.scene.frame_current >= 146:
+    i = int((bpy.context.scene.frame_current-146)/2)
   else:
     i = 0
   if bpy.context.scene.frame_current >= 640:


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