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
2020-08-18Cleanup: rename bdata to boundaryPablo Dobarro
2020-08-18Fix Cloth Brush Grab deform types not working with spacingPablo Dobarro
2020-08-18Cleanup: Remove unused code in the Paint CursorPablo Dobarro
2020-08-18Fix Face Set Visibility operator using wrong active Face SetPablo Dobarro
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-08-18Sculpt: Expose the functions to create and init a SculptClothSimulationPablo Dobarro
2020-08-18Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-18Fix/cleanup Constraint poll function in liboverride cases.Bastien Montagne
2020-08-18Cleanup: use view-zoom enum typeCampbell Barton
2020-08-18Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-18Fix incorrect pixelsize use where DPI scale was intendedCampbell Barton
2020-08-18Fix T79787: orbit/zoom sensitivity depends on line-widthCampbell Barton
2020-08-17Merge branch 'blender-v2.90-release'Richard Antalik
2020-08-17Fix T79757: Crash on prefetch when renaming stripsRichard Antalik
2020-08-17USD: Allow exporting of invisible objectsSybren A. Stüvel
2020-08-17Fix T79597: Crash with dyntopo after paint cursor refactorPablo Dobarro
2020-08-17Fix T77340: nested nodes alpha issuesJacques Lucke
2020-08-17Cleanup: split BPY_run_string_ex into two functionsCampbell Barton
2020-08-17Cleanup: move Python script execution into BPY_extern_run.hCampbell Barton
2020-08-17Cleanup: spellingCampbell Barton
2020-08-16UI: Simplify cloth filter type descriptionHans Goudey
2020-08-16Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-16Fix T79823: Typo in cloth filter type descriptionHans Goudey
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix popups opening in the wrong direction over headersCampbell Barton
2020-08-16Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-08-16Fix T78426: Header flips when changing editorsCampbell Barton
2020-08-16Cleanup: Quiet GCC maybe uninitialized warningHans Goudey
2020-08-14Fix T79772: Gpencil. Additive drawing doesn't work when creating fillsAntonio Vazquez
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix constant lighting change in VR view when rotating headJulian Eisel
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-13UI: Add sculpt cloth filter tool iconHans Goudey
2020-08-13UI: Add sculpt cloth filter tool iconHans Goudey
2020-08-13Sequencer: Implement zoom-to-fit view modeSergey Sharybin
2020-08-13View2D: Inform region type on current view changesSergey Sharybin
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-08-13UVEdit: Fix drawing after recent refactorClément Foucault
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault
2020-08-13Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-13Fix T79743: baking still uses cage object after removalBrecht Van Lommel
2020-08-13GPencil: Remove unused parameter and fix warningAntonio Vazquez
2020-08-13Cleanup: warningsCampbell Barton
2020-08-13Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-13UI: Fix curve widget fill artifactspembem22