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>2020-05-15 15:54:30 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2020-05-15 15:59:25 +0300
commit2b36cf311811e728701a62b08da898a7d1c3fbc9 (patch)
tree23592d6ce6147d5faa0d9f7984c95b5a590edae9 /source/blender/editors/transform/transform_convert.h
parent86580c437bb51a5a9c5f7875ad414bd619083886 (diff)
Libmv: Fix crash solving when having negative frames
Don't use linear array with frame as an index since it has the following disadvantages: - Requires every application to take care of frame remapping, which could be way more annoying than it sounds. - Inefficient from memory point of view when solving part of a footage which is closer to the end of frame range. Using map technically is slower from performance point of view, but could not feel any difference as the actual computation is way more complex than access of camera on individual frames. Solves crash aspect of T72009
Diffstat (limited to 'source/blender/editors/transform/transform_convert.h')
0 files changed, 0 insertions, 0 deletions