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
AgeCommit message (Collapse)Author
2021-08-26Compositor: Replace resolution concept by canvasManuel Castilla
This is a code refactor in preparation of supporting canvas compositing and fix all cropping issues on full frame implementation. No functional changes, all canvases are at (0, 0) position matching tiled implementation.
2021-08-20Compositor: Do not register constant input areas for renderingManuel Castilla
If an input is only used as a constant it doesn't rendering because its already calculated after constant folding.
2021-08-05Fix compiler warnings: unused variablesManuel Castilla
2021-08-04Compositor: Use a single elem as area of interest where possibleManuel Castilla
2021-08-03Compositor: Full frame Plane Track Deform and Corner Pin nodesManuel Castilla
2021-03-29Cleanup: Use Bitflags For Booleans.Jeroen Bakker
2021-03-29Cleanup: Add namespace to compositor.Jeroen Bakker
2021-03-26Cleanup: Use Enum Class For PixelSampler.Jeroen Bakker
2021-03-19Cleanup: Use enum class for DataType.Jeroen Bakker
2021-03-08Cleanup: Change extension .cpp to .ccJeroen Bakker