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
2018-05-03Metaball: pointers used in `DRW_shgroup_call_dynamic_add` don't need to hold ...Germano
2018-05-02Armature: Envelope: Small cleanup + don't smooth the distance display.Clément Foucault
2018-05-02Armature: Envelope: Optimize outline shader.Clément Foucault
2018-05-02Armature: Envelope: Revisit envelope drawing again.Clément Foucault
2018-05-02GPUShader: Remove unused envelope shaders.Clément Foucault
2018-05-02Armature: Add envelope outline shader.Clément Foucault
2018-05-02Armature: Envelope Bones: Change drawing method.Clément Foucault
2018-05-02Armature: Draw envelope on non MSAA buffer.Clément Foucault
2018-05-02Armature: Add multisampling to posemode.Clément Foucault
2018-05-02Armature: "Raytrace" bones endpoint spheres.Clément Foucault
2018-05-02DRW: Make use of new multisample resolve pass.Clément Foucault
2018-05-02Object Mode: Draw non meshes before outline.Clément Foucault
2018-05-02DRW: Armature: New bone outline shader.Clément Foucault
2018-05-02Paint Vertex Mode: Fix shader not free.Clément Foucault
2018-05-02Merge branch 'blender2.8' of git.blender.org:blender into blender2.8Jeroen Bakker
2018-05-02Vertex Paint: Use Linear colors for interpolation.Clément Foucault
2018-05-02Workbench: update of 3dviewJeroen Bakker
2018-05-01Overlay: Enabled wireframe drawing for vertex/weight paintJeroen Bakker
2018-04-30Cleanup: simplify GLSL logic in outlines drawing.Germano
2018-04-30DRW: Remove DRWTextureFormat in favor or GPUTextureFormat.Clément Foucault
2018-04-30Overlay: Integration of TexturePaint with WorkbenchJeroen Bakker
2018-04-30Workbench: Integration VertexPaint and WeightPaint modesJeroen Bakker
2018-04-28Cleanup: style, duplicate includesCampbell Barton
2018-04-27Draw Edit Curve Overlay: Fix the offset direction of the contour of selected ...Germano
2018-04-25Fix selection with image planesCampbell Barton
2018-04-25Merge branch 'blender2.8' into blender2.8-workbenchJeroen Bakker
2018-04-25Overlay: CodestyleJeroen Bakker
2018-04-25Silhouette Overlap OverlayJeroen Bakker
2018-04-25Cleanup: typosCampbell Barton
2018-04-23Overlay: Object Overlap overlayJeroen Bakker
2018-04-22Overlay: face orientationJeroen Bakker
2018-04-22Cleanup: trailing spacesCampbell Barton
2018-04-21Cleanup: styleCampbell Barton
2018-04-20Workbench: Face orientation blendingJeroen Bakker
2018-04-20Merge branch 'blender2.8' into blender2.8-workbenchJeroen Bakker
2018-04-20Workbench: Face orientation overlayJeroen Bakker
2018-04-20Workbench: Added the basics for the OverlayModeJeroen Bakker
2018-04-19Remove Blender Internal and legacy viewport from Blender 2.8.Ton Roosendaal
2018-04-19Cleanup: styleCampbell Barton
2018-04-18Object Mode: Outlines: Make outline thinner.Clément Foucault
2018-04-18Object Mode: Outlines: Fix sample coordinates.Clément Foucault
2018-04-17Object Mode: Outlines: Fix precision issue on intel GPU.Clément Foucault
2018-04-17Cleanup: unused vars, long linesCampbell Barton
2018-04-17Object Mode: Cleanup uneeded texture attachment.Clément Foucault
2018-04-17DRW: Fix lightprobe objects outlines.Clément Foucault
2018-04-16Object Mode: Outline: Perf: Only do outlines detection if needed.Clément Foucault
2018-04-16Object Mode: Outlines: Use textureGather extension if available.Clément Foucault
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-16Object Mode: Rework outline drawing.Clément Foucault
2018-04-16Multi-Object EditingCampbell Barton