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-03-31Cleanup: Avoid storing pointers for attribute search callbackHans Goudey
2022-03-30Curves: Port resample node to the new data-blockHans Goudey
2022-03-30Compositor: Fix Missing output UI for Normal nodeAaron Carlisle
2022-03-30Geometry Nodes: Remove soft min from extrude node scaleHans Goudey
2022-03-30Curves: Port curves total length node to the new data-blockHans Goudey
2022-03-30Curves: Port length node to the new data-blockHans Goudey
2022-03-30Curves: Port parameter node to the new data-blockHans Goudey
2022-03-29Cleanup: use value initialization instead of copying default valueJacques Lucke
2022-03-28Cleanup: use "num" as a suffix in: source/blender/nodesCampbell Barton
2022-03-25Cleanup: Simplify logic, rename variablesHans Goudey
2022-03-25Cleanup: Further renaming in new curves codeHans Goudey
2022-03-25Cleanup: sort cmake file listsCampbell Barton
2022-03-24Cleanup: clang-formatDalai Felinto
2022-03-24Cleanup: Typo, improve variable namesHans Goudey
2022-03-24Cleanup: Adjust naming in new curves codeHans Goudey
2022-03-23Color Management: support different settings for render and compositing outputBrecht Van Lommel
2022-03-22Fix: Drag link search doesn't always connect to socketLeon Schittek
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-03-22Fix T96577: setting curve handles not working correctly with multiple curvesJacques Lucke
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-22Fix T96420: Set ID node not working for instancesJacques Lucke
2022-03-22Cleanup: add proper IMB_openexr.h instead of including file from intern/Brecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-03-19Make Format ChangesHarley Acheson
2022-03-19BLI: move generic data structures to blenlibJacques Lucke
2022-03-18Curves: Port reverse curves node to the new data-blockHans Goudey
2022-03-18Cleanup: Remove unnecessary namespace usage, use constHans Goudey
2022-03-18Curves: Port fill curve node to the new data-blockHans Goudey
2022-03-18Curves: Port transform node to new data-blockHans Goudey
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-18Curves: Port handle type selection node to new data-blockHans Goudey
2022-03-18Curves: Port Bezier Segment node to the new data-blockHans Goudey
2022-03-18Curves: Port convex hull node to new data-blockHans Goudey
2022-03-18Cleanup: Remove unused includesHans Goudey
2022-03-18Cleanup: Rename "spline" variables to "curve"Hans Goudey
2022-03-18Cleanup: Reorganize duplicate elements fileHans Goudey
2022-03-18Curves: Port duplicate elements node to new data-blockHans Goudey
2022-03-18Cleanup: Miscellaneous improvements to duplicate geometry nodeHans Goudey
2022-03-17BLI: add probabilistic rounding utilityJacques Lucke
2022-03-16Cleanup: Remove unnecessary namespace specificationHans Goudey
2022-03-16Fix: Build error from missing build dependenciesHans Goudey
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-16Curves: Port count spline length output to new data-blockHans Goudey
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Geometry Nodes: Add named attribute nodes behind experimental flagHans Goudey
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-12Fix T96229: GN Fillet Node unexpected limit radius behavior for 3 point splinesDilith Jayakody
2022-03-11Cleanup: Use new enum for NURBS curve knots modesHans Goudey
2022-03-11Fix: Assert in set spline type node after recent commitHans Goudey
2022-03-11Curve: Improve NURBS knot generation modesLaurynas Duburas