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
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-133D View: move gizmo draw options out of overlaysCampbell Barton
2019-04-10Fix T62449: Subsurf+hidden facesJeroen Bakker
2019-04-05DRW: Opti: Replace bound tex/ubo tracking array by bitfieldsClément Foucault
2019-04-04Fix T63255: Crash when circle select performs selection outside the viewport'...mano-wii
2019-04-02Cleanup: empty expression statement warningCampbell Barton
2019-03-29GPU: Fix color difference when rendering to gpu_py_offscreenClément Foucault
2019-03-28Possible fix for T62999: Crash when select in edit mode.mano-wii
2019-03-28DRW manager: Always assume that the GL_DITHER and GL_SCISSOR_TEST should be d...mano-wii
2019-03-27Fix T62997 Eevee: visual artifacts during irradiance volume bakingClément Foucault
2019-03-27Edit Mesh Selection: make sure that `GL_SCISSOR_TEST` is disabled.mano-wii
2019-03-27Fix debug error on recent commit.mano-wii
2019-03-27GPencil: Remove legacy `ED_gpencil_draw_view3d` code.mano-wii
2019-03-26DRW manager: Use existing viewport instead of creating a viewport in DRW_draw...mano-wii
2019-03-26Revert "DRW Manager: create and use new DRW_framebuffer_depth_read utility."Jeroen Bakker
2019-03-26Fix T62774: Respect Show OverlaysJeroen Bakker
2019-03-22Fix overlay being ignored in functions that read the depth buffer.mano-wii
2019-03-22DRW Manager: create and use new DRW_framebuffer_depth_read utility.mano-wii
2019-03-22GPU: Create and use new GPU_texture_read_rect utility.mano-wii
2019-03-21Fix T59890: regression of the precision when projecting the cursor.mano-wii
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19GPencil: Rename annotation functionsAntonioya
2019-03-19Cleanup: comment blocksCampbell Barton
2019-03-19Cleanup: use enum for CTX_data_mode_enumCampbell Barton
2019-03-19Cleanup: unused warningCampbell Barton
2019-03-18Fix T61104 Compositing two scenes with different output scales crashesClément Foucault
2019-03-16Fix __func__ being passed as an output string, also warningsCampbell Barton
2019-03-15GPU: Simplify select shaders.mano-wii
2019-03-13Fix T62156: Hair particle only shows up in final render when visible in viewportSergey Sharybin
2019-03-12Fix T62279: Rendering simple geometry corrupts with greasepencil layerClément Foucault
2019-03-12DRW: Fix missing state reset before draw passClément Foucault
2019-03-08Fix T62355: Running blender 2.80 headless broken in recent buildsClément Foucault
2019-03-08Fix T62095: OpenGL render camera image alignmentCampbell Barton
2019-03-07Fix T62316: Grease Pencil objects display in front of the grid linesAntonioya
2019-03-07Fix T62066: Seg Fault Baking Light Cache with "--background" FlagClément Foucault
2019-03-06Cleanup: Use GPU_depth_test instead of glEnable/glDisableClément Foucault
2019-03-06DRW: Fix GL state issues due to state not being reset after drawingClément Foucault
2019-03-05Cleanup: rename RENDER_OVERRIDE -> HIDE_OVERLAYSCampbell Barton
2019-02-28GPencil: Add selection support for objects using strokesAntonioya
2019-02-23Cleanup: quiet undeclared variable warningCampbell Barton
2019-02-23Cleanup: move variable declarations to headersCampbell Barton
2019-02-19DNA: rename select_color -> select_idCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-14DRW: de-duplicate vertex & weight paint enginesCampbell Barton
2019-02-10Cleanup: use shorter name for shader configCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-01Color management: change view transform for color pickers and display modes.Brecht Van Lommel
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton