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-05-14Nodes: fix connecting wrong sockets when inserting nodeJacques Lucke
2021-05-14Geometry Nodes: remove some unnecessary updatesJacques Lucke
2021-04-16Cleanup: clang-formatCampbell Barton
2021-04-15Fix T87171: Update multi input socket indicesFabian Schempp
2021-04-15Fix T87356 & T87358: Small multi-input socket issuesFabian Schempp
2021-04-07Cleanup: Various cleanup of node link handling functionsHans Goudey
2021-03-26Nodes: match Multi-input socket activation distanceFabian Schempp
2021-03-23FIX: Incorrect link drawing after link cutting toolFabian Schempp
2021-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-15Nodes: fix crash after undo after recent multi-input-socket changesJacques Lucke
2021-03-11Nodes: Fix drag link from output to already linked Multi-Input SocketFabian Schempp
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-03Fix crash when dragging nodesHans Goudey
2021-03-03Fix T85966: Wrong link picked when dragging multi-input socketFabian Schempp
2021-02-11Fix T85541: crash when replacing an existing node linkJacques Lucke
2021-02-11UI: Multi-input node socket spacing and interactionFabian Schempp
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-02-03Cleanup: don't end description with dotJacques Lucke
2021-02-03Geometry Nodes: Multi-Input SocketsFabian Schempp
2021-01-20Cleanup: Store runtime space node variables in a separate structHans Goudey
2021-01-15Cleanup: Add const in various places in node codeHans Goudey
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-10-16Cleanup: reduce variable scopesJacques Lucke
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-08-07Cleanup: pass arrays const where possibleCampbell Barton
2020-08-04Merge branch 'blender-v2.90-release' into masterNathan Craddock
2020-08-04Fix T78932: fix linking reroute nodes of different typeJacques Lucke
2020-07-22Nodes: add missing update tags in the case of simulation node treesJacques Lucke
2020-07-03Cleanup: Editors/Space/Node, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-05-09Cleanup: spellingCampbell Barton
2020-04-14Cleanup: spellingCampbell Barton
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-04-03Cleanup: Rename ScrArea variables from sa to areaJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: Rename ARegion variables from ar to regionJulian Eisel
2020-03-06Nodes: Support storing socket link limits in bNodeSocketTypeJacques Lucke
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.Bastien Montagne
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: spellingCampbell Barton
2019-03-26Cleanup: style, use braces for editor/spacesCampbell Barton
2019-03-22NodeEditor: Connect Viewer To Socket SelectionJeroen Bakker
2019-03-16Python API: add Python-defined node groups for shaders and compositing.Miguel Porces
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton