[Bf-blender-cvs] [105aa67] master: Fix typo

Campbell Barton noreply at git.blender.org
Thu May 8 11:56:07 CEST 2014


Commit: 105aa67cda63311c2986fe22167b54e05205b125
Author: Campbell Barton
Date:   Thu May 8 19:54:04 2014 +1000
https://developer.blender.org/rB105aa67cda63311c2986fe22167b54e05205b125

Fix typo

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

M	source/blender/editors/interface/interface_anim.c

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

diff --git a/source/blender/editors/interface/interface_anim.c b/source/blender/editors/interface/interface_anim.c
index 167c6ac..f0f0835 100644
--- a/source/blender/editors/interface/interface_anim.c
+++ b/source/blender/editors/interface/interface_anim.c
@@ -125,7 +125,7 @@ bool ui_but_anim_expression_set(uiBut *but, const char *str)
 			
 			/* clear invalid flags which may prevent this from working */
 			driver->flag &= ~DRIVER_FLAG_INVALID;
-			fcu->flag & ~FCURVE_DISABLED;
+			fcu->flag &= ~FCURVE_DISABLED;
 			
 			/* this notifier should update the Graph Editor and trigger depsgraph refresh? */
 			WM_event_add_notifier(but->block->evil_C, NC_ANIMATION | ND_KEYFRAME, NULL);




More information about the Bf-blender-cvs mailing list