Blender Git Loki
Git Commits -> Revision 1dddcfb
Revision 1dddcfb by Sergey Sharybin (master) February 3, 2015, 20:17 (GMT) |
Compositor: Implement sampled motion blur for plane track deform node Quite striaghtforward change, and in theory we can even try supporting motion blur for the corner pin node (which is tricky because coordinates actually coming from sockets, but with some black magic should be doable). |
Commit Details:
Full Hash: 1dddcfbaff14ff2871918b044714c87c7024e589
Parent Commit: c694589
Lines Changed: +230, -79
11 Modified Paths:
/source/blender/blenloader/intern/versioning_270.c (+17, -0) (Diff)
/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp (+8, -0) (Diff)
/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp (+2, -3) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp (+99, -53) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.h (+32, -7) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.cpp (+36, -14) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.h (+1, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+15, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.c (+2, -1) (Diff)
/source/blender/compositor/nodes/COM_PlaneTrackDeformNode.cpp (+8, -0) (Diff)
/source/blender/compositor/operations/COM_PlaneCornerPinOperation.cpp (+2, -3) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cpp (+99, -53) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.h (+32, -7) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.cpp (+36, -14) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.h (+1, -1) (Diff)
/source/blender/editors/space_node/drawnode.c (+7, -0) (Diff)
/source/blender/makesdna/DNA_node_types.h (+11, -0) (Diff)
/source/blender/makesrna/intern/rna_nodetree.c (+15, -0) (Diff)
/source/blender/nodes/composite/nodes/node_composite_planetrackdeform.c (+2, -1) (Diff)