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-06-06Geometry Nodes: Fix Assert in Duplicate ElementsJohnny Matthews
2022-06-02Fix T98556: Crash with extrude node in edit modeHans Goudey
2022-06-01Fix T98536: geometry nodes wrong selection on duplicate edgesPhilipp Oeser
2022-05-31Fix T98501: setting node socket default value is very slowJacques Lucke
2022-05-31Fix T98500: Wrong Selection in Duplicate PointsJohnny Matthews
2022-05-29Fix T98400: Duplicate node crashJohnny Matthews
2022-05-24Fix T98152: Named Attribute node changes data type for non-existant attributesJacques Lucke
2022-05-24Fix T98247 EEVEE: Regression: Shader To RGB not displaying texturesClément Foucault
2022-05-24Fix T98268: replace string node des not handle empty strings correctlyJacques Lucke
2022-05-24Fix T98317: equal vs not-equal modes in compare node are not exact oppositesJacques Lucke
2022-05-23Fix Eevee blackbody wrong with non-default scene linear color spaceBrecht Van Lommel
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-23Compositor: Fix Map Range node To/From Max default valueAaron Carlisle
2022-05-20Fix T98266: Crash with empty mesh boolean nodeHans Goudey
2022-05-12color attributes: Fix broken vertex color nodeJoseph Eagar
2022-05-04Fix T97375: changing node tree from Python is very slowJacques Lucke
2022-05-03Fix T93179: geonodes UVs and Vertex colors do not work in EEVEEKévin Dietrich
2022-05-03Fix T93272: Material index mapping missing for mesh boolean nodeHans Goudey
2022-05-01Material: Hide material output socket Thickness as it is not used for nowClément Foucault
2022-04-28Fix T93546: Fill curve node ignores last point of non-cylic curvesHans Goudey
2022-04-28Cleanup: Remove disabled optimization codeHans Goudey
2022-04-27Fix T93285: Wrong instance order when instancing a collectionGermano Cavalcante
2022-04-26Geometry Nodes: Move named attribute nodes out of experimentalHans Goudey
2022-04-26Geometry Nodes: refactor array devirtualizationJacques Lucke
2022-04-25Geometry Nodes: Add "Named" to "Remove Attribute" node nameHans Goudey
2022-04-25Curves: Cache the number of curves of each typeHans Goudey
2022-04-25Geometry Nodes: improve ui when trying to remove built-in attributesJacques Lucke
2022-04-25Fix memory leak in cryptomatteSergey Sharybin
2022-04-22Cleanup: spelling in commentsCampbell Barton
2022-04-21Geometry Nodes: better support for byte color attributesJacques Lucke
2022-04-20Cleanup: spelling in commentsCampbell Barton
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-19Fix: Incorrect info message in set material nodeHans Goudey
2022-04-19GPU: Fix Adresse Sanitizer errorsClément Foucault
2022-04-19GPU: Replace `GPUMaterialVolumeGrid` by `GPUMaterialAttribute`Clément Foucault
2022-04-18Fix T97002: Preserve multi socket link orderLeon Schittek
2022-04-18Nodes: Remove unnecessary RNA pointer creationHans Goudey
2022-04-17Cleanup: Use C++ Array typeHans Goudey
2022-04-15Fix T97363: Duplicate elements node doesn't tag loose edgesHans Goudey
2022-04-15Curves: Port curve to mesh node to the new data-blockHans Goudey
2022-04-14GPU: Make nodetree GLSL Codegen render engine agnosticClément Foucault
2022-04-14Geometry Nodes: show used named attributes in nodesJacques Lucke
2022-04-13Fix: compilation error with MSVCRay Molenkamp
2022-04-13Cover some DNA files with C++ utility macrosSergey Sharybin
2022-04-12Cleanup: pass vectors by referenceJacques Lucke
2022-04-12Cleanup: clang-formatLukas Stockner
2022-04-11Curves: Add support for new curves type in Set Material nodeChristophe Hery
2022-04-11Cleanup: malformed C-style comment blocks, spellingCampbell Barton
2022-04-09Curves: Port tangent and normal calculation to the new data-blockHans Goudey
2022-04-09Fix: Various fixes and cleanups in new curves codeHans Goudey