Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-05-06 21:59:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-05-06 21:59:02 +0400
commit88129ac395ac6fb62acbef3dd436c7575e02aa3c (patch)
treeb6dd436b2a414d23684462d6306020ee28bd69a9 /source/blender/blenloader
parent9aed3f62d3861eec8cc37357738c8e936c5e3e08 (diff)
Fix for crash when using 2D stabilization for float movie clips
Also removed unneeded image buffer scaling, it was only needed for "early output" if there was no rotation. That is no longer supported since it used to pixelate result a lot and interpolation is always used now. Saves quite a few of memory and CPU cycles.
Diffstat (limited to 'source/blender/blenloader')
-rw-r--r--source/blender/blenloader/intern/readfile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenloader/intern/readfile.c b/source/blender/blenloader/intern/readfile.c
index 3b9ae245661..fcd27e42c96 100644
--- a/source/blender/blenloader/intern/readfile.c
+++ b/source/blender/blenloader/intern/readfile.c
@@ -6633,7 +6633,6 @@ static void direct_link_movieclip(FileData *fd, MovieClip *clip)
clip->tracking.stats = NULL;
clip->tracking.stabilization.ok = 0;
- clip->tracking.stabilization.scaleibuf = NULL;
clip->tracking.stabilization.rot_track = newdataadr(fd, clip->tracking.stabilization.rot_track);
clip->tracking.dopesheet.ok = 0;