Blender Git Commit Log
Git Commits -> Revision 1318cb2
Revision 1318cb2 by Manuel Castilla (master) May 24, 2021, 12:31 (GMT) |
Cleanup: Refactor PlaneTrack and PlaneDistort operations Deduplicates code by introducing a PlaneDirtortBaseOperation for common logic. Reviewed By: #compositing, jbakker Differential Revision: https://developer.blender.org/D11273 |
Commit Details:
Full Hash: 1318cb26fe07e221c8bc539f21a626f74de354d1
Parent Commit: 6c2c16b
Lines Changed: +81, -103
4 Modified Paths:
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.cc (+29, -39) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.h (+26, -32) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.cc (+22, -31) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.h (+4, -1) (Diff)
/source/blender/compositor/operations/COM_PlaneDistortCommonOperation.h (+26, -32) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.cc (+22, -31) (Diff)
/source/blender/compositor/operations/COM_PlaneTrackOperation.h (+4, -1) (Diff)