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-07-31GPU: Hide GL context specificitied behind class methodstmp-gpu-context-isolationClément Foucault
2020-07-31GPU: Convert gpu_matrix.c to C++Clément Foucault
2020-07-31GPU: Convert gpu_shader_interface.c to C++Clément Foucault
2020-07-30Cleanup: OCIO: Remove extern "C" around blender headersClément Foucault
2020-07-30Fix T79347 GPU: Segfault starting blenderClément Foucault
2020-07-30Merge branch 'blender-v2.90-release' into masterNathan Craddock
2020-07-30Fix T79278: Selected object filter skipping collection instancesNathan Craddock
2020-07-30Add compound shape for rigid body simulationDavid Vogel
2020-07-30Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-07-30Cleanup: Remove pre 2.80 headersValentin
2020-07-30Fix T79117: dependency cycle with passive rigid body objectsJacques Lucke
2020-07-30Enable header auto-complete suggestions in XcodeAnkit Meel
2020-07-30Merge branch 'blender-v2.90-release'Philipp Oeser
2020-07-30Fix T79357: VSE crash on prefetching when performing cutsPhilipp Oeser
2020-07-30GPU: Fix compilation error (missed one)Clément Foucault
2020-07-30GPU: Fix compilation errorClément Foucault
2020-07-30Cleanup: IMB: Put lowercase prefix on static functionsClément Foucault
2020-07-30EEVEE: GLSL refactor/cleanupClément Foucault
2020-07-30IMB: Refactor util_gpu.c to not expose enum gettersClément Foucault
2020-07-30Cleanup: Use MEM_calloc_arrayN in the Cloth BrushPablo Dobarro
2020-07-30Sculpt: Use constraints in cloth deform brushesPablo Dobarro
2020-07-30Sculpt: Enable persistent base for the cloth brushPablo Dobarro
2020-07-30Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-30Fix T78730: CLOG writes/reads outside allocated memory.Bastien Montagne
2020-07-30GPUBatch & GPUImmediate: Use GPUShader instead of using raw OGL handleClément Foucault
2020-07-30Merge branch 'blender-v2.90-release'Philipp Oeser
2020-07-30Fix usercount not decrementing in `gpencil_stroke_separate_exec`Philipp Oeser
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30Fix T79207: Crash converting curve to meshCampbell Barton
2020-07-30Cleanup: split curve bevel into separate fileHans Goudey
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30Merge branch 'blender-v2.90-release' into masterCampbell Barton
2020-07-30Fix T79369: BMesh.calc_volume() gave incorrect resultCampbell Barton
2020-07-30UV: path select support with sync-select enabledCampbell Barton
2020-07-30Fix UV select with sync select enabled wasn't setting activeCampbell Barton
2020-07-30Cleanup: spellingCampbell Barton
2020-07-30Cleanup: warningsCampbell Barton
2020-07-30Merge branch 'blender-v2.90-release'Germano Cavalcante
2020-07-30Fix ghash return value on 'Correct Face Attributes' with 'Keep Connect'Germano Cavalcante
2020-07-30Cleanup: GPU: Remove GPU_draw.h and move fluid gpu function to DRWClément Foucault
2020-07-30Cleanup: Split gpu_texture_image.c into BKE and IMB modulesClément Foucault
2020-07-30GPU_draw.h: cleanup before splittingClément Foucault
2020-07-30RNA: Image API: Fix error in NULL check in rna_Image_gl_touchClément Foucault
2020-07-30Cleanup: Rename defineHans Goudey
2020-07-29Fix failing PLY test, update hash because metadata changedBrecht Van Lommel
2020-07-29Sculpt: Cloth Brush Soft Body Influence propertyPablo Dobarro
2020-07-29Merge branch 'blender-v2.90-release'Bastien Montagne
2020-07-29Fix T79119: Hook modifier deformation not shown in edit mode.Bastien Montagne
2020-07-29Merge branch 'blender-v2.90-release'Bastien Montagne