Commit: 118a9f8589e8be8a8052b727f3ca3ebd2a7c4eb3
Author: Jacques Lucke
Date:   Tue Mar 24 16:30:29 2020 +0100
Branches: temp-test-point-cloud-simulation-depsgraph-integration
https://developer.blender.org/rB118a9f8589e8be8a8052b727f3ca3ebd2a7c4eb3

Replace VO_DS_EXPAND with SIM_DS_EXPAND

===================================================================

M       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 1901de1b26b..569754b9417 100644
--- a/source/blender/editors/animation/anim_channels_defines.c
+++ b/source/blender/editors/animation/anim_channels_defines.c
@@ -3050,7 +3050,7 @@ static int acf_dssimulation_setting_flag(bAnimContext 
*UNUSED(ac),
 
   switch (setting) {
     case ACHANNEL_SETTING_EXPAND: /* expanded */
-      return VO_DS_EXPAND;
+      return SIM_DS_EXPAND;
 
     case ACHANNEL_SETTING_MUTE: /* mute (only in NLA) */
       return ADT_NLA_EVAL_OFF;

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

Reply via email to