From 72554c5dbbf43640981fa59ddcb5df2a4256811a Mon Sep 17 00:00:00 2001 From: Joshua Leung Date: Fri, 2 Oct 2009 23:28:58 +0000 Subject: Quick Animation Editors Bugfix: The settings for expanding the set of materials and/or particles on Objects were inverted, resulting in the wrong icon being shown. --- source/blender/editors/animation/anim_channels_defines.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/editors/animation/anim_channels_defines.c') diff --git a/source/blender/editors/animation/anim_channels_defines.c b/source/blender/editors/animation/anim_channels_defines.c index 8f8700cc43b..427fa47923f 100644 --- a/source/blender/editors/animation/anim_channels_defines.c +++ b/source/blender/editors/animation/anim_channels_defines.c @@ -909,7 +909,6 @@ static int acf_fillmatd_setting_flag(int setting, short *neg) switch (setting) { case ACHANNEL_SETTING_EXPAND: /* expanded */ - *neg= 1; return OB_ADS_SHOWMATS; default: /* unsupported */ @@ -953,7 +952,6 @@ static int acf_fillpartd_setting_flag(int setting, short *neg) switch (setting) { case ACHANNEL_SETTING_EXPAND: /* expanded */ - *neg= 1; return OB_ADS_SHOWPARTS; default: /* unsupported */ -- cgit v1.2.3