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-11-09Draw manager: Expose grease pencil helper functionSergey Sharybin
2018-11-08Fix Cycles viewport render info overlapping other text.Brecht Van Lommel
2018-11-07Workbench: Fix volumetric blending leading to corrupted render resultsClément Foucault
2018-11-05DRW: Fix crash with deferred compilationClément Foucault
2018-11-05Cleanup: use boolCampbell Barton
2018-11-02Armature: Fix stick bones not scaling with pixel sizeClément Foucault
2018-11-02DRW: Use GPU module wrapper for line widthClément Foucault
2018-10-30Partial fix to T56865: X-ray modes does not work for the weight paint overlay.mano-wii
2018-10-28DRW: Cleanup: Redundant checkClément Foucault
2018-10-24Fix mapped mesh display skipping generated facesCampbell Barton
2018-10-24Cleanup: use bmesh index access functionsCampbell Barton
2018-10-23Fix bad origindex layers for editmode modifiersCampbell Barton
2018-10-23DRW: workaround for editmode crash w/ constructive modifiersCampbell Barton
2018-10-23Cleanup: style, warningCampbell Barton
2018-10-19Fix T57294: Modifiers cage ignore face visibilityCampbell Barton
2018-10-17DRW: Fix DRW_shgroup_create_sub returning source shgroupClément Foucault
2018-10-17Fix T56735: Autosmooth option corrupts UVsCampbell Barton
2018-10-17Fix armature bones spline ik lines offsetDalai Felinto
2018-10-17Fix armature bones ik lines offsetDalai Felinto
2018-10-16Fix crash in loose edge checkCampbell Barton
2018-10-16Cleanup: redundant check for hidden edgeCampbell Barton
2018-10-15Edit Mesh: Fix missing loop normal displayClément Foucault
2018-10-12Edit Mesh: Refactor edit mesh drawingClément Foucault
2018-10-12DRW: Add DRW_shgroup_create_sub to create children shgroupClément Foucault
2018-10-12DRW: correct loose edge hidden face checkCampbell Barton
2018-10-12Cleanup: minor mesh allocation changesCampbell Barton
2018-10-12Cleanup: use const pointersCampbell Barton
2018-10-12Cleanup: fill vertex buffer in orderCampbell Barton
2018-10-12DRW: edit-mesh cage loose edge/vert supportCampbell Barton
2018-10-12DRW: edit-mesh cage selection supportCampbell Barton
2018-10-11DRW: add mapped edit-mode face-dot drawingCampbell Barton
2018-10-11DRW: Initial edit-mode cage supportCampbell Barton
2018-10-11DRW: add ability to skip drawing verticesCampbell Barton
2018-10-11DRW: avoid edit-mode layer lookups for freestyleCampbell Barton
2018-10-11Cleanup: assign a var to check an edge is realCampbell Barton
2018-10-11DRW: remove redundant editmode mesh tessellationCampbell Barton
2018-10-11Fix draw manager out of bounds assignmentCampbell Barton
2018-10-11Merge branch 'master' into blender2.8Campbell Barton
2018-10-11Cleanup: indentationCampbell Barton
2018-10-10Fix runtime error: shift of uintDalai Felinto
2018-10-10Modifier: Fix cage option for deform modifiersCampbell Barton
2018-10-09Fix T57097: Crash when adding a Texture Slot in Texture Paint modeClément Foucault
2018-10-09Eevee: Add support/Fix Object Info nodeClément Foucault
2018-10-09DRW: Fix volume visibility when object draw type is wire or bboxClément Foucault
2018-10-09Edit Mesh: replace DerivedMesh w/ MeshCampbell Barton
2018-10-09Cleanup: namingCampbell Barton
2018-10-08Edit Mesh: basic show in edit mode supportCampbell Barton
2018-10-08Edit Mesh: use deformed mesh w/ face-dot & normalsCampbell Barton
2018-10-08Cleanup: use DRW_object_is_* for object checksCampbell Barton
2018-10-05Add a new B-Bone Custom Handle type that uses the handle bone direction.Alexander Gavrilov