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-05WM: avoid unnecessary undo step creation when duplicatingPratik Borhade
2022-03-22Cleanup: refactor passing of color management settings for image saveBrecht Van Lommel
2022-03-18Fix resizing nodes not respecting the drag-startCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-03-11Fix out of order event handling when calling operators from gizmosCampbell Barton
2022-03-09Event System: drag events no longer default to the drag start locationCampbell Barton
2022-03-01UI: Fix multi input socket outline and highlightLeon Schittek
2022-02-18Fix T87829, T95331: Issues when nodes too close togetherDominik Fill
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Fix T95664: missing update after changing active output nodeJacques Lucke
2022-02-07Fix: missing null checkJacques Lucke
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-11Cleanup: Remove unused "active ID" node flagHans Goudey
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Fix T94322: add missing updates after recent refactorJacques Lucke
2021-12-22Fix: Missing update when toggling node muteHans Goudey
2021-12-22Nodes: Refactor to remove node and socket "new" pointersHans Goudey
2021-12-21Cleanup: Clang tidy, restore alphabetical sortingHans Goudey
2021-12-21Nodes: refactor node tree update handlingJacques Lucke
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 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-11-17Cleanup: use same function for updating internal links for all nodesJacques Lucke
2021-11-17Cleanup: Use bool instead of intHans Goudey
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-08-31Texture Paint: sync changing active texture in the Node Editor to thePhilipp Oeser
2021-08-31Texture Paint: sync changing active texture in the node editor to thePhilipp Oeser
2021-08-25Fix T90248: missing depsgraph update tag for node groupJacques Lucke
2021-07-21Cleanup: replace NB with NOTE in commentsCampbell Barton
2021-07-15Fix: crash when creating new node linksJacques Lucke
2021-07-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-07Cleanup: clang-tidy, unused functionCampbell Barton
2021-07-06Nodes: Adds button to groups to change type of sockets.Lukas Tönne
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-05Cleanup: spelling in commentsCampbell Barton
2021-06-03Cleanup: spelling in comments, correct outdated commentsCampbell Barton
2021-06-02Nodes: move some files to C++Jacques Lucke