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-03-17Nodes: Add support to mute node wiresCharlie Jolly
2021-03-17Geometry Nodes: store domain and data type in attribute hintsJacques Lucke
2021-03-16Compositor: Redesign Cryptomatte node for better usabilityJeroen Bakker
2021-03-15Geometry Nodes: Support drag & drop object to create Object Info, Collection ...Charlie 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-10Fix T86416: geometry nodes crash choosing a group node link menuPhilipp Oeser
2021-03-10Nodes: Sortable Multi Input SocketsFabian Schempp
2021-03-10Fix (unreported) geometry node attribute search not working in thePhilipp Oeser
2021-03-08Fix T86373: crash picking colors in geometry nodesocketsPhilipp Oeser
2021-03-05Geometry Nodes: Sort attribute search items when menu opensHans Goudey
2021-03-04Fix T86172: tag relations update when pasting nodesJacques Lucke
2021-03-04Cleanup: redundant struct declarationsCampbell Barton
2021-03-03Geometry Nodes: Allow clearing an attribute text fieldHans Goudey
2021-03-03UI: Allow translation for node error messagesHans Goudey
2021-03-03Fix crash when dragging nodesHans Goudey
2021-03-03Fix T85966: Wrong link picked when dragging multi-input socketFabian Schempp
2021-03-02Geometry Nodes: Attribute search drop-downHans Goudey
2021-03-02UI: Expose an "is first search" boolean to search button callbacksHans Goudey
2021-02-24Cleanup: Remove unused node editor button event definesHans Goudey
2021-02-24UI: Cleanup and fix labels and descriptions in various placesYevgeny Makarov
2021-02-24UI: Make node virtual sockets more visibleFabian Schempp
2021-02-24Geometry Nodes: Move node UI storage function to BKEHans Goudey
2021-02-22Merge branch 'blender-v2.92-release'Philipp Oeser
2021-02-22Fix T85865: Crash when selecting Image texture nodePhilipp Oeser
2021-02-19Cleanup: typoJacques Lucke
2021-02-19Nodes: only show warning icon if there are warningsJacques Lucke
2021-02-18Cleanup: sort structs, file-listsCampbell Barton
2021-02-18Cleanup: use doxy sectionsCampbell Barton
2021-02-18Cleanup: Use Vector instead of of raw arrayHans Goudey
2021-02-17Cleanup: Comment formatting in node_draw.ccHans Goudey
2021-02-17Cleanup: spellingCampbell Barton
2021-02-17Geometry Nodes: Node error messagesHans Goudey
2021-02-16Cleanup: Remove use of designated initializers in C++Hans Goudey
2021-02-16Cleanup: Compile node_draw.c with C++Hans Goudey
2021-02-16Assets: Remove appended asset when dropping operation failsJulian Eisel
2021-02-15UI/Nodes: Adding node groups via drag & drop (e.g. from Asset Browser)Julian Eisel
2021-02-15Merge branch 'blender-v2.92-release'Jacques Lucke
2021-02-15Fix T84624: node group data-block has phantom userJacques Lucke
2021-02-11Cleanup: clang-format, spellingCampbell Barton
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-10Cleanup: remove redundant headers in source/blender/editors/Campbell Barton
2021-02-09Cleanup: Register node property layout callbacks in filesHans Goudey
2021-02-05Geometry Nodes: add Volume to Mesh nodeJacques Lucke
2021-02-05Geometry Nodes: support fixed pivot axis in Align Rotation to Vector nodeJacques Lucke
2021-02-05Geometry Nodes: Add Attribute Proximity NodeVictor-Louis De Gusseme
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