[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [32808] trunk/blender/source/blender/ editors/include/ED_screen_types.h: Patch: [#24479] fix for bug 24474, by Anthony Edlin.

Thomas Dinges dingto at gmx.de
Mon Nov 1 11:23:35 CET 2010


Revision: 32808
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32808
Author:   dingto
Date:     2010-11-01 11:22:46 +0100 (Mon, 01 Nov 2010)

Log Message:
-----------
Patch: [#24479] fix for bug 24474, by Anthony Edlin. Thanks!

This fixes [#24474] Pressing <Shift Alt A> or clicking "Play Animation ... reverse = True" does not play animation backwards

Modified Paths:
--------------
    trunk/blender/source/blender/editors/include/ED_screen_types.h

Modified: trunk/blender/source/blender/editors/include/ED_screen_types.h
===================================================================
--- trunk/blender/source/blender/editors/include/ED_screen_types.h	2010-11-01 07:19:41 UTC (rev 32807)
+++ trunk/blender/source/blender/editors/include/ED_screen_types.h	2010-11-01 10:22:46 UTC (rev 32808)
@@ -52,7 +52,7 @@
 		/* don't drop frames (and ignore SCE_FRAME_DROP flag) */
 	ANIMPLAY_FLAG_NO_SYNC		= (1<<3),
 		/* use nextfra at next timer update */
-	ANIMPLAY_FLAG_USE_NEXT_FRAME,
+	ANIMPLAY_FLAG_USE_NEXT_FRAME = (1<<4)
 };
 
 /* ----------------------------------------------------- */





More information about the Bf-blender-cvs mailing list