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 (Expand)Author
2022-11-05Cleanup: Remove unnecessary node type registraction functionsHans Goudey
2022-11-04Realtime Compositor: Implement static cache managerOmar Emara
2022-10-20Realtime Compositor: Implement normalize nodeOmar Emara
2022-10-20Realtime Compositor: Implement Tone Map nodeOmar Emara
2022-10-13Realtime Compositor: Keep interpolation in Scale nodeOmar Emara
2022-10-12Nodes: Add "Legacy" to legacy node UI names, skip in searchHans Goudey
2022-10-11Realtime Compositor: Implement variable size bokeh blurOmar Emara
2022-10-11Realtime Compositor: Implement parallel reductionOmar Emara
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-26Cleanup: use ELEM/STR_ELEM/STREQ macrosCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-10Cleanup: spelling in commentsCampbell Barton
2022-09-09Realtime Compositor: Implement bokeh blur nodeOmar Emara
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-09Realtime Compositor: Implement blur nodeOmar Emara
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-02Cleanup: Use NODE_STORAGE_FUNCS for compositor nodesOmar Emara
2022-09-02Realtime Compositor: Implement dilate erode nodeOmar Emara
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-23Fix: Missing compositor domain priority for filter nodesOmar Emara
2022-08-23Cleanup: Turn filter node methods into an EnumOmar Emara
2022-08-19Cleanup: spelling in commentsCampbell Barton
2022-08-18Fix build error when not using unity buildBrecht Van Lommel
2022-08-18Realtime Compositor: Implement bilateral blur nodeOmar Emara
2022-08-18Realtime Compositor: Implement despeckle nodeOmar Emara
2022-08-18Realtime Compositor: Implement directional blur nodeOmar Emara
2022-08-18Realtime Compositor: Implement filter nodeOmar Emara
2022-08-18Realtime Compositor: Implement bokeh image nodeOmar Emara
2022-08-17Fix: Crash if Movie Clip node has an empty movieOmar Emara
2022-08-12Cleanup: repeated words in commentsCampbell Barton
2022-08-10Compositor: Limit C linkage of cryptomatte functionsOmar Emara
2022-08-10Realtime Compositor: Fix missing include in Displace nodeOmar Emara
2022-08-10Realtime Compositor: Fix clang tidy warningsOmar Emara
2022-08-10Realtime Compositor: Add stub unsupported nodesOmar Emara
2022-08-10Realtime Compositor: Add basic distort nodesOmar Emara
2022-08-10Realtime Compositor: Add basic matte nodesOmar Emara
2022-08-10Realtime Compositor: Add basic convert and vector nodesOmar Emara
2022-08-10Realtime Compositor: Add basic color nodesOmar Emara
2022-08-10Realtime Compositor: Add basic input nodesOmar Emara
2022-08-10Realtime Compositor: Add basic output nodesOmar Emara
2022-08-09Compositor: Rename compositor build optionOmar Emara
2022-08-04Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-04Nodes: Disable link drag search for deprecated nodesHans Goudey
2022-07-29Cleanup: Nodes: Store node group idname in tree typeHans Goudey
2022-07-15Cleanup: Use const pointers for ImageSaveOptions and ImageFormatDataJesse Yurkovich
2022-07-14Fix: Wrong output types for some compositor nodesOmar Emara