Adds full frame implementation to "Displace", "Crop", "Flip",
"Plane Track Deform", "Corner Pin", "Movie Distortion",
"Lens Distortion" and "Map UV" nodes.
The other nodes in "Distort" sub-menu are implemented
separately in other commits.
Differential D12166
Compositor: Full frame distort nodes Authored by Manuel Castilla (manzanilla) on Aug 8 2021, 7:22 PM. Tags Subscribers None
Details
Adds full frame implementation to "Displace", "Crop", "Flip", The other nodes in "Distort" sub-menu are implemented
Diff Detail
Event TimelineComment Actions I saw several similar changes in multiple patches. You know that you can relate patches and also stack them with the arc tool. You can think of having a patch with the base changes (memory buffer etc) and then per node category a patch for the changes in the node. This makes the code review easier. |