[Bf-blender-cvs] [1210b47a85a] master: Tracking: Undefine temporary define

Sergey Sharybin noreply at git.blender.org
Fri Aug 4 21:13:07 CEST 2017


Commit: 1210b47a85a9ba3b712b731f5f7db3cbaafbf161
Author: Sergey Sharybin
Date:   Fri Aug 4 21:12:11 2017 +0200
Branches: master
https://developer.blender.org/rB1210b47a85a9ba3b712b731f5f7db3cbaafbf161

Tracking: Undefine temporary define

Missed this in previous commit.

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

M	source/blender/editors/space_clip/clip_draw.c

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

diff --git a/source/blender/editors/space_clip/clip_draw.c b/source/blender/editors/space_clip/clip_draw.c
index 3ca25b26bdf..a71b2baa96f 100644
--- a/source/blender/editors/space_clip/clip_draw.c
+++ b/source/blender/editors/space_clip/clip_draw.c
@@ -483,6 +483,7 @@ static void draw_track_path(SpaceClip *sc, MovieClip *UNUSED(clip), MovieTrackin
 	if (path != path_static) {
 		MEM_freeN(path);
 	}
+#undef MAX_STATIC_PATH
 }
 
 static void draw_marker_outline(SpaceClip *sc, MovieTrackingTrack *track, MovieTrackingMarker *marker,




More information about the Bf-blender-cvs mailing list