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
2022-03-02Event System: remove tweak events in favor of click-dragCampbell Barton
2022-03-02Event System: match click-drag & tweak event handling for transformCampbell Barton
2022-03-02Event System: support "Release Confirms" for click-drag eventsCampbell Barton
2022-03-02Fix click-drag events for dragging markersCampbell Barton
2022-03-02Fix ignored click-drag events when operators pass-through & finishedCampbell Barton
2022-03-02Cleanup: use back-slash for doxygen commands, color after parametersCampbell Barton
2022-03-02Merge remote-tracking branch 'origin/blender-v3.1-release'Kévin Dietrich
2022-03-02Fix T94952: normals maps don't render correctly with GPU subdivisionKévin Dietrich
2022-03-02Cleanup: Refactor seeking codeRichard Antalik
2022-03-02Fix potential crash during proxy buildingRichard Antalik
2022-03-02Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-02Fix T95608: Mac issues with drag drop on multi-monitorGermano Cavalcante
2022-03-01Merge branch 'blender-v3.1-release'Germano Cavalcante
2022-03-01Fix wrong object mode checking in snap codeGermano Cavalcante
2022-03-01GPencil: Improve subdivision modifierHenrik Dick
2022-03-01Geometry Nodes: Port most curve primitives to new data-blockHans Goudey
2022-03-01Curves: Move curves primitive to object add codeHans Goudey
2022-03-01Merge branch 'blender-v3.1-release'Campbell Barton
2022-03-01Fix T96035: Some tool settings do not workCampbell Barton
2022-03-01Merge branch 'blender-v3.1-release'Sergey Sharybin
2022-03-01Fix T95997: Crash when entering edit modeSergey Sharybin
2022-03-01Fix incorrect drag-event threshold when releasing modifiers earlyCampbell Barton
2022-03-01Fix T96097: Image editor tile drawing not working.Jeroen Bakker
2022-03-01Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-01Fix: dangling internal links after removing socketsJacques Lucke
2022-03-01Fix T95979: Bake doesn't update Image editor.Jeroen Bakker
2022-03-01Fix T96030: Update Image editor after reload.Jeroen Bakker
2022-03-01Fix T96030: ImageEditor not updated for generated images.Jeroen Bakker
2022-03-01Fix 3d texture painting artifacts.Jeroen Bakker
2022-03-01Fix painting on none 256 aligned images.Jeroen Bakker
2022-03-01Fix crash triggered by an introduced assert.Jeroen Bakker
2022-03-01Fix building error in previous commit.Jeroen Bakker
2022-03-01Image Engine: Performance 8 byte images.Jeroen Bakker
2022-03-01Cleanup: remove unused codeCampbell Barton
2022-03-01Cleanup: move Event.is_repeat & is_direction_inverted to flagsCampbell Barton
2022-03-01Cleanup: ED_view3d_win_to_delta & ED_view3d_calc_zfac usageCampbell Barton
2022-03-01UI: Fix multi input socket outline and highlightLeon Schittek
2022-03-01Cleanup: use doxygen comments, correct spellingCampbell Barton
2022-03-01Fix: Don't tag curves component cache dirty for radiusHans Goudey
2022-03-01Fix: Use correct default in Curves to CurveEval conversionHans Goudey
2022-03-01Curves: Add method to access cyclic attributeHans Goudey
2022-03-01Cleanup: Move object_add.c to C++Hans Goudey
2022-02-28Nodes: Improve readability of selected node linksLeon Schittek
2022-02-28Geometry Nodes: Use std::move in dual mesh nodeWannes Malfait
2022-02-28Cleanup: Use bool instead of intHans Goudey
2022-02-28Merge branch 'blender-v3.1-release'Brecht Van Lommel
2022-02-28Fix T92288, T96041: instancing of shared mesh objects without modifiers brokenBrecht Van Lommel
2022-02-28Fix T96032: add null check to constraint operatorsHenrik Dick
2022-02-28Cleanup: Rename geometry set "curve" functions to "curves"Hans Goudey
2022-02-28Geometry Nodes: Begin conversion to new curvesHans Goudey