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-23Cleanup: Grammar fix in lazy functionHans Goudey
2022-09-22Cleanup: Use const arguments for node group poll functionHans 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-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-14Cleanup: remove unused fields + add overrideJacques Lucke
2022-09-13Fix: crash when changing to viewer context in spreadsheetJacques Lucke
2022-09-13Cleanup: typo in variable nameCampbell Barton
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-08-31Nodes: move NodeTreeRef functionality into node runtime dataJacques Lucke
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-07-23Fix T99905: wrong toposort when the node tree is cyclicJacques Lucke
2022-07-23Fix T99830: missing update after reordering node group socketsJacques Lucke
2022-07-22Curves: support sculpting on deformed curvesJacques Lucke
2022-07-08Geometry Nodes: new geometry attribute APIJacques Lucke
2022-06-03Cleanup: remove dead codeJacques Lucke
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-31Merge branch 'blender-v3.2-release'Jacques Lucke
2022-05-31Fix T98501: setting node socket default value is very slowJacques Lucke
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-05-11Cleanup: use '_num' suffix, mostly for curves & spline codeCampbell Barton
2022-05-04Nodes: Add general Combine/Separate Color nodesHallam Roberts
2022-04-18Fix T97002: Preserve multi socket link orderLeon Schittek
2022-04-18Nodes: Remove unnecessary RNA pointer creationHans Goudey
2022-04-14Geometry Nodes: show used named attributes in nodesJacques Lucke
2022-04-04Fix T96838: Missing translations in link drag searchHans Goudey
2022-03-31Cleanup: Avoid storing pointers for attribute search callbackHans Goudey
2022-03-18BLI: move CPPType to blenlibJacques Lucke
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-26Cleanup: typos in comments.Kévin Dietrich
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-26Cleanup: Move specific node tree execution functions into respective moduleAaron Carlisle
2022-01-21Fix: Node link drag search doesn't list shader socketsHans Goudey
2022-01-14Fix T94827: Group Input/Output cannot connect to custom socketsPhilipp Oeser
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-04Cleanup: Remove bNodeType flag from base registration functionsAaron Carlisle
2021-12-30Cleanup: clang-tidy modernize-redundant-void-argAaron Carlisle
2021-12-25Shader Nodes: Convert bump node to use new socket builderAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Fix T94162: incorrect handling when there are multiple group outputsJacques Lucke
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-16Cleanup: spellingCampbell Barton