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
2021-12-28Fix T94408: missing sockets after adding node groupJacques Lucke
2021-12-27Nodes: Support linking to existing group input from link drag search.Jacques Lucke
2021-12-25Cleanup: Define node tree icon in register functionAaron Carlisle
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-24Cleanup: Use vector instead of linked listHans Goudey
2021-12-24Fix T94322: add missing updates after recent refactorJacques Lucke
2021-12-24Fix T94357: Node Ungroup operator copies current node treeHans Goudey
2021-12-22Fix: Missing update when toggling node muteHans Goudey
2021-12-22Nodes: Remove unnecessary node tree socket taggingHans 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-18Fix T94173: Missing update for frame node sizeHans Goudey
2021-12-17Allocator: simplify using guarded allocator in C++ codeJacques Lucke
2021-12-17UI: Fix node socket alignment in some casesAlessio Monti di Sopra
2021-12-16Nodes: Begin splitting composite node buttons into individual filesAaron Carlisle
2021-12-15Cleanup: Remove no-op node preview function callsHans Goudey
2021-12-15Node Editor: Link Drag Search MenuHans Goudey
2021-12-14Nodes: Add vector support to Map Range nodeCharlie Jolly
2021-12-14Cleanup: Remove unused argumentsHans Goudey
2021-12-14Cleanup: Remove runtime uiBlock pointer from nodesHans Goudey
2021-12-13UI: String Search: Add an optional weight parameterHans Goudey
2021-12-13Cleanup: clang-formatCampbell Barton
2021-12-13Cleanup: Remove includes in node_util.h headerHans Goudey
2021-12-11Cleanup: Use const argumentsHans Goudey
2021-12-10Cleanup: Remove unnecessary runtime rectangle from nodes in DNAHans Goudey
2021-12-09Cleanup: Remove empty node button layout functionAaron Carlisle
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: Use C++ types for multi input socket sortingHans Goudey
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 LISTBASE_FOREACH macroHans 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-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-29Fix T93438: Auto linking do not work for custom socketsOmar Emara
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
2021-11-19Cleanup: Use vector instead of linked listHans Goudey
2021-11-19Cleanup: Simplify node editor link dragging storageHans Goudey
2021-11-19Merge branch 'blender-v3.0-release'Jacques Lucke