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-03-01GPencil: Change display modesAntonioya
2019-02-28GPencil: Cleanup styleAntonioya
2019-02-28GPencil: Rename variable name and add alpha to outlineAntonioya
2019-02-28GPencil: Disable Outline if Overlay is disabledAntonioya
2019-02-28GPencil: Remove comment line added by error to header textAntonioya
2019-02-28GPencil: Hide selecction outline when play animationAntonioya
2019-02-28GPencil: Draw Outline to Active and Selected objectsAntonioya
2019-02-28GPencil: Add selection support for objects using strokesAntonioya
2019-02-27GPencil: Fix memory leak issueAntonioya
2019-02-27GP: Use unique names for instance objectsAntonioya
2019-02-27GP: Check if Instance loop is neededAntonioya
2019-02-27GP: Optimize Instances drawing loopAntonioya
2019-02-26Fix T61956: Errors when instancing grease pencil objectsAntonioya
2019-02-26GP: Redesign wireframe modeAntonioya
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-25GP: Add support for Wireframe modeAntonioya
2019-02-23GP: Define new Draw ModeAntonioya
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-11Cleanup: comment indentation & spellingCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: draw manager headersCampbell Barton
2019-01-23Cleanup: use eGPU prefix for GPU enum typesCampbell Barton
2019-01-23Cleanup: add BEGIN/END to GPL headersCampbell Barton
2018-12-21Fix inconsistent/broken Cycles object visibility for instances.Brecht Van Lommel
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-12-15GP: New Curve primitive and other primitive improvementsAntonioya
2018-12-13Cleanup: macro hygiene, style, doxy commentsCampbell Barton
2018-12-13GP: Create Framebuffer textures only if neededAntonioya
2018-12-13GP: Changes textures from DEPTH24_STENCIL8 to DEPTH_COMPONENT24Antonioya
2018-12-12Fix T59248: Crash in Grease Pencil Edit mode when adding AnnotationAntonioya
2018-11-27GP: Correct Tonemapping for Blend LayersAntonioya
2018-11-27Cleanup: style, includesCampbell Barton
2018-11-26GP: New Blend Layers functionalityAntonioya
2018-11-20GP: Refactor drawing engine to single VBOAntonioya
2018-11-13GP: Don't calculate fast drawing when playingAntonioya
2018-11-13GP: Remove redundant texture attachmentAntonioya
2018-11-07GP: Show all objects sharing data in edit modesAntonioya
2018-11-04GP: Reorganize Canvas GridAntonioya
2018-10-21Cleanup: styleCampbell Barton
2018-10-20GP: Fix duplication when draw strokes in multiple windowsAntonioya
2018-10-17Cleanup: whitespaceCampbell Barton
2018-10-15GP: Cleanup styleAntonioya
2018-10-08Cleanup: use DRW_object_is_* for object checksCampbell Barton
2018-10-05GP: Move grid parameters to GP object data levelAntonioya
2018-09-30GP: implement Shadow FX (wip)Antonioya
2018-09-25GP: Add const to variableAntonioya
2018-09-25GP: Fix multi viewport onion errorAntonioya
2018-09-24GP: Disable AA for material previewsAntonioya
2018-09-19Merge branch 'master' into blender2.8Brecht Van Lommel