[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [31760] trunk/blender/source/blender/ editors/transform/transform.h: This fixes: [#23672] If frame offset is too high the strip jumps forward

Peter Schlaile peter at schlaile.de
Sat Sep 4 22:55:31 CEST 2010


Revision: 31760
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=31760
Author:   schlaile
Date:     2010-09-04 22:55:31 +0200 (Sat, 04 Sep 2010)

Log Message:
-----------
This fixes: [#23672] If frame offset is too high the strip jumps forward 
when you try to move it.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/transform/transform.h

Modified: trunk/blender/source/blender/editors/transform/transform.h
===================================================================
--- trunk/blender/source/blender/editors/transform/transform.h	2010-09-04 19:27:04 UTC (rev 31759)
+++ trunk/blender/source/blender/editors/transform/transform.h	2010-09-04 20:55:31 UTC (rev 31760)
@@ -166,7 +166,7 @@
 typedef struct TransDataSeq {
 	struct Sequence *seq;
 	int flag;		/* a copy of seq->flag that may be modified for nested strips */
-	short start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame  */
+	int start_offset; /* use this so we can have transform data at the strips start, but apply correctly to the start frame  */
 	short sel_flag; /* one of SELECT, SEQ_LEFTSEL and SEQ_RIGHTSEL */
 
 } TransDataSeq;





More information about the Bf-blender-cvs mailing list