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
path: root/source
AgeCommit message (Expand)Author
2018-03-20Depsgraph: Fix memory leak when datablock is not reusedSergey Sharybin
2018-03-20Depsgraph: Prevent non-expandable datablocks from being freedSergey Sharybin
2018-03-20MSVC: Fix lite build.Ray Molenkamp
2018-03-20DRW: Fix bound_ubo_slots allocation size.Clément Foucault
2018-03-20DRW: Fix ubo binding code.Clément Foucault
2018-03-20Fixed: cache clearing when using multiple Alembic files.Sybren A. Stüvel
2018-03-20Fix BLI_assert for MSVCCampbell Barton
2018-03-20Merge branch 'master' into blender2.8Bastien Montagne
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-20Cleanup: unused variablesCampbell Barton
2018-03-20Merge branch 'master' into blender2.8Joshua Leung
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-20GPU Bufferes: Small optimization when updating buffersGermano
2018-03-19Fix T54240: automatic node link moving should take into account type.Matthias Ellerbeck
2018-03-19Cleanup: avoid passing bContext to particle APICampbell Barton
2018-03-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Cleanup: use utility header for particle loopingCampbell Barton
2018-03-19Merge branch 'master' into blender2.8Campbell 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-19Merge branch 'master' into blender2.8Campbell Barton
2018-03-19Cleanup: type conversion warningCampbell Barton
2018-03-19Fixed typo Python APIJeroen Bakker
2018-03-18Merge branch 'master' into blender2.8Bastien Montagne
2018-03-18Fix ugly recursive pattern in RNA PointCache data layout.Bastien Montagne
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-17Eevee: Volumetrics: Fix crash when using smoke volumes.Clément Foucault
2018-03-17DRW: Fix error in texture binding / unbinding.Clément Foucault
2018-03-17GWN: Vertex Buffer refactor.Clément Foucault
2018-03-17DRW: Move cache time to GPUViewport for profilingClément Foucault
2018-03-17Merge branch 'master' into blender2.8Gaia Clary
2018-03-17Refactor: Collada: remove param, changed order of params in Function callGaia Clary
2018-03-16Merge branch 'master' into blender2.8Bastien Montagne
2018-03-16Fix (unreported) a broken 'RNA diff collection' case.Bastien Montagne
2018-03-16Some more minor cleanups.Bastien Montagne
2018-03-16Add an assert to BKE_icon_changed() that we are actually dealing with ID icon.Bastien Montagne
2018-03-16Fix T54310: Assert when enable Brush custom icon.Bastien Montagne
2018-03-16Cleanup: naming and const parameter.Bastien Montagne
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin
2018-03-16Depsgraph: Support colored addresses in debug printsSergey Sharybin
2018-03-16Add Truecolor ANSI console constantsSergey Sharybin
2018-03-16Hash: Add utility function to convert address to rgb valuesSergey Sharybin
2018-03-16Merge branch 'master' into blender2.8Sergey Sharybin