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-01-023D View: use grid & all axes in axis-viewsCampbell Barton
2018-12-27Fix T59799: texture paint mode crash for object with no materials.Brecht Van Lommel
2018-12-24Fix T59799: crash entering texture paint mode.Brecht Van Lommel
2018-12-21Fix T59608: Curves invisible in object modeClément Foucault
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-12-19Fix (unreported): Wireframe fails in the sculpt mode on some AMD GPUs.mano-wii
2018-12-19Fix T59273: Text object disappears when Fill Mode is set to NoneJacques Lucke
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-12-19Edit Mode: Show loose edges if in draw type is wireClément Foucault
2018-12-19Wireframe Overlay: Make use of colorTransform when transforming an objectClément Foucault
2018-12-18DRW: Cleanup / Renaming of mesh batch cache functionsClément Foucault
2018-12-18DRW: Fix flat object not being selectable in wireframe viewClément Foucault
2018-12-18Mesh Batch Cache: Port vertex paint surface to batch requestClément Foucault
2018-12-18Mesh Batch Cache: Port weight paint surface to batch requestClément Foucault
2018-12-18Weight Paint Overlay: Refactor wire drawingClément Foucault
2018-12-17DRW: Fix vertex paint using original object for batch cacheClément Foucault
2018-12-17Mesh Batch Cache: Port Texture paint wires to new batch requestClément Foucault
2018-12-17Mesh Batch Cache: Port Texture paint batches to new batch requestClément Foucault
2018-12-17Mesh Batch Cache: Optimization & Refactor shaded surface supportClément Foucault
2018-12-14Curve Batch Cache: Add support for loose edges and curve/surf modifierClément Foucault
2018-12-14Wireframe: Fix wireframe color in edit mode for surfacesClément Foucault
2018-12-14Wireframe: Fix Object Viewport display "all edges" options not workingClément Foucault
2018-12-14Curve Batch Cache: Rework Implementation to use new batch requestClément Foucault
2018-12-14DRW: Simplify text edit drawingClément Foucault
2018-12-14fix relationship line always drawing from the parents originPhilipp Oeser
2018-12-14Fix T59347: Crash drawing empty imageCampbell Barton
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-11Edit Mesh: Make edit cage stick to the mesh when possibleClément Foucault
2018-12-11Cleanup: use BKE_object_* prefix for object APICampbell Barton
2018-12-11Object Mode: Make point clouds a bit less like uniform blobsClément Foucault
2018-12-10Edit Mesh: Opti: Reduce max_vertices in geometry shaderClément Foucault
2018-12-10Edit Mesh: Fix edges poking through the verts points in xray/seethrough modeClément Foucault
2018-12-10Edit Mesh: Make "fresnel effect" not transparent but mix between 2 colorsClément Foucault
2018-12-10DRW: Batch Cache: Mesh: Port edit mesh batches to batch request methodClément Foucault
2018-12-08Fix T58950: wireframe/orthographic/front/side/topview crash 2.8Clément Foucault
2018-12-07DRW: Remove the use of GPUTexture buffers for edit wire renderingClément Foucault
2018-12-07DRW: Rework wireframe overlay implementationClément Foucault
2018-12-07GPU: Remove EXT and add assertClément Foucault
2018-12-073D View: hide pose bones w/o overlaysCampbell Barton
2018-12-06Cleanup: unused var, styleCampbell Barton
2018-12-05Fix T58407: Wire frames are not showing with subdivision surfacesClément Foucault
2018-12-05Fix T58551: Dragged in images do not display orange highlight border when sel...Clément Foucault
2018-12-05Fix T58690: Disable overlay doesn't hide bonesCampbell Barton
2018-12-04Wireframe: Optimization: Only draw triangles that have edgesClément Foucault
2018-12-04Wireframe: Optimization: Only draw triangles that have edgesClément Foucault
2018-12-04Wireframe: Optimization: Output degenerate triangles if no edgesClément Foucault
2018-12-03DRW: Make fullscreen quad in the backgroundClément Foucault
2018-12-03View3D: Grid: Don't make the Zaxis produce any fragment is not neededClément Foucault
2018-12-02Fix T58101 : Image empties are only rendering their border when using MSAAClément Foucault
2018-12-01Texture Paint: fix wireframe and hiding not working with subsurf.Alexander Gavrilov