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
path: root/source
AgeCommit message (Expand)Author
2022-03-04Cleanup: use doxy-sections in outliner_draw.ccCampbell Barton
2022-03-04Cleanup: use doxy-sections for interface_dropboxes.ccCampbell Barton
2022-03-04Sequencer: de-duplicate new-scene enum, include in generated docsCampbell Barton
2022-03-04Sequencer: disallow assigning scenes to non-seuencer stripsCampbell Barton
2022-03-04Cleanup: use doxy-sections in scene_edit.cCampbell Barton
2022-03-04Cleanup: warning & spelling from recent scene/sequencer operatorCampbell Barton
2022-03-04Cleanup: spelling in comments, function nameCampbell Barton
2022-03-04UI: Drag & Drop to Properties Materials PanelAzeem Bande-Ali
2022-03-03Curves: Port endpoint selection node to new data-blockHans Goudey
2022-03-03BLI: Add functions to IndexRange to mirror SpanHans Goudey
2022-03-03Fix T96145: GPencil eval data not updated correctlyFalk David
2022-03-03File Browser UI: Allow dragging anywhere in a file preview tile to dragJulian Eisel
2022-03-03Cleanup: Remove redundant drag image size parametersJulian Eisel
2022-03-03i18n: Fix more potential contextual issues with "Back" UI label.Bastien Montagne
2022-03-03UV: Edge selection supportSiddhartha Jejurkar
2022-03-03Outliner: Display respective data-block icon in library overrides modeJulian Eisel
2022-03-03Fix T96140: Crash on color button drag & dropJulian Eisel
2022-03-03VSE: Allow to create scene in strip propertiesAntonio Vazquez
2022-03-03Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-03Fix T96135: Mesh coordinates are set to the last edited shape-keyCampbell Barton
2022-03-03WM: use pass-through for cursor placement operatorCampbell Barton
2022-03-03Cleanup: comments in wm_event_system.cCampbell Barton
2022-03-03Event System: use more thoroughly tested logic for click-drag eventsCampbell Barton
2022-03-03UI: only wrap cursor motion horizontally when dragging markersCampbell Barton
2022-03-03Cleanup: use doxygen sections for anim_markers.cCampbell Barton
2022-03-03Cleanup: rename misleading variable for marker selection cyclingCampbell Barton
2022-03-03Fix timeline marker click-drag arbitrary deselectionCampbell Barton
2022-03-03Cleanup: remove references to key-map modifier values denoting orderCampbell Barton
2022-03-03Cleanup: Rename set handle type node internally to match UIHans Goudey
2022-03-03Curves: Port set resolution node to the new data-blockHans Goudey
2022-03-03Fix: BLI math clamp doesn't workHans Goudey
2022-03-03Fix mistake in seeking cleanupRichard Antalik
2022-03-02Cleanup: Use rectangle for file browser tile drawingJulian Eisel
2022-03-02UI: Comments Misspellings of Vertex/VerticesNikhil Shringarpurey
2022-03-02Fix T96101: "Remove" button failure on Grease Pencil layer's relation to boneAntonio Vazquez
2022-03-02Search: take word order into account in string searchJacques Lucke
2022-03-02Blender 3.1 bcon4 - change release cycle to release candidateThomas Dinges
2022-03-02Curves: add brush to add curves on surfaceJacques Lucke
2022-03-02Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-02Fix T95692: incorrect interpolated children particle hairJacques Lucke
2022-03-02Merge branch 'blender-v3.1-release'Hans Goudey
2022-03-02Fix T93573: Remove outline from instances in edit modeHans Goudey
2022-03-02Fix T95479: geometry nodes crash with cage displayJacques Lucke
2022-03-02UI: Enable the outliner to use the correct icon for each curve subtypeEthan Hall
2022-03-02Fix/Workaround T96120: Crash dropping from the file browserCampbell Barton
2022-03-02Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-03-02Fix T94729: GPU subdivision does not support meshes without polygonsKévin Dietrich
2022-03-02Fix T96123: Crash when click-dragging across the visibility iconsCampbell Barton
2022-03-02Fix T96085: repeated evaluation of geometry nodes when nothing changedJacques Lucke
2022-03-02BLI: add scoped-defer utility to add RAII-like behavior to C typesJacques Lucke