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-06-02Nodes: move some files to C++Jacques Lucke
2021-04-14Geometry Nodes: Add domain and data type to attribute searchHans Goudey
2021-03-25Fix T86867: Node Editor: Avoid deselect-all triggering on every box-Philipp Oeser
2021-03-18Fix T86677: select grouped in node editor crashes without active nodePhilipp Oeser
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-19Cleanup: Grammar: "Allow to" vs gerundHans Goudey
2020-09-09UI: improve search results by using fuzzy and prefix matchingJacques Lucke
2020-09-04Fix T78084: Search does not accept text fragments everywherePhilipp Oeser
2020-07-23Fix T79162: 'prop_search' includes ID prefix in string propertiesCampbell Barton
2020-07-03Cleanup: Editors/Space/Node, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-26Merge branch 'blender-v2.83-release'Philipp Oeser
2020-05-26Fix T76970: Unneccessary update calls viewportJeroen Bakker
2020-05-11Fix T74713: Unpredictable active texture node for WorkbenchSergey Sharybin
2020-05-11Fix T74713: Unpredictable active texture node for WorkbenchSergey Sharybin
2020-05-08Cleanup: callback naming for search button & update doc-stringsCampbell Barton
2020-05-07Cleanup: split search menu separator argument into own functionCampbell Barton
2020-05-05Cleanup: use int instead of short for lasso array lengthCampbell Barton
2020-05-04Cleanup: rename mcords to mcoordsCampbell Barton
2020-04-14UI: improve menu search with dimmed menu prefixCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Including "BLI_listbase.h" for LISTBASE_FOREACH macroDalai Felinto
2020-04-03Cleanup: use abbreviated names for unsigned types in editorsCampbell Barton
2020-03-24UI: add menu search functionality to operator search menuCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2019-10-04Node Editor: Use new operator utilities for node selection and draggingJulian Eisel
2019-10-01Cleanup: simplify node modal select implementationBrecht Van Lommel
2019-08-27UI: fix some menus and popups not taking into account UI scale for paddingYevgeny Makarov
2019-05-30Cleanup: move click/drag events to functionsCampbell Barton
2019-05-29UI: use matching distance checks & define for draggingCampbell Barton
2019-05-23Revert "Fix T64660: no access to node connectors when a node is inside a layo...Bastien Montagne
2019-05-16Fix T64660: no access to node connectors when a node is inside a layout frame.Bastien Montagne
2019-05-14Fix T63994: Node Editor: Move All Selected Nodes when dragging.Bastien Montagne
2019-05-14Interface: Free argument callback for popupsJacques Lucke
2019-05-06Node select: refactor, fix some inconsistent behaviors in socket selection.Bastien Montagne
2019-04-30Cleanup: make 'deselect_all' properties PROP_SKIP_SAVE.Bastien Montagne
2019-04-30Cleanup: use bool literal for booleans.Bastien Montagne
2019-04-30Select: Add 'deselect on nothing' to nodes selection.Bastien Montagne
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-22NodeEditor: Connect Viewer To Socket SelectionJeroen Bakker
2019-03-21UI: replace button open event with activate on initCampbell Barton
2019-03-20Fix T60815: drag & drop crash when search menu is opened immediately after.Brecht Van Lommel
2019-03-13Cleanup: rename uiBlock.mx,my to bounds_offsetCampbell Barton
2019-03-08Cleanup: use doxy sections for node select APICampbell Barton
2019-03-07Tool System: use set/add/subtract for all lasso select operatorsCampbell Barton
2019-03-07Tool System: use set/add/subtract for all box select operatorsCampbell Barton