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-29Getting rid of setlinestyle: remove gpencil's debug-only dashed line drawing.Bastien Montagne
2017-04-29Merge branch 'master' into blender2.8Campbell Barton
2017-04-29Cleanup: comment blocksCampbell Barton
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-10GPencil 2D Drawing: get rid of PRIM_QUAD_XXX.Bastien Montagne
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10GPencil 2D drawing code: minor optimization.Bastien Montagne
2017-04-10Make build with GL 3.3 againDalai Felinto
2017-04-07OpenGL: use PRIM instead of GL enum for immBeginMike Erwin
2017-04-07OpenGL: transition away from GL_QUADSMike Erwin
2017-04-06Gawain: VertexFormat_add_attrib (function name change)Mike Erwin
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