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 (Collapse)Author
2019-05-14Cleanup: DRW: Move ModelMatrix declaration to common_view_libClément Foucault
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
Apply clang format as proposed in T53211. For details on usage and instructions for migrating branches without conflicts, see: https://wiki.blender.org/wiki/Tools/ClangFormat
2019-03-16DRW: support clipping for envelope armature draw typeCampbell Barton
2019-01-29Cleanup: replace attrib w/ attrCampbell Barton
Also rename GPUVertexAttribs to GPUVertAttrLayers, avoids confusion with GPUVertAttr which isn't closely related.
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel
2018-05-05Armature: Make bone outlines thickness variable.Clément Foucault
2018-05-05Armature: Set outline width to 2.0.Clément Foucault
Correspond roughly to 1px width.
2018-05-02Armature: Envelope: Optimize outline shader.Clément Foucault
2018-05-02Armature: Add envelope outline shader.Clément Foucault