[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [40764] trunk/blender/release/scripts/ startup/bl_ui/space_sequencer.py: fix for own recent commit made color strip use the wrong panel, now hide `Input` rather then effects since the color picker wasnt shown.

Campbell Barton ideasman42 at gmail.com
Mon Oct 3 05:23:53 CEST 2011


Revision: 40764
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=40764
Author:   campbellbarton
Date:     2011-10-03 03:23:50 +0000 (Mon, 03 Oct 2011)
Log Message:
-----------
fix for own recent commit made color strip use the wrong panel, now hide `Input` rather then effects since the color picker wasnt shown.

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/space_sequencer.py

Modified: trunk/blender/release/scripts/startup/bl_ui/space_sequencer.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/space_sequencer.py	2011-10-03 02:49:08 UTC (rev 40763)
+++ trunk/blender/release/scripts/startup/bl_ui/space_sequencer.py	2011-10-03 03:23:50 UTC (rev 40764)
@@ -408,7 +408,7 @@
         return strip.type in {'ADD', 'SUBTRACT', 'ALPHA_OVER', 'ALPHA_UNDER',
                               'CROSS', 'GAMMA_CROSS', 'MULTIPLY', 'OVER_DROP',
                               'PLUGIN',
-                              'WIPE', 'GLOW', 'TRANSFORM', 'SPEED',
+                              'WIPE', 'GLOW', 'TRANSFORM', 'COLOR', 'SPEED',
                               'MULTICAM', 'ADJUSTMENT'}
 
     def draw(self, context):
@@ -547,7 +547,7 @@
                               'ADD', 'SUBTRACT', 'ALPHA_OVER', 'ALPHA_UNDER',
                               'CROSS', 'GAMMA_CROSS', 'MULTIPLY', 'OVER_DROP',
                               'PLUGIN',
-                              'WIPE', 'GLOW', 'TRANSFORM', 'COLOR',
+                              'WIPE', 'GLOW', 'TRANSFORM',
                               'MULTICAM', 'SPEED', 'ADJUSTMENT'}
 
     def draw(self, context):




More information about the Bf-blender-cvs mailing list