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
2020-08-17added tetgen modemattoverby
2020-08-16I think I merged?mattoverby
2020-08-16Cleanup: Quiet GCC maybe uninitialized warningHans Goudey
2020-08-15windows compile error fixedmattoverby
2020-08-15added blender warnings and errorsmattoverby
2020-08-15tetgen flag default offmattoverby
2020-08-14Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-14UI: Fix type in multires modifier subpanelHans Goudey
2020-08-14fixed multiple obstaclesmattoverby
2020-08-14Fix T79772: Gpencil. Additive drawing doesn't work when creating fillsAntonio Vazquez
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-14Fix NULL pointer access in render engine reported by address sanitizerBrecht Van Lommel
2020-08-14Merge branch 'blender-v2.90-release'Julian Eisel
2020-08-14Fix offset applied on top of VR landmark with no positional trackingJulian Eisel
2020-08-14BLI: add reverse iterators, iterator constructor and Vector.insert/prependJacques Lucke
2020-08-14UI: Correct grammar in property name and descriptionHans Goudey
2020-08-14UI Code Quality: Use derived struct for color ramp buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve mapping buttonsHans Goudey
2020-08-14UI Code Quality: Use derived struct for curve profile buttonsHans Goudey
2020-08-13GPencil: Display Fill Boundary strokes with stroke colorAntonio Vazquez
2020-08-13Deps_builder: Update openvdb to a dynamic libraryRay Molenkamp
2020-08-13Merge branch 'blender-v2.90-release' into masterBastien Montagne
2020-08-13Fix T79591: Liboverride: do not update overrides on missing linked data.Bastien Montagne
2020-08-13linear solver animatablemattoverby
2020-08-13using legacy as default to pass unit testmattoverby
2020-08-13Merge branch 'blender-v2.90-release'Hans Goudey
2020-08-13UI: Add sculpt cloth filter tool iconHans Goudey
2020-08-13UI: Add sculpt cloth filter tool iconHans Goudey
2020-08-13Sequencer: Implement zoom-to-fit view modeSergey Sharybin
2020-08-13View2D: Inform region type on current view changesSergey Sharybin
2020-08-13View2D: Centralize handling of changes to v2d->curSergey Sharybin
2020-08-13Fix T79082: Softbody self-collision does not work on latticesJacques Lucke
2020-08-13UVEdit: Fix drawing after recent refactorClément Foucault
2020-08-13GPU: Fix MSVC warningClément Foucault
2020-08-13GPU: Fix issue with MDI and recent refactorClément Foucault
2020-08-13GPUDrawList: Fix gl error with drawing without the correct VAO boundClément Foucault
2020-08-13GPUShader: Add more uniform functionsClément Foucault
2020-08-13Cleanup: GPU: Remove Batch vao cache resetClément Foucault
2020-08-13GPUBatch: GL backend isolationClément Foucault
2020-08-13GPUBatch: Move allocator to backendClément Foucault
2020-08-13GPUBatch: Merge phase and ownership flags and cleanup there usageClément Foucault
2020-08-13DRW: InstanceData: Remove hacks of batch freeing callbackClément Foucault
2020-08-13GPU: Use GPU_vertbuf_create & GPU_indexbuf_calloc instead of manual allocClément Foucault
2020-08-13GPUVertBuf: Add handle refcountClément Foucault
2020-08-13GPUBatch: Remove most use of GPU_batch_draw_advanced()Clément Foucault
2020-08-13Cleanup: GPUBatch: Remove GL functions from uniform assignmentClément Foucault
2020-08-13Cleanup: GPUBatch: Move gpu_batch_private.h to CPP headerClément Foucault
2020-08-13Cleanup: GPUShader: Remove unused codeClément Foucault
2020-08-13GPUShader: Change shader state tracking to be part of the GPUContextClément Foucault