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-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
2021-11-19Cleanup: Simplify node editor link dragging storageHans Goudey
2021-11-18Node Editor: Skip socket drawing on low zoomErik
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-08Nodes: store socket declaration reference in socketJacques Lucke
2021-11-04Fix T92791: collapsed nodes scaling widget wrong with interface scalePhilipp Oeser
2021-11-02UI: Use socket type info color to draw linksOmar Emara
2021-10-27Nodes: Cleanup code for header underline alphaPablo Vazquez
2021-10-27Nodes: Cleanup setting node header alphaPablo Vazquez
2021-10-26Node Editor: Style update to nodesPablo Vazquez
2021-10-26Fix: Show node editor dot grid when there is no node treeHans Goudey
2021-10-26UI: Improve node editor breadcrumbs displayHans Goudey
2021-10-26Geometry Nodes: remove reference to anonymous attributes in tooltipsJacques Lucke
2021-10-26Geometry Nodes: don't log full fields when not necessaryJacques Lucke
2021-10-26UI: Change node editor grid into a dot gridHans Goudey
2021-10-21Node Editor: Introduce color overlay and dashed wires theme settingPablo Vazquez
2021-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-14Nodes: add boilerplate for image socketsCharlie Jolly
2021-10-12Cleanup: spelling in commentsCampbell Barton
2021-10-11Fix T92080: Background of Node editors appear brighter than beforeDalai Felinto
2021-10-08Fix crash in the node editor in cases where nodetree was emptyDalai Felinto
2021-10-08User Interface: Make the background inside a node group brighterDalai Felinto
2021-10-07User Interface: Remove the green background when inside a node groupDalai Felinto
2021-10-01Fix T91872: incorrect socket inspection on group nodesJacques Lucke
2021-09-24Nodes: initial support for socket tooltipsJohnny Matthews
2021-09-23Cleanup: Remove hardcoded values and rename keyframe shape shadersDalai Felinto
2021-09-22Geometry Nodes: Add legacy warning and "View Legacy" operatorHans Goudey
2021-09-11Geometry Nodes: add field support for socket inspectionJacques Lucke
2021-08-27UI: Reduce Node Contents Jiggling When MovedHarley Acheson
2021-08-26Fix T90959: crash when hovering over empty data block socketJacques Lucke
2021-08-23Fix T88107: rename Convertor to Converter nodes to correct spellingJames Partsafas
2021-07-26Cleanup: spelling in commentsCampbell Barton
2021-07-14Geometry Nodes: initial socket inspectionJacques Lucke
2021-07-07Geometry Nodes: refactor logging during geometry nodes evaluationJacques Lucke
2021-07-05Geometry Nodes: new Viewer nodeJacques Lucke
2021-06-30UI: custom free function improvementsJacques Lucke
2021-06-29Typo in function identifier: mutli -> multiHarley Acheson
2021-06-14Fix T88807: crash when there are multiple links between the same socketsJacques Lucke
2021-04-15Spreadsheet: breadcrumbs and node pinningJacques Lucke
2021-04-08Spreadsheet: support showing data of specific nodeJacques Lucke
2021-04-01Nodes: separate node name and display name in bNodeTreePathJacques Lucke
2021-03-11Nodes: Fix drag link from output to already linked Multi-Input SocketFabian Schempp
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp