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-09-19Geometry Nodes: Distribute Points in VolumeIyad Ahmed
2022-09-18Curves: Remove CurveEval and old Spline typesHans Goudey
2022-09-18Curves: Port Curve to Points node to the new data-blockHans Goudey
2022-09-18Build: limit Py_ENABLE_SHARED to modules using Python headersBrecht Van Lommel
2022-09-18Geometry Nodes: New Face Set Boundaries nodeWannes Malfait
2022-09-18BLI: Add generic utlity for gathering values with indicesMattias Fredriksson
2022-09-17Attributes: Validate some builtin attributes for untrusted inputsHans Goudey
2022-09-17Geometry Nodes: use stringref instead of string in loggerJacques Lucke
2022-09-16Fix: Geometry nodes crash with undefined nodeHans Goudey
2022-09-16Cleanup: Remove unused member variable in lazy function graphHans Goudey
2022-09-16Eevee: Add support for Nishita sky textureLukas Stockner
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-13Geometry Nodes: Port the trim curve node to the new data-blockMattias Fredriksson
2022-09-13Fix: crash when changing to viewer context in spreadsheetJacques Lucke
2022-09-13Cleanup: typo in variable nameCampbell Barton
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-12Geometry: Avoid unnecessary initialization when resizing data arraysHans Goudey
2022-09-10Cleanup: spelling in commentsCampbell Barton
2022-09-09Realtime Compositor: Implement bokeh blur nodeOmar Emara
2022-09-09Realtime Compositor: Allow inputs to skip realizationOmar 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-08Cleanup: Remove redundant vertex duplication in extrude nodeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Merge branch 'blender-v3.3-release'Clément Foucault
2022-09-05Fix T100649: Regression: Environment texture is stretched when added to meshClément Foucault
2022-09-02DRW-Next: Add uniform attributes (object attributes) supportClément Foucault
2022-09-02Merge branch 'blender-v3.3-release'Clément Foucault
2022-09-02Cleanup: Use NODE_STORAGE_FUNCS for compositor nodesOmar Emara
2022-09-02Fix T99528: EEVEE: Regression: Faulty shaders when using Volume Info nodeClément Foucault
2022-09-02Realtime Compositor: Implement dilate erode nodeOmar Emara
2022-09-02Fix T98190: EEVEE: Very slow rendering on Intel HD Graphics 4400Clément Foucault
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31Cleanup: Use const for node data in compositorHans Goudey
2022-08-31Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-31UI: Fix Geometry Nodes "Is Face Planar" nameDalai Felinto
2022-08-31UI: Fix Geometry Nodes "Mesh to Volume" name (typo)Dalai Felinto
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Cleanup: Resolve unused-lambda-capture warningSergey Sharybin
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Node: Mix nodeCharlie Jolly