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-01Nodes: Add node group assets in add menuHans Goudey
2022-10-06Fix T101628: Correct frame node intersection in add reroute operatorLeon Schittek
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-09-30Fix missing Outliner updates when adding nodetreesPhilipp Oeser
2022-09-19Nodes: Add node group assets to search menusHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-03Cleanup: Deduplicate node link intersection testHans Goudey
2022-09-03Cleanup: Refactor node add reroute operatorHans Goudey
2022-09-02Cleanup: Deduplicate node link points evaluation functionsHans Goudey
2022-09-02Cleanup: Further split of node link Bezier calculation functionHans Goudey
2022-09-02Cleanup: Split node link draw culling to separate functionHans Goudey
2022-09-02Cleanup: Remove unnecessary struct keyword usage in node editorHans Goudey
2022-09-02Cleanup: Use C++ vector types in node editorHans Goudey
2022-08-29Fix T98968: Node reroute tool doesn't add to framesPratik Borhade
2022-08-02Cleanup: simplify function for adding node to editorHans Goudey
2022-07-20Fix T99847: Dragging image from Image Editor to Node Editor brokenJulian Eisel
2022-07-11Fix/Cleanup UI messages.Bastien Montagne
2022-05-24Drag & drop: Use session UUID of IDs instead of name for droppingJulian Eisel
2022-05-24Cleanup: Use new helpers for passing IDs from drag & drop to operatorsJulian Eisel
2022-05-24Fix T98328: missing depsgraph update after adding node groupJacques Lucke
2022-05-23Fix T97237: dragging custom node group asset adds broken nodeJacques Lucke
2022-03-16Geometry Nodes: Remove legacy node codeHans Goudey
2022-03-15Cleanup: correct unbalanced doxy sectionsCampbell Barton
2022-03-14Auto-generate RNA-structs declarations in `RNA_prototypes.h`Julian Eisel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-20Cleanup: Move node editor files to proper namespaceHans Goudey
2022-01-08Fix Cycles compile error after last own commitJulian Eisel
2022-01-08Fix Adjust Last Operation panel showing session UUID number buttonJulian Eisel
2021-12-28Fix T94408: missing sockets after adding node groupJacques Lucke
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Fix T94322: add missing updates after recent refactorJacques Lucke
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: Remove unused includesHans Goudey
2021-12-04Cleanup: Use references in node editor, other improvementsHans Goudey
2021-11-19Merge branch 'blender-v3.0-release'Jacques Lucke
2021-11-19Fix T87912: use session id instead of name to identify dropped objectJacques Lucke
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-10-25Geometry Nodes: new Image Texture nodeJacques Lucke
2021-09-17UI: enable the depend-on-cursor flag for some operatorsCampbell Barton
2021-09-10Geometry Nodes: Add versioning to change legacy node ID namesHans Goudey
2021-07-15Geometry Nodes: dim links whose start and end sockets are not visibleJacques Lucke
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-14Fix T88494: add missing depsgraph relation update tagsJacques Lucke
2021-06-02Nodes: move some files to C++Jacques Lucke