[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [59845] trunk/blender/source/blender/ editors/animation/anim_channels_defines.c: Fix metaball f-curves not showing up in graph editor.

Brecht Van Lommel brechtvanlommel at pandora.be
Thu Sep 5 18:15:01 CEST 2013


Revision: 59845
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=59845
Author:   blendix
Date:     2013-09-05 16:15:01 +0000 (Thu, 05 Sep 2013)
Log Message:
-----------
Fix metaball f-curves not showing up in graph editor.

Modified Paths:
--------------
    trunk/blender/source/blender/editors/animation/anim_channels_defines.c

Modified: trunk/blender/source/blender/editors/animation/anim_channels_defines.c
===================================================================
--- trunk/blender/source/blender/editors/animation/anim_channels_defines.c	2013-09-05 15:47:52 UTC (rev 59844)
+++ trunk/blender/source/blender/editors/animation/anim_channels_defines.c	2013-09-05 16:15:01 UTC (rev 59845)
@@ -1828,7 +1828,7 @@
 	
 	switch (setting) {
 		case ACHANNEL_SETTING_EXPAND: /* expanded */
-			return GET_ACF_FLAG_PTR(mb->flag, type);
+			return GET_ACF_FLAG_PTR(mb->flag2, type);
 			
 		case ACHANNEL_SETTING_SELECT: /* selected */
 		case ACHANNEL_SETTING_MUTE: /* muted (for NLA only) */




More information about the Bf-blender-cvs mailing list