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
2017-10-14Merge branch 'master' into blender2.8Campbell Barton
2017-10-14Cleanup: use const for eventsCampbell Barton
2017-10-14Hide "Confirm on Release" button from transfor redo optionsJulian Eisel
2017-10-12Eevee: Contact Shadows: Fix remaining artifacts.Clément Foucault
2017-10-12Fix scene deletion code to match master's behavior.Bastien Montagne
2017-10-12Merge branch 'master' into blender2.8Bastien Montagne
2017-10-12Fix T53052: ID decrement error when deleting a scene, either python or GUI.Bastien Montagne
2017-10-12Fix T52999: floating (popup) panels/menus could jump around screen in some ca...Bastien Montagne
2017-10-12Docs: add note for bmesh face_split_edgenetCampbell Barton
2017-10-12Object Mode: Grid: Add a non-hard depth test.Clément Foucault
2017-10-11Fix T53048: OSL Volume is broken in Blender 2.79Sergey Sharybin
2017-10-11Cycles: Speedup up tangent space calculationSergey Sharybin
2017-10-11Cycles: Add utility function to calculate triangle's normalSergey Sharybin
2017-10-11Cycles: Add utility function to remove given attributeSergey Sharybin
2017-10-11Merge branch 'master' into blender2.8Sergey Sharybin
2017-10-11Cycles: Fix possible race condition when initializing devices listSergey Sharybin
2017-10-11Cycles tests: Don't proint braces for empty statusSergey Sharybin
2017-10-11Gawain: Fix instancing messing next draw.Clément Foucault
2017-10-11Eevee: Probe: Add Cubemap Resolution option.Clément Foucault
2017-10-11Eevee: Fix light grid being rendered after delete.Clément Foucault
2017-10-11Eevee: Fix TAA color drifting.Clément Foucault
2017-10-11Eevee : Add a workaround for bug with AMD RX VEGA Linux + Mesa DriverClément Foucault
2017-10-11Eevee: Fix hashed and alpha clip transparency.Clément Foucault
2017-10-11Eevee : SSR : Fix incorrect framebuffer issue.Clément Foucault
2017-10-10Fix T53040: Vertex paint, texure & symmetry failCampbell Barton
2017-10-10Vertex Paint: add back missing VertProjHandle freeCampbell Barton
2017-10-10Correct logic for vertex paint smearCampbell Barton
2017-10-10Fix Sculpt 2D falloff, missing brush caused crashCampbell Barton
2017-10-10Cycles: Fix compilation of sm_20 and sm_21 kernelsSergey Sharybin
2017-10-09Manipulator: add cage3d scale widgetCampbell Barton
2017-10-09Recent check for navigation missed NULL checkCampbell Barton
2017-10-09Fix T53014: Cycles material preview not workingDalai Felinto
2017-10-09Merge branch 'master' into blender2.8Campbell Barton
2017-10-09UI: VSE strip menu reorganizationAaron Carlisle
2017-10-08Cycles: schedule more work for non-display and compute preemption CUDA cards.Brecht Van Lommel
2017-10-08Fix T53017: Cycles not detecting AMD GPU when there is an NVidia GPU too.Mathieu Menuet
2017-10-08Eevee: Fix bad defines for volumetric shadowingClément Foucault
2017-10-08Fix potential string buffer overruns.Bastien Montagne
2017-10-08Gawain: Make common uniforms become builtinsClément Foucault
2017-10-08Code refactor: use DeviceInfo to enable QBVH and decoupled volume shading.Brecht Van Lommel
2017-10-08Cleanup: --help textCampbell Barton
2017-10-08CMake: Re-order PYTHON_VERSION checkCampbell Barton
2017-10-08Cycles: OpenCL bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Fix incorrect MIS with principled BSDF and specular roughness 0.Brecht Van Lommel
2017-10-07[cmake] Add minimum python version check to cmake to prevent later build errors.Ray Molenkamp
2017-10-07Code cleanup: simplify cmake kernel install.Brecht Van Lommel
2017-10-07Cycles: CUDA bicubic and tricubic texture interpolation support.Brecht Van Lommel
2017-10-07Code refactor: make texture code more consistent between devices.Brecht Van Lommel
2017-10-07Actually force accumulate mode for the Smear brush in weight/vertex paint.Alexander Gavrilov
2017-10-07Make weight paint blur thread safe, and fix smear ignoring mirror.Alexander Gavrilov