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-02-04Cleanup: Add file names back to node headerHans Goudey
2022-01-21Fix Python API docs build errorHans Goudey
2022-01-20Cleanup: Move node editor files to proper namespaceHans Goudey
2022-01-18Cleanup: Use references, LISTBASE_FOREACH macroHans Goudey
2022-01-18Cleanup: Make node editor functions privateHans Goudey
2022-01-18Cleanup: Remove unused node editor toolbar fileHans Goudey
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-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2022-01-06Cleanup: Clang-tidy: modernize-redundant-void-argAaron Carlisle
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-14Cleanup: Remove runtime uiBlock pointer from nodesHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-08Cleanup: Use float2 for node view functionsHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-12-07Cleanup: Use C++ types for multi input socket sortingHans Goudey
2021-12-06Cleanup: Remove unnecesary node type draw callbackHans Goudey
2021-12-06Cleanup: Remove unnecessary node type callbacks for drawingHans Goudey
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey
2021-12-03Cleanup: Const, use references, C++ typesHans Goudey
2021-12-03Cleanup: Comments and ordering in node editor headerHans Goudey
2021-12-03Cleanup: Use typed enum for node resize directionHans Goudey
2021-11-23Geometry Nodes: Node execution time overlayErik
2021-11-19Cleanup: Simplify node editor link dragging storageHans Goudey
2021-11-18Cleanup: Simplify declarations in C++ headerHans Goudey
2021-11-18Cleanup: Use const argumentsHans Goudey
2021-11-17Cleanup: Use bool instead of intHans Goudey
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey