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-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-24Cleanup: typo in static node typeJacques Lucke
2022-09-23Geometry Nodes: Split transfer attribute nodeHans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Cleanup: Grammar fix in lazy functionHans Goudey
2022-09-23Fix: Add missing drag link search item for store named attribute nodeHans Goudey
2022-09-22Geometry Nodes: Add Self Object NodeHans Goudey
2022-09-22Cleanup: Use const arguments for node group poll functionHans Goudey
2022-09-21Attributes: Allow calling "finish" on empty accessorsHans Goudey
2022-09-21Attributes: Correct implementation of typed "write_only" methodHans Goudey
2022-09-21Cleanup: Miscellaneous cleanup in distribute points in volume nodeHans Goudey
2022-09-21Revert "Cleanup: Fix warning unused variable 'mode' when doing make lite"Dalai Felinto
2022-09-21Cleanup: Fix warning unused variable 'mode' when doing make liteDalai Felinto
2022-09-20Fix T101208: Missing original index handling in extrude nodeHans Goudey
2022-09-20Cleanup: Improve consistency when nodes run without OpenVDBHans Goudey
2022-09-20Cleanup: Strict compiler warningSergey Sharybin
2022-09-20Fix T101214: hidden link can cause cycle in node treeJacques Lucke
2022-09-20Geometry Nodes: improve evaluator with lazy threadingJacques Lucke
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