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-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
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