[Bf-blender-cvs] [c92b417] blender-v2.75-release: Fixed compilation error in editor/animation/anim_markers

Jeroen Bakker noreply at git.blender.org
Mon Jun 29 16:18:06 CEST 2015


Commit: c92b41703a6c4d9d076183c193aa8e47f1e65f4c
Author: Jeroen Bakker
Date:   Mon Jun 22 20:38:25 2015 +0200
Branches: blender-v2.75-release
https://developer.blender.org/rBc92b41703a6c4d9d076183c193aa8e47f1e65f4c

Fixed compilation error in editor/animation/anim_markers

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

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

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

diff --git a/source/blender/editors/animation/anim_markers.c b/source/blender/editors/animation/anim_markers.c
index 67839d1..a13a901 100644
--- a/source/blender/editors/animation/anim_markers.c
+++ b/source/blender/editors/animation/anim_markers.c
@@ -520,6 +520,7 @@ static int ed_markers_poll_selected_no_locked_markers(bContext *C)
 static int ed_markers_poll_markers_exist(bContext *C)
 {
 	ListBase *markers = ED_context_get_markers(C);
+	ToolSettings *ts = CTX_data_tool_settings(C);
 	
 	/* first things first: markers can only exist in timeline views */
 	if (ED_operator_animview_active(C) == 0)




More information about the Bf-blender-cvs mailing list