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-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
2021-11-19Fix T87912: use session id instead of name to identify dropped objectJacques Lucke
2021-11-19Merge branch 'blender-v3.0-release'Omar Emara
2021-11-19Fix T93184: Link color not used for custom socketsOmar Emara
2021-11-18Node Editor: Change minimum zoomErik
2021-11-18Node Editor: Skip socket drawing on low zoomErik
2021-11-18Cleanup: Simplify declarations in C++ headerHans Goudey
2021-11-18Cleanup: Use const argumentsHans Goudey
2021-11-18UI: Use full word "Start" instead of "Sta"Nikhil Shringarpurey
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-13BLF: Use Floats for Font Point SizesHarley Acheson
2021-11-13Cleanup: spelling in comments, comment block formattingCampbell Barton
2021-11-12Cleanup: Move remaning node editor files to C++Hans Goudey
2021-11-11Merge branch 'blender-v3.0-release'Hans Goudey
2021-11-11Fix T89313: Attribute search crash with animation playbackHans Goudey
2021-11-09Merge branch 'blender-v3.0-release'Thomas Dinges
2021-11-09Node Editor: Display warning when using Nishita sky texture with EeveeThomas Dinges
2021-11-08Nodes: store socket declaration reference in socketJacques Lucke
2021-11-04Fix T92814: improve automatic linking when inserting Float Curve nodeJacques Lucke
2021-11-04Fix T92791: collapsed nodes scaling widget wrong with interface scalePhilipp Oeser
2021-11-02Fix lots of missing messages i18n handling in `uiItemL` calls.Bastien Montagne
2021-11-02UI: Use socket type info color to draw linksOmar Emara
2021-10-27Fix T92427: Adding new nodes does no edge-panningPhilipp Oeser
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