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
2018-02-16Fix part II of T53977: Severe problem with multiple instances of a library (s...Bastien Montagne
2018-02-16Fix part I of T53977: Severe problem with multiple instances of a library (sa...Bastien Montagne
2018-02-15Cleanup: use '_len' instead of '_size' w/ BLI APICampbell Barton
2018-02-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
2018-02-01Cleanup: pass userdef to write_userdef, const argsCampbell Barton
2018-01-29Cleanup: rename user preference flagsCampbell Barton
2018-01-26Fix part of T53080: all material previews re-rendering after undo.Brecht Van Lommel
2018-01-25UI: change tool-tips to be stored in the screenCampbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-18Fix T53808: VSE doesn't show scene strip markersCampbell Barton
2018-01-18Fix weight particle brush versioningCampbell Barton
2018-01-18Fix buffer overflow vulnerability in curve, font, particles code.Brecht Van Lommel
2018-01-18Fix buffer overflow vulnerabilities in mesh code.Brecht Van Lommel
2018-01-17Fix buffer overflow vulernability in thumbnail file reading.Brecht Van Lommel
2018-01-17Correct simple deform versioning from D2989Campbell Barton
2018-01-16Cleanup: Avoid ifdefs in multiple placesSergey Sharybin
2018-01-16readfile: ensure blend header follows the specCampbell Barton
2018-01-11Cleanup: BKE naming conventions for datablock add/localizeCampbell Barton
2018-01-10Alternate fix for brush user countCampbell Barton
2018-01-09Correct error in last commit (versioning)Campbell Barton
2018-01-09Add deform axis for Simple Deform modifierCampbell Barton
2018-01-08Fix T53509: Datablock ID Properties attached to bpy.types.Material are not lo...Bastien Montagne
2017-12-15Move ID recalc flags into dedicated field in IDSergey Sharybin
2017-12-13Depsgraph: Cleanup, use less explicit checks of LIB_TAG_ID_RECALC_DATASergey Sharybin
2017-12-11DNA/RNA: add 'py_instance' for ID typesCampbell Barton
2017-12-05Version patching fixes for F-Curves (as required for fixes for T48988 and T52...Joshua Leung
2017-12-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne
2017-11-29Sequencer: add many more color blend modes, and a new color mix strip.Maikon Araujo
2017-11-27Sequencer: Add option to render OpenGL preview with DoFSergey Sharybin
2017-11-05Cleanup: spellingCampbell Barton
2017-10-17Make auto handle placement aware of cyclic extrapolation.Alexander Gavrilov
2017-10-17Cleanup: use 'e' prefix for enum typedefsCampbell Barton
2017-10-06Vertex Paint: move normal falloff into the brushCampbell Barton
2017-10-06Cleanup: styleCampbell Barton
2017-10-05Sculpt Mode: 2D falloff optionCampbell Barton
2017-10-03Vertex Paint: remove accumulate (soc-2017-vertex_paint)Campbell Barton
2017-10-02Remove brush versioning (again!)Campbell Barton
2017-10-02Vertex Paint: projection optionsCampbell Barton
2017-09-29Vertex Paint: Alpha SupportCampbell Barton
2017-09-28Adding paint brushes crashes w/ linked libsCampbell Barton
2017-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-26Cleanup: indentationCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-09-06Fix T52640: crash when opening image file browser in some cases.Brecht Van Lommel
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-012.79 release: update version numbers & readfile versionning code.Bastien Montagne
2017-07-28Cleanup: clear deprecated UI flagsCampbell Barton
2017-07-05Better fix for sequencer crash when text strip doesn't have effect data.Sybren A. Stüvel