[Durian-svn] [7034] copy saturation and multiply from original seq strips

campbell institute at blender.org
Thu Jul 15 11:08:52 CEST 2010


Revision: 7034
          https://blenderinstitute.dyndns.org/durian-svn/?do=log&project=durian&path=/&rev=7034
Author:   campbell
Date:     2010-07-15 11:08:52 +0200 (Thu, 15 Jul 2010)
Log Message:
-----------
copy saturation and multiply from original seq strips

Modified Paths:
--------------
    pro/scripts/utilities/sequencer_switch_finals.py

Modified: pro/scripts/utilities/sequencer_switch_finals.py
===================================================================
--- pro/scripts/utilities/sequencer_switch_finals.py	2010-07-15 09:07:00 UTC (rev 7033)
+++ pro/scripts/utilities/sequencer_switch_finals.py	2010-07-15 09:08:52 UTC (rev 7034)
@@ -162,12 +162,13 @@
                 # a few things we want to swap back
                 seq.use_color_balance = seq_new.use_color_balance
                 if seq.use_color_balance and seq.color_balance and seq_new.color_balance:
-                    # print(seq.color_balance)
-                    # print(seq_new.color_balance)
                     seq.color_balance.lift = seq_new.color_balance.lift
                     seq.color_balance.gain = seq_new.color_balance.gain
                     seq.color_balance.gamma = seq_new.color_balance.gamma
-                
+
+                seq.multiply_colors = seq_new.multiply_colors
+                seq.color_saturation = seq_new.color_saturation
+
                 # XXX, context only
                 for s in bpy.context.sequences:
                     s.selected = False



More information about the Durian-svn mailing list