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-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Cleanup: spelling in commentsCampbell Barton
2022-10-14Fix: Muted curves connect to the Fac socketCharlie Jolly
2022-10-12Nodes: Add "Legacy" to legacy node UI names, skip in searchHans Goudey
2022-10-12Nodes: Change Mix node link drag weightingCharlie Jolly
2022-10-10Node: Add blend modes to Mix node link drag searchCharlie Jolly
2022-10-08Attribute Node: support accessing attributes of View Layer and Scene.Alexander Gavrilov
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Fix T101613: Muted Mix node wrongly connects to Factor socketCharlie Jolly
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-18Build: limit Py_ENABLE_SHARED to modules using Python headersBrecht Van Lommel
2022-09-16Eevee: Add support for Nishita sky textureLukas Stockner
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
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-02Fix T99528: EEVEE: Regression: Faulty shaders when using Volume Info nodeClément Foucault
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: Resolve unused-lambda-capture warningSergey Sharybin
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Cleanup: formatCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-10Realtime Compositor: Add basic color nodesOmar Emara
2022-08-09Cleanup: compiler warningsCampbell Barton
2022-08-08Fix T100285: Shader value node always outputs zeroOmar Emara
2022-08-05Cleanup: Spelling, remove double negativeHans Goudey
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-26Refactor: Extract color attributes as generic attributesHans Goudey
2022-07-19Fix T99785: Make Principled Hair IOR input behave like other IOR slidersJesse Yurkovich
2022-06-29Fix T99104: EEVEE: Regression: Crash when using Light Output in MaterialsClément Foucault
2022-06-21Fix T98919: Eevee unlinked aov output nodes don't render.Jeroen Bakker
2022-06-18Geometry Nodes: speedup Separate XYZ nodeJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-25Cleanup: spelling, unbalanced doxy sectionsCampbell Barton
2022-05-24Merge branch 'blender-v3.2-release'Clément Foucault