[Bf-blender-cvs] [91eb1c2] master: Fix code which was commented by accident

Sergey Sharybin noreply at git.blender.org
Mon Sep 12 16:30:30 CEST 2016


Commit: 91eb1c2e2af7d25a58140d393e8e8550ba4766c0
Author: Sergey Sharybin
Date:   Mon Sep 12 16:29:54 2016 +0200
Branches: master
https://developer.blender.org/rB91eb1c2e2af7d25a58140d393e8e8550ba4766c0

Fix code which was commented by accident

Well, more like some last-minute checks which i did not see before commit.

Let's increase commit ratio!

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

M	source/blender/editors/animation/anim_filter.c

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

diff --git a/source/blender/editors/animation/anim_filter.c b/source/blender/editors/animation/anim_filter.c
index ca207a7..5cee414 100644
--- a/source/blender/editors/animation/anim_filter.c
+++ b/source/blender/editors/animation/anim_filter.c
@@ -2828,7 +2828,7 @@ static bool animdata_filter_base_is_ok(bDopeSheet *ads, Scene *scene, Base *base
 
 	/* Pinned curves are visible regardless of selection flags. */
 	if ((ob->adt) && (ob->adt->flag & ADT_CURVES_ALWAYS_VISIBLE)) {
-		//return true;
+		return true;
 	}
 
 	/* check selection and object type filters */




More information about the Bf-blender-cvs mailing list