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
2022-11-11Fix T100969: Memory leak GPU subdivision during rendering.Jeroen Bakker
2022-11-09Fix T100883: crash with particle instancing and clumpingBrecht Van Lommel
2022-11-08Fix deprecation warnings about printf() on macOSSergey Sharybin
2022-11-07 Fix T101533: Wrong DoF when a non-camera object is the active cameraMiguel Pozo
2022-11-03DRW: PointCloud: Fix memset writting non-trivial type std::mutexClément Foucault
2022-11-03Cleanup: DRW: Fix unused parameters warningClément Foucault
2022-11-03DRW: Command: Fix custom group test being always trueClément Foucault
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-30Fix T102126 Regression: Grease Pencil: Broken 2D LayeringClément Foucault
2022-10-30DRW: Manager: Add possibility to record a framebuffer change inside a passClément Foucault
2022-10-30Fix T102160: Regression: GPencil gradient fill not workingClément Foucault
2022-10-30DRW: Manager: Allow custom draw command in PassMainClément Foucault
2022-10-28Cleanup: formatCampbell Barton
2022-10-26Fix T101925: sculpt color painting not updating with Cycles viewport renderBrecht Van Lommel
2022-10-26Sculpt: fix T102067: Set material properly in new pbvh drawJoseph Eagar
2022-10-25Cleanup: formatChris Blackbourn
2022-10-25Cleanup: Curves: Remove GPUTexture wrappers for buffer textureClément Foucault
2022-10-25Fix T102052 GPencil: stroke outline glitches in object modeClément Foucault
2022-10-25DRW: Pointcloud: Refactor drawing to remove instancingClément Foucault
2022-10-24GPencil: Fix crash when using circle or rectangle toolClément Foucault
2022-10-24GPencil: Fix missing fillsClément Foucault
2022-10-24GPencil: Fix regression (part3) with edit mode introduced in rB0ee9282b5c51Clément Foucault
2022-10-24Pencil: Fix regression (part2) with stroke buffer introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Fix regression with stroke buffer introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Fix regressions introduced in rB0ee9282b5c51Clément Foucault
2022-10-24GPencil: Fix build errors caused by designated initializer in C++Clément Foucault
2022-10-24GPencil: Use indexed rendering instead of instancesClément Foucault
2022-10-24GPencil: Port draw_cache_impl_gpencil.cc to C++Clément Foucault
2022-10-21EEVEE: Fix ill defined blend in cubemap array workaroundClément Foucault
2022-10-20Fix T93382: Blender still generates subsurface render passesLukas Stockner
2022-10-19EEVEE: Depth Of Field: Replace ambiguous select with manual checkClément Foucault
2022-10-19Fix T101896 Eevee: Custom object properties don't work in shader for Curves o...Clément Foucault
2022-10-18Metal: MTLBatch and MTLDrawList implementation.Jason Fielder
2022-10-17FIX T101445: halo Particles are not working.Jason Fielder
2022-10-17Cleanup: spelling in comments, unused arg warningCampbell Barton
2022-10-16Fix T99450: Animated Holdout not updating on frame changeLukas Stockner
2022-10-15Cleanup: comment out unused lambda parameterJoseph Eagar
2022-10-15Sculpt: Fix draw artifacts when drawing multires maskJoseph Eagar
2022-10-15Sculpt: do not validate PBVH draw data in mesh_batch_cache_validJoseph Eagar
2022-10-14Fix: Draw: Initialize StencilSet in the correct orderMiguel Pozo
2022-10-14Cleanup: Small changes to curves draw cacheHans Goudey
2022-10-14Curves: Multithread position vertex buffer extractionHans Goudey
2022-10-13Fix: Crash updating draw cache of original curves dataHans Goudey
2022-10-13Cleanup: Use std::mutex for mesh runtime mutexesHans Goudey
2022-10-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-13Draw: Add missing TBB define to draw moduleHans Goudey
2022-10-12Cleanup: EEVEE-Next: Add precision to commentClément Foucault
2022-10-12DRW: View: Expose matrices through interfaceClément Foucault
2022-10-12DRW: Wrappers: Add TextureRef to wrap around GPUTexture pointersClément Foucault