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-03-23Fix own mistake from 4cb4556fa5ba78ffJulian Eisel
2018-03-23Fix memory leaks when doing "Save & Quit"Julian Eisel
2018-03-23Fix T48027: Memory leaks when exiting Blender from menuJulian Eisel
2018-03-22PyDocs: Fix link syntaxAaron Carlisle
2018-03-22Glog: Restore some custom config for MSVC2015Sergey Sharybin
2018-03-22GLog: Tweak settings according to our configSergey Sharybin
2018-03-22Glog: Workaround mess around windows and non-windows headersSergey Sharybin
2018-03-22GFlags: Fix usage of unused attributeSergey Sharybin
2018-03-22Glog: Attempt to fix compilation error on WindowsSergey Sharybin
2018-03-22Glog: Restore haiko OSSergey Sharybin
2018-03-22Fix T54172: Avoid jumping panel length during playbackAaron Carlisle
2018-03-22Depsgraph: Report new depsgraph evaluation timeSergey Sharybin
2018-03-22UI: skip confirmation menu on quit prompt to saveCampbell Barton
2018-03-22Update Google librariesSergey Sharybin
2018-03-22Fix T54360: FFMPEG bitrate not editable for all codecsSybren A. Stüvel
2018-03-22Cleanup: Use more python way of checking booleanSergey Sharybin
2018-03-22Fix T54348: Bone dissolve gives invalid hierarchyCampbell Barton
2018-03-22Fix bone dissolve using wrong envelope radiusCampbell Barton
2018-03-21UI: Optional prompt to quit for non win32 systemsCampbell Barton
2018-03-21Tracking: Make object created form tracks active and selectedSergey Sharybin
2018-03-21Tracking: Warn when no tracks are selected when creating meshSergey Sharybin
2018-03-21Fix T54378: Drivers fail with property from emptySergey Sharybin
2018-03-20Fix build error on Windows 32 bit.Brecht Van Lommel
2018-03-20Remove debug only code from previous commitSergey Sharybin
2018-03-20Memory allocator: Clarify consistency check functionSergey Sharybin
2018-03-20MSVC: Fix lite build.Ray Molenkamp
2018-03-20Fixed: cache clearing when using multiple Alembic files.Sybren A. Stüvel
2018-03-20Fix BLI_assert for MSVCCampbell Barton
2018-03-20Fix missing ID pointer handling in materials in ID remapping code.Bastien Montagne
2018-03-20Fix missing array duplication when copying materialSergey Sharybin
2018-03-20Fix compile error with MSVC2013 - Can't use __func__ (from BLI_assert) in inl...Joshua Leung
2018-03-20Fix T54019: copying and linking bugs with custom ID pointer properties.Bogdan Nagirniak
2018-03-19Fix T54240: automatic node link moving should take into account type.Matthias Ellerbeck
2018-03-19Fix T54317: overlapping volume render bug after recent changes.Brecht Van Lommel
2018-03-19Fix T54356: volume rendering bug using just color attribute.Brecht Van Lommel
2018-03-19Cleanup: use utility header for particle loopingCampbell Barton
2018-03-19Cleanup: move particle undo into own fileCampbell Barton
2018-03-19Cleanup: move armature undo into own fileCampbell Barton
2018-03-19Cleanup: move metaball undo into own fileCampbell Barton
2018-03-19Cleanup: move curve undo into own fileCampbell Barton
2018-03-19Cleanup: split lattice into own libraryCampbell Barton
2018-03-19Cleanup: type conversion warningCampbell Barton
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18Fix ugly recursive pattern in RNA PointCache data layout.Bastien Montagne
2018-03-18CMake: disable boost for lite buildsCampbell Barton
2018-03-18Cleanup: kdopbvh, only set parent nodes onceCampbell Barton
2018-03-18Cleanup: use MEM_SAFE_FREECampbell Barton
2018-03-18mathutils: replace interp w/ blend when standaloneCampbell Barton
2018-03-17build_environment: remove msvc compiler warning from boost.Ray Molenkamp
2018-03-17MSVC: ignore warning c4828 The file contains a character that is illegal.Ray Molenkamp