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-05-20Merge branch 'master' into blender2.8Campbell Barton
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-15Merge branch 'master' into blender2.8Campbell Barton
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-05-02Cleanup: use depsgraph for scene/layer accessCampbell Barton
2017-05-01Reworked version of dashed line shader.Bastien Montagne
2017-04-29Getting rid of setlinestyle: remove gpencil's debug-only dashed line drawing.Bastien Montagne
2017-04-29Getting rid of setlinestyle: GPencil eraser.Bastien Montagne
2017-04-29Merge branch 'master' into blender2.8Campbell Barton
2017-04-29Cleanup: comment blocksCampbell Barton
2017-04-26Pass graph to depth functionsCampbell Barton
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-19Convert direct usages of base definesLuca Rood
2017-04-18Merge remote-tracking branch 'origin/master' into blender2.8Dalai Felinto
2017-04-16use immUniformColor instead of immUniform("color"Mike Erwin
2017-04-16Fix T49617: Grease Pencil Stroke Placement regressionAntonio Vazquez
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-05GPU_immediate_util: missed last commitCampbell Barton
2017-04-05Cleanup: Move imm_draw utils into own fileCampbell Barton
2017-04-05Naming constancy for 'imm' utility functionsCampbell Barton
2017-04-04Immediate Mode: removing unecessary comment on gpencil (false positive)Dalai Felinto
2017-04-03Merge branch 'master' into blender2.8Sergey Sharybin
2017-04-01Cleanup: styleCampbell Barton
2017-03-29Merge branch 'master' into blender2.8Campbell Barton
2017-03-29Fix missing NULL check in gpencil pollCampbell Barton
2017-03-15Immediate Mode: remove commented out code from drawgpencil.cDalai Felinto
2017-03-01Cleanup: warningsCampbell Barton
2017-03-01Merge branch 'master' into blender2.8Campbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-28rename built-in point shaders, SMOOTH --> AAMike Erwin
2017-02-17Merge branch 'master' into blender2.8Bastien Montagne
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
2017-02-07Render Layers and Collections (merge from render-layers)Dalai Felinto
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-19GPencil: Add option to create blank frame in active layer onlyAntonio Vazquez
2017-01-18Fix strict compiler warning messageSergey Sharybin
2017-01-18GPencil: Avoid variable shadowingSergey Sharybin
2017-01-18Reproject Strokes - To Surface/GeometryJoshua Leung
2017-01-18Fix: Make it possible to erase strokes (on other layers) even if the active l...Joshua Leung
2017-01-18Fix: Avoid creating redundant frames when erasingJoshua Leung
2017-01-18GPencil: Pressing 'B' while in 'Continuous Drawing' mode will create a blank ...Joshua Leung