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-04-11Cleanup: clang-formatCampbell Barton
2022-04-11Cleanup: clang-tidyCampbell Barton
2022-04-11Cleanup: Move geometry set fields to a separate headerHans Goudey
2022-04-11UI: Fix cosmetic papercuts of the reroute nodeLeon Schittek
2022-04-11BLI: move generic data structures to blenlibJacques Lucke
2022-04-11BLI: move CPPType to blenlibJacques Lucke
2022-04-11Geometry Nodes: Remove legacy node codeHans Goudey
2022-04-11Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-04-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-04-11Cleanup: spelling in comments & some minor clarificationsCampbell Barton
2022-04-11UI: Fix multi input socket outline and highlightLeon Schittek
2022-04-11Nodes: Improve readability of selected node linksLeon Schittek
2022-04-11Cleanup: Remove repeated word in commentsCampbell Barton
2022-04-11File headers: SPDX License migrationCampbell Barton
2022-04-11Fix T94415: Nodes: poor selection behavior inside frame nodesPhilipp Oeser
2022-04-11UI: Change computation of node socket position to align with labelDominik Fill
2022-04-11Nodes: Dynamic node class for Map Range nodeCharlie Jolly
2022-04-11UI Papercut: Fix gap in node outlineLeon Schittek
2022-04-11Cleanup: Move node editor files to proper namespaceHans Goudey
2022-04-11Cleanup: Use references, LISTBASE_FOREACH macroHans Goudey
2022-04-11Cleanup: Make node editor functions privateHans Goudey
2022-04-11Cleanup: Improve naming of immediate mode buffer draw functionsJulian Eisel
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-12BLF: Reduction of use of BLF_DRAW_STR_DUMMY_MAXHarley Acheson
2021-12-22Nodes: Remove unnecessary node tree socket taggingHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
2021-12-18Fix T94173: Missing update for frame node sizeHans Goudey
2021-12-17UI: Fix node socket alignment in some casesAlessio Monti di Sopra
2021-12-14Cleanup: Remove unused argumentsHans Goudey
2021-12-14Cleanup: Remove runtime uiBlock pointer from nodesHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: Remove unnecessary runtime rectangle from nodes in DNAHans 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-08Cleanup: Clang-Tidy modernize-redundant-void-argAaron Carlisle
2021-12-07Cleanup: Remove unused includesHans Goudey
2021-12-07Cleanup: Remove unnecessary generic includes from headersHans 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: Use typed enum for node resize directionHans Goudey
2021-12-02Fix T92268: Group input and output nodes have inconsistent paddingNikhil Shringarpurey
2021-12-02UI: Add an option to display the node editor context pathHans Goudey
2021-11-24Geometry Nodes: add utility to show debug messages in node editorJacques Lucke
2021-11-23Cleanup: Else after return, other simplificationsHans Goudey
2021-11-23Geometry Nodes: Node execution time overlayErik
2021-11-23Geometry Nodes: reduce overhead when processing single valuesJacques Lucke