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-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-06GPU: refactor clipped drawing from DRW into GPUCampbell Barton
2019-02-05Fix T61204: Can't select Camera in stereoscopy modeDalai Felinto
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-31Cleanup: add trailing commasCampbell Barton
2019-01-29Object Mode: Fix reading past buffer end when drawing cameraClément Foucault
2019-01-29DRW: support clipping for all lamp typesCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
2019-01-28DRW: support clipping for object & lamp centersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-26DRW: support clipping for empty objectCampbell Barton
2019-01-25Cleanup: remove duplicated shaders that only added clipping checksCampbell Barton
2019-01-24DRW: support clipping for camera objectsCampbell Barton
2019-01-24Cleanup: add missing braces to draw managerCampbell Barton
2019-01-24DRW: support clipping for object outlinesCampbell Barton
2019-01-24DRW: API for own versions of builtin GPU shadersCampbell Barton
2019-01-23DRW: generalize selecting between regular/clipped shadersCampbell Barton
2019-01-23DRW: changes to object mode engine needed to support clippingCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2019-01-22Cleanp: use single global for draw managerCampbell Barton
2019-01-21Cleanup: replace 'ct' w/ 'len'Campbell Barton
2019-01-18View 3D Grid: Improve precision and reduce code complexityClément Foucault
2019-01-15Cleanup: rename BASE_FROMDUPLI -> BASE_FROM_DUPLICampbell Barton
2019-01-14Object Mode: Outlines: Add support for thicker outlineClément Foucault
2019-01-12Viewport: Stereoscopy drawing is backDalai Felinto
2019-01-12Drawing API: shgroup_instance and shgroup_instance_alpha clarificationDalai Felinto
2019-01-113D View: use faded wire for set-scene objectsCampbell Barton
2019-01-103D View: use faded color for dupli instance outlinesCampbell Barton
2019-01-103D View: use faded color for dupli instance wire & pointsCampbell Barton
2019-01-04Cleanup: indentation (right shift)Campbell Barton
2019-01-023D View: use grid & all axes in axis-viewsCampbell Barton
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 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-18DRW: Cleanup / Renaming of mesh batch cache functionsClément Foucault
2018-12-14Curve Batch Cache: Add support for loose edges and curve/surf modifierClé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-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-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-02Fix T58101 : Image empties are only rendering their border when using MSAAClément Foucault
2018-11-25Cleanup: remove useless redundant NULL check.Bastien Montagne
2018-11-22Cleanup: newlines in error printsCampbell Barton
2018-11-22Image Empties: Potential Fix for T57696Clément Foucault