Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Leung <aligorith@gmail.com>2009-10-03 03:28:58 +0400
committerJoshua Leung <aligorith@gmail.com>2009-10-03 03:28:58 +0400
commit72554c5dbbf43640981fa59ddcb5df2a4256811a (patch)
treec569d1f1c5e987e69a257c54f7e37d5485f38394 /source/blender/editors/animation/anim_channels_defines.c
parent44b74fa0acbd2dbafebc5e8bd9990661bd436cf0 (diff)
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.
Diffstat (limited to 'source/blender/editors/animation/anim_channels_defines.c')
-rw-r--r--source/blender/editors/animation/anim_channels_defines.c2
1 files changed, 0 insertions, 2 deletions
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 */