Revision: 32527
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=32527
Author:   vekoon
Date:     2010-10-16 19:28:52 +0200 (Sat, 16 Oct 2010)

Log Message:
-----------
Fix for [#24292] When rendering with the stamp feature the scene opt. affects 
the seq. strip placement
Fixed typo.

Modified Paths:
--------------
    trunk/blender/source/blender/blenkernel/intern/image.c

Modified: trunk/blender/source/blender/blenkernel/intern/image.c
===================================================================
--- trunk/blender/source/blender/blenkernel/intern/image.c      2010-10-16 
17:26:40 UTC (rev 32526)
+++ trunk/blender/source/blender/blenkernel/intern/image.c      2010-10-16 
17:28:52 UTC (rev 32527)
@@ -1161,7 +1161,7 @@
        }
        
        if (stamp_data.strip[0]) {
-               BLF_width_and_height(mono, stamp_data.scene, &w, &h); h= 
h_fixed;
+               BLF_width_and_height(mono, stamp_data.strip, &w, &h); h= 
h_fixed;
 
                /* Top right corner, with an extra space because blenfont is 
too strict! */
                x= width - w - pad;


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to