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
2019-09-26Fix T70259: Hair particle point selection if 'use_fade_time' is setPhilipp Oeser
2019-09-26Fix particle lasso selecting non-visible keysPhilipp Oeser
2019-09-26Cleanup: clang-formatBrecht Van Lommel
2019-09-26Grease Pencil: use standard eraser and paint brush cursorsHarley Acheson
2019-09-26WM: refresh custom cursors designs, add a few more cursorsHarley Acheson
2019-09-26WM: clean up cursors constants and codeBrecht Van Lommel
2019-09-26Fix (unreported) (2d) paint cursor always drawing in half alphaPhilipp Oeser
2019-09-26Fix T70260: Stencil Paint Overlay BrokenPhilipp Oeser
2019-09-25Fix T69639: Bevel Info bar Width value not affected by Unit Scalemano-wii
2019-09-25Fix T69542: Corrective Smooth modifier breaks when drivers are involvedSebastian Parborg
2019-09-25Fix T70231: GPencil - Moving very fast tablet pen gets ugly stroke endsAntonio Vazquez
2019-09-25Pose paste: avoid auto-keying on unselected bones when 'selection only' is en...Sybren A. Stüvel
2019-09-25Motion paths: Use minimal possible dependency graphSergey Sharybin
2019-09-25Motion paths: Limit updates to changed frame range onlySergey Sharybin
2019-09-25Motion paths: Refactor, make update range more explicitSergey Sharybin
2019-09-25Motion paths: Cleanup, de-duplicate codeSergey Sharybin
2019-09-25Sculpt: Cleanup, use more suitable utility functionSergey Sharybin
2019-09-25Sculpt: Fix crash hovering mouse onto multire surfaceSergey Sharybin
2019-09-25Sculpt: Cleanup, grant expected usage with assertsSergey Sharybin
2019-09-24Cleanup: removed 7-year-old commented-out code marked 'for now'Sybren A. Stüvel
2019-09-24Tracking: Highlight keyframes in path visualizationSergey Sharybin
2019-09-24Fix T70202: Typo error in messageAntonio Vazquez
2019-09-24Fix T70140: Topology Automasking and 2D Falloff don't work correctly togetherPablo Dobarro
2019-09-24Fix T69875: Sculpt Scene Spacing breaks with Adjust Strength for Spacing enabledPablo Dobarro
2019-09-24Fix crash in dynamic mesh preview edge list updatePablo Dobarro
2019-09-23Fix T70013: slow OpenGL calls for every vertex and weight painting stepDaniel Grosse
2019-09-23Fix T70143: GPencil Multiframe selection is not updated when use Box select i...Antonio Vazquez
2019-09-23Modifiers: every modifier now copies mesh settings, fixing texture space issuesBrecht Van Lommel
2019-09-23Cleanup: remove unimplemented texture space rotation variablesBrecht Van Lommel
2019-09-23Fix selection and snapping misusing texture space as boundboxBrecht Van Lommel
2019-09-23GPencil: Use correct comparison for non-bit valuesAntonio Vazquez
2019-09-23Cleanup: use bracesCampbell Barton
2019-09-22Fix T69564: Empty fcurve prevents waveform drawingRichard Antalik
2019-09-22UI: Add missing toolbar icons for Sculpt ModeWilliam Reynish
2019-09-22GPencil: Fix missing last point when sculpt in MultiframeAntonio Vazquez
2019-09-21GPencil: Apply transformed rotation only if neededAntonio Vazquez
2019-09-21GPencil: Use Object location instead of 3D cursor for Grab BrushAntonio Vazquez
2019-09-21GPencil: Remove Sculpt rotation effect for multiframe sculptAntonio Vazquez
2019-09-21GPencil: More changes to use original data in multiframe sculptAntonio Vazquez
2019-09-21GPencil: Fix error in previous commitAntonio Vazquez
2019-09-21GPencil: Use evaluated or original data in Sculpt for MultiframeAntonio Vazquez
2019-09-21GPencil: Fix unreported select not working in multiframe modeAntonio Vazquez
2019-09-21Cleanup: unused headers in editorsCampbell Barton
2019-09-21Revert "Modifiers: every modifier now copies mesh settings, fixing texture sp...Brecht Van Lommel
2019-09-20UI: Avoid file browser directory change if path didn't changeJulian Eisel
2019-09-20UI: Replace big options button in file browserJulian Eisel
2019-09-20Remove redundant file bookmarks region toggle operatorJulian Eisel
2019-09-20Refactor: Ensure there's always a valid file editor tool regionJulian Eisel
2019-09-20Rewrite file region handling for non-editor modeJulian Eisel
2019-09-20UI: Fix CapitalizationYevgeny Makarov