Revision: 21342
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21342
Author:   aligorith
Date:     2009-07-03 13:17:29 +0200 (Fri, 03 Jul 2009)

Log Message:
-----------
NLA SoC: Missed a file in previous commit - setting enabling for 
muting/visibility

Modified Paths:
--------------
    branches/soc-2009-aligorith/source/blender/editors/animation/anim_channels.c

Modified: 
branches/soc-2009-aligorith/source/blender/editors/animation/anim_channels.c
===================================================================
--- 
branches/soc-2009-aligorith/source/blender/editors/animation/anim_channels.c    
    2009-07-03 11:03:09 UTC (rev 21341)
+++ 
branches/soc-2009-aligorith/source/blender/editors/animation/anim_channels.c    
    2009-07-03 11:17:29 UTC (rev 21342)
@@ -928,6 +928,12 @@
                                        case ACHANNEL_SETTING_EXPAND:
                                                ACHANNEL_SET_FLAG(agrp, mode, 
AGRP_EXPANDED);
                                                break;
+                                       case ACHANNEL_SETTING_MUTE:
+                                               ACHANNEL_SET_FLAG(agrp, mode, 
AGRP_MUTED);
+                                               break;
+                                       case ACHANNEL_SETTING_VISIBLE:
+                                               ACHANNEL_SET_FLAG_NEG(agrp, 
mode, AGRP_NOTVISIBLE);
+                                               break;
                                }
                        }
                                break;


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

Reply via email to