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-08-14Fix/workaround graphics issues breaking SteamVR use with BlenderJulian Eisel
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-14Cleanup: C++ code style for Ghost-XRJulian Eisel
2020-08-14Merge remote-tracking branch 'origin/blender-v2.90-release'Dalai Felinto
2020-08-14Fix: Increase Viewport Sculpt Options panel widthDalai Felinto
2020-08-14Merge branch 'blender-v2.90-release'Philipp Oeser
2020-08-14Fix (unreported) sculpt vertex color panel visible for all object typesPhilipp Oeser
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: Fix keymap error for Fill Boundary strokesAntonio Vazquez
2020-08-13GPencil: Display Fill Boundary strokes with stroke colorAntonio Vazquez
2020-08-13Deps_builder: Update openvdb to a dynamic libraryRay Molenkamp
2020-08-13UI: Use consistent geometry icon colorHans Goudey
2020-08-13UI: Simplify more geometry iconsHans Goudey
2020-08-13Fix T78065: OSL shader compilation fails on macOSBrecht Van Lommel
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-13UI: Simplify geometry iconsHans Goudey
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
2020-08-13GPUBatch: Remove usage of gl_prim_type outside of GPU moduleClément Foucault
2020-08-13GPUDrawList: GL backend isolationClément Foucault
2020-08-13Fix T65148: Drivers can't access shape keysSybren A. Stüvel
2020-08-13Merge branch 'blender-v2.90-release'Philipp Oeser