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-01Cleanup: spelling in commentsCampbell Barton
2022-10-18Fix T101642: crash when deleting group output inside node groupJacques Lucke
2022-10-17Fix T101705: crash when connecting reroute to multi-input socketIliya Katueshenock
2022-10-17Geometry Nodes: separate Instances from InstancesComponentJacques Lucke
2022-10-12Cleanup: Convert two nodes files to C++Hans Goudey
2022-10-12Cleanup: Remove link drag search operations for socket templatesHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Fix: crash when linked geometry node group is missingJacques Lucke
2022-09-29Fix T101410: ignore dangling reroute inputsJacques Lucke
2022-09-28Geometry Nodes: viewport previewJacques Lucke
2022-09-26Fix T101309: crash when executing geometry nodes without loggerJacques Lucke
2022-09-25Geometry Nodes: decentralize implicit input definitionsJacques Lucke
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
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