Blender Git Commit Log
Git Commits -> Revision 8a500ee
Revision 8a500ee by Sergey Sharybin (master) June 7, 2012, 16:15 (GMT) |
Avoid imbuf loading when getting movie clip size This prevents high memory usage by non-proxied frames when doing mask parenting. Description from code: Originally was needed to support image sequences with different image dimensions, which might be useful for such things as reconstruction of unordered image sequence, or painting/rotoscoping of non-equal-sized images, but this ended up in unneeded cache lookups and even unwanted non-proxied files loading when doing mask parenting, so let's disable this for now and assume image sequence consists of images with equal sizes |
Commit Details:
Full Hash: 8a500eea9a7414747eeb45d97b8581a507322db6
SVN Revision: 47577
Parent Commit: 105b103
Lines Changed: +10, -0
1 Modified Path:
/source/blender/blenkernel/intern/movieclip.c (+10, -0) (Diff)