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-05-07DrawManager: External Engines + OverlaysJeroen Bakker
2019-05-06DRW: Remove is_negative_m4 per draw callClément Foucault
2019-05-06Cleanup: Eevee/Workbench: Remove non-needed matrix inversionClément Foucault
2019-05-06DRW: Attempt to fix slowdown caused by gizmo drawingClément Foucault
2019-05-06Cleanup: Eevee: Remove comment about vcol support in sculpt modeClément Foucault
2019-05-04UI: Add Look Developer Balls Size optionGeorge Vogiatzis
2019-05-04Cleanup: Eevee: Remove Flat normal shader variationClément Foucault
2019-05-04Cleanup: Remove unused code in sculpt_mode, workbench and draw managerClément Foucault
2019-05-04Sculpt: Refactor draw manager sculpt drawing mechanismClément Foucault
2019-05-02Fix T63997 Weird z-fight during weight paintClément Foucault
2019-05-02Cleanup: Draw Manager: remove DRW_state_invert_facingClément Foucault
2019-05-02Workbench,EEVEE: Viewport Render SamplesJeroen Bakker
2019-05-02DrawManager: External Engine Depth BufferJeroen Bakker
2019-05-02Fix T63435 Incorrect fresnel and normals for hair strands on EEVEEClément Foucault
2019-05-02Cleanup: styleCampbell Barton
2019-05-01UI: move object origin size preference to themesGeorge Vogiatzis
2019-05-01Eevee: Fix crash when rendering due to recent lookdev refactorClément Foucault
2019-05-01Eevee: Lookdev: Cleanup implementation & support for Bloom and TAAClément Foucault
2019-05-01Eevee: Add support for alpha background in viewportClément Foucault
2019-05-01DRW: Draw checkerboard alpha pattern for CyclesClément Foucault
2019-05-01DRW: Add DRW_STATE_BLEND_PREMUL_UNDERClément Foucault
2019-05-01Cleanup: comments (long lines) in drawCampbell Barton
2019-04-30Stop using deprecated ob->flag & SELECTDalai Felinto
2019-04-30GPencil: Small tweak to Dot minimum thicknessAntonioya
2019-04-30Fix T63393 Eevee: Specular Shader's Clear Coat does not functionClément Foucault
2019-04-30Sequencer: Scene Strip PerformanceJeroen Bakker
2019-04-30DRW: Add debug utility for batch cache requestsClément Foucault
2019-04-30Fix T64009 Normal Maps not working on EEVEEClément Foucault
2019-04-30T63854: Grease Pencil strokes appear too thick in the viewport when using tex...Antonioya
2019-04-30Fix T63592 issue with control points.Antonioya
2019-04-29DRW: Batch Cache: Add Loop normals calculation flag and cleanup styleClément Foucault
2019-04-29DRW: Improve edit mode selection time when using auto-smoothClément Foucault
2019-04-29DRW: Speedup: Improve time to validate batch cacheClément Foucault
2019-04-29Fix T63979: GPencil control points hidden in orthographic modeAntonioya
2019-04-27Fix T63937: unconfirmed grease pencil strokes not visible in ortho sufaceAntonioya
2019-04-27GPencil: Cleanup derived frame codeAntonioya
2019-04-27Cleanup: unused varsCampbell Barton
2019-04-26Fix T63886 Crash in UV Editing after faces display turn off / onClément Foucault
2019-04-26Cleanup: ArmatureClément Foucault
2019-04-26Armature: Speedup by removing unecessary checkClément Foucault
2019-04-26Fix T58966 Sculpted changes dissapear visually when selecting a second objectClément Foucault
2019-04-26Fix T62880 Severe FPS drop with multiple bone shapesClément Foucault
2019-04-26Cleanup: clang-formatCampbell Barton
2019-04-26Fix T63784 Eevee : Black Diffuse with Principled BSDF and Mix ShaderClément Foucault
2019-04-25DRW: Use culling when selectingClément Foucault
2019-04-25DRW: Cleanup: use iter_flag const for readabilityClément Foucault
2019-04-25Fix T63846: In Orthographic View, unconfirmed Grease Pencil strokes do not ap...Antonioya
2019-04-25Overlay: Mesh AnalysisJeroen Bakker
2019-04-24Fix T61184 linked curves with curve modifiers arent drawn correctlyClément Foucault
2019-04-24Correct switched values in the previous commit.mano-wii