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>2014-11-18 16:58:33 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2014-11-18 17:05:15 +0300
commit729dc98be167a77e418489d19042168863085845 (patch)
tree5b0ed62bb0bbb6559f9fd2626d22e1c64146f6d4 /source/blender/blenkernel/BKE_tracking.h
parentc07241dd186bdf197ade384aa35d23111b1af94b (diff)
Fix T42475: Vector motion blur on hair
Issue was caused by mismatch in pre/post transform matrix spaces for mesh and curve vectors. This happened because of current way how static transform apply works: it only stores post/pre in the world space if there's triangle motion exists. This lead to situation when there's no triangle motion happening but was hair motion happening. After long time of trying to solve it in a nice way, ended up solving it in a bit slow way -- pre/post transform is still storing in the same spaces as they used to be stored and just convert hair pre/post position to a world space in the kernel. This is because currently it's not so clear how to deal with cases when curve and mesh motion needs different space of pre/post transform (which happens in cases when only one of the motions exists). Would think of some magic, and meanwhile artists could be happy with proper render results.
Diffstat (limited to 'source/blender/blenkernel/BKE_tracking.h')
0 files changed, 0 insertions, 0 deletions