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
2017-04-04Immediate Mode: removing unecessary comment on gpencil (false positive)Dalai Felinto
2017-03-15Immediate Mode: remove commented out code from drawgpencil.cDalai Felinto
2017-03-01Cleanup: warningsCampbell Barton
2017-02-28rename built-in point shaders, SMOOTH --> AAMike Erwin
2017-02-05fix most UI text colorMike Erwin
2017-01-22Merge branch 'master' into blender2.8Julian Eisel
2017-01-20Fix minor glitches in GP code.Bastien Montagne
2017-01-05Merge branch 'master' into blender2.8Julian Eisel
2017-01-02GPencil: Per-layer option to always show onion skinningJoshua Leung
2016-12-17Merge branch 'master' into blender2.8Bastien Montagne
2016-12-17Fix T50264: Stroke is not painted when append Grease Pencil blockAntonio Vazquez
2016-10-18skip drawing of gpencil strokes with overall thickness <= zeroMike Erwin
2016-10-18draw gpencil dots smoothMike Erwin
2016-10-16Cleanup: Quiet warnings, use RAD2DEG macroJulian Eisel
2016-10-14GPencil: Avoid assert error if the immEnd is called with only one point for l...Antonioya
2016-10-14Fix T49614: Grease Pencil GPF error if stroke thickness change too much betwe...Antonioya
2016-10-14GPencil: Display stroke filling while drawingAntonioya
2016-10-07OpenGL/gpencil: delete unused utility functionsMike Erwin
2016-10-07OpenGL: draw gpencil fill with new imm modeMike Erwin
2016-10-07OpenGL: draw 2D gpencil strokes with new imm modeMike Erwin
2016-10-07OpenGL: draw 3D gpencil strokes with new imm modeMike Erwin
2016-10-07gpencil: disable / remove some legacy drawingMike Erwin
2016-10-07OpenGL/GPencil: draw stroke-in-progress with new imm modeMike Erwin
2016-10-07cleanup: C99, const, blank linesMike Erwin
2016-10-07OpenGL: modernize gp_draw_strokes_editMike Erwin
2016-10-06OpenGL: convert gp_draw_stroke_point to new immediate modeMike Erwin
2016-10-06OpenGL: modernize more volumetric gpencil drawingMike Erwin
2016-10-02OpenGL: draw volumetric gpencil with point spritesMike Erwin
2016-09-07GPencil: New interpolate strokes operatorsAntonioya
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-06-09Flat shading for basic shaderAlexander Romanov
2016-05-09Missed last commitCampbell Barton
2016-05-09Remove redundant error checks in grease-pencil tessellationCampbell Barton
2016-05-08GPencil Onion Skinning: Setting before/after to -1 will turn off onionskinnin...Joshua Leung
2016-05-08Fix for D1705: Update to fix the bug with extra triangles that produces glitc...Antonio Vazquez
2016-05-08Code Cleanup: Just a bit more tidying up comments/whitespace/etc.Joshua Leung
2016-05-08Fix for potential bug with new GP FillJoshua Leung
2016-05-08Code Cleanups: A bunch of tweaks to tidy up things from the GPencil Fill patchJoshua Leung
2016-05-08D1705: Fix Grease Pencil Fill for Concave ShapesAntonio Vazquez
2016-02-08GPencil: Layers with alpha = 0 should not be editableJoshua Leung
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-22Fix T45133: Crash drawing material buttonsCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Fix: "show_points" setting for Grease Pencil drawing didn't workJoshua Leung