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-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
2021-02-03Geometry Nodes: Add Collection Info NodeSebastian Parborg
2021-01-31Merge branch 'blender-v2.92-release'Nathan Craddock
2021-01-31Fix T79797: Compositor backdrop gizmo not updating after zoomNathan Craddock
2021-01-30Fix T85149: Wrong reroute position when adding with quick gestureGermano Cavalcante
2021-01-26Geometry Nodes: Support all operations in the "Attribute Math" nodeHans Goudey
2021-01-26Geometry Nodes: new Points to Volume nodeJacques Lucke
2021-01-25Merge branch 'blender-v2.92-release'Campbell Barton
2021-01-25Fix T84324: Crash when combining two scenes in compositor.Jeroen Bakker
2021-01-25Cleanup: pass 'rctf' rectangle to 2D box drawing functionsCampbell Barton
2021-01-24Asset Browser: Avoid appending asset data-block when drop operator will failJulian Eisel
2021-01-24Cleanup: Add/use helper to check if dragging a certain ID type or asset ID typeJulian Eisel
2021-01-24Asset Browser: Support dragging mask assets into compositorsJulian Eisel
2021-01-24Asset Browser: Support dragging image assets into node editorsJulian Eisel
2021-01-21Geometry Nodes: new Attribute Sample Texture nodeJacques Lucke