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-04-05Undo: split text undo steps out of the data-blockCampbell Barton
2018-04-04Tweak ID->tag reset on file load (no visible change expected!).Bastien Montagne
2018-04-04Depsgraph: Only bind ID-data and indices to depsgraph callbacksSergey Sharybin
2018-03-31Undo: unified undo system w/ linear historyCampbell Barton
2018-03-23Cleanup: stray tabsCampbell Barton
2018-03-20Fix T54019: copying and linking bugs with custom ID pointer properties.Bogdan Nagirniak
2018-03-12Fix T54296: Cycles viewport render stuck on constant re-renderSergey Sharybin
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-15Simple hair children: Initial implementation of twist controlSergey Sharybin
2018-02-07Cleanup: add _types.h suffix to DNA headersCampbell Barton
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 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-16Cleanup: Avoid ifdefs in multiple placesSergey Sharybin
2018-01-16readfile: ensure blend header follows the specCampbell 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-04Cleanup: link/append: get rid of booleans in func parameters.Bastien Montagne
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-09-27Vertex/Weight Paint: Use PBVH for paintingCampbell Barton
2017-09-22Remove quicktime supportAaron Carlisle
2017-08-28Make GS macro return proper IDType typeSergey Sharybin
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-05-25Fix T50112: Sequencer crash w/ missing proxy dataCampbell Barton
2017-05-20CMake: Use GCC7's -Wimplicit-fallthrough=5Campbell Barton
2017-05-03"Fix" root cause of T51260 Forward compatibility crash fter adding new IDProp...Bastien Montagne
2017-05-03Render API/Cycles: Identify Render Passes by their name instead of a type flagLukas Stockner
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-28Forgot those IDP_LibLinkProperty call on node sockets IDProps in previous com...Bastien Montagne
2017-03-28Fix lib_link_cachefile.Bastien Montagne
2017-03-28Bring back `lib_link_mesh()` in 'order' with other libdata liblink functions.Bastien Montagne
2017-03-28readfile.c: Cleanup lib_link code a bit.Bastien Montagne
2017-03-16Add BKE_blendfile_userdef_read_from_memoryCampbell Barton
2017-03-15Load user-preferences before startup fileCampbell Barton
2017-02-27Surface Deform Modifier (SDef)Luca Rood
2017-02-11Use dummy versionning numbers for missing libraries.Bastien Montagne
2017-01-31Cleanup: use 'cb_flag', not 'cd_flag' for library_query callbacks.Bastien Montagne
2017-01-31Cleanup: Rename callback flags from library_query to `IDWALK_CB_...`Bastien Montagne
2017-01-26Compositor: Make HSV node inputs a real socketsSergey Sharybin
2017-01-26Fix T50287: Blender crashes when open a blend that contains an alembicKévin Dietrich
2017-01-18GP Interpolate Sequence: Tool settings for controlling the shape of interpola...Joshua Leung