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-28Merge newboolean branch into master.Howard Trickey
2020-08-28Blenloader: add api function for accessing packedfile address mapJacques Lucke
2020-08-28Blenloader: new api function to check if reading is for undoJacques Lucke
2020-08-28Refactor: move Lattice .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28Refactor: move Mesh .blend I/O to IDTypeInfo callbacksJacques Lucke
2020-08-28Refactor: move CustomData .blend I/O to blenkernelJacques Lucke
2020-08-28Refactor: move defvert .blend IO to blenkernelJacques Lucke
2020-08-28Cleanup: improve function namesJacques Lucke
2020-08-28IDTypeInfo: add .blend file io callbacksJacques Lucke
2020-08-27Cleanup: clang-formatCampbell Barton
2020-08-27Cleanup: Fix build warning with MSVCRay Molenkamp
2020-08-27UI: Use alternating row theme color in file browserRed Mser
2020-08-26Cleanup: add SEQ_ALL_BEGIN, SEQ_CURRENT_BEGIN to .clang-formatCampbell Barton
2020-08-21Cleanup: rename iterators over sequences to be more clear about what they do.Bastien Montagne
2020-08-21Cleanup: remove duplicated code from previously unnoticed merge conflictJacques Lucke
2020-08-21Refactor: move animdata code from blenloader to blenkernelJacques Lucke
2020-08-21Refactor: move nla code from blenloader to blenkernelJacques Lucke
2020-08-21Cleanup: remove LodLevelJacques Lucke
2020-08-21Refactor: move fcurve/fmodifier code from blenloader to blenkernelJacques Lucke
2020-08-21Cleanup: use LISTBASE_FOREACH in readfile.cJacques Lucke
2020-08-21Cleanup: use LISTBASE_FOREACH in writefile.cJacques Lucke
2020-08-21Blenloader: move IDProperty read/write code to blenkernelJacques Lucke
2020-08-19UI: Remove panel X axis closing codeHans Goudey
2020-08-18Depsgraph: simplify build APIJacques Lucke
2020-08-18Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-18No experimental feature (but debug ones) to work for blender beta/releaseDalai Felinto
2020-08-18Merge branch 'blender-v2.90-release'Antonio Vazquez
2020-08-18Fix T79770: Crash opening 2.83 .blend with linked collection containing greas...Antonio Vazquez
2020-08-17IO: Add test for iterating over invisible objectsSybren A. Stüvel
2020-08-17Cleanup: sort CMake path listsCampbell Barton
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-13Sequencer: Implement zoom-to-fit view modeSergey Sharybin
2020-08-12Sculpt: Multires Displacement Eraser BrushPablo Dobarro
2020-08-11Modifier: Maintain per-modifier session UUIDSergey Sharybin
2020-08-10Tests: move remaining gtests into their own module foldersBrecht Van Lommel
2020-08-10Sculpt: Boundary BrushPablo Dobarro
2020-08-10Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-10Fix T77847: "Add plane > align" causes crash when certain rigs are in the sce...Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-08Clenup: use STREQ macroCampbell Barton
2020-08-08Cleanup: remove redundant return parenthesisCampbell Barton
2020-08-07Cleanup: Rename soops to space_outlinerNathan Craddock
2020-08-07Cleanup: fixed Clang-Tidy `bugprone-suspicious-string-compare` warningsSybren A. Stüvel
2020-08-07Cleanup: Versioning: silence Clang-Tidy readability-function-sizeSybren A. Stüvel
2020-08-07Cleanup: Blenloader, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-07Merge branch 'blender-v2.90-release' into masterJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-08-06Merge branch 'blender-v2.90-release'Antonio Vazquez
2020-08-06GPencil: Patch old files after the change in how the first frame is usedAntonio Vazquez