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
2016-02-26Fix: "Twist" GP Sculpt brush in 2D Editors was unusable... now mostly usable,...Joshua Leung
2016-02-26Fix: "Twist" GP Sculpt brush didn't work well in 3D ViewJoshua Leung
2016-02-08GPencil: Layers with alpha = 0 should not be editableJoshua Leung
2016-02-08Code Cleanup: Use bool instead of int for "setactive" paramJoshua Leung
2016-02-08GPencil: Numpad 0 and Numpad view rotation keys now work in Continuous Drawin...Joshua Leung
2016-02-08GPencil Eraser: Do not allow eraser radius to get smaller than 1 pixelJoshua Leung
2016-01-23OpenGL: call glLineWidth less oftenMike Erwin
2016-01-22GPencil: Select Grouped (Shift G)Joshua Leung
2016-01-17Cleanup: spellingCampbell Barton
2016-01-16OpenGL: fixes related to GL_POINTSMike Erwin
2016-01-11Fix T47101 - Grease Pencil eraser doesn't work when activated using D+RMB whe...Joshua Leung
2016-01-10Some minor fixes from coverity reports.Bastien Montagne
2016-01-09Cleanup: warning/spellingCampbell Barton
2016-01-04Remove SCons building systemSergey Sharybin
2015-12-14Usual i18n fixes, and cleanup: fix 'randomise' -> 'randomize' spelling in code.Bastien Montagne
2015-12-13Cleanup: unused argsCampbell Barton
2015-12-13Dopesheet: Mirroring GPencil keyframes now works againJoshua Leung
2015-12-13GP Sculpt: WheelUp/Down can be used to control brush size/strength while a sc...Joshua Leung
2015-12-13Fixed incomplete commentJoshua Leung
2015-12-13Cleanup: style/warningsCampbell Barton
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-11-24OpenGL: when checking GL version, assume >= 2.1Mike Erwin
2015-10-26Cleanup: warning & whitespaceCampbell Barton
2015-09-21Cleanup: use malloc when calloc is overwrittenCampbell Barton
2015-09-20Cleanup: Use new vector transform functionsJulian Eisel
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06T44932: Disable pressure handling for "poly" mode tooJoshua Leung
2015-08-06StopGap Fix for T44932: Ignore pressure values when drawing straight line seg...Joshua Leung
2015-08-04SCons: Fix for really nasty bug with polluting configuration environmentSergey Sharybin
2015-07-25Fix grease pencil selectionCampbell Barton
2015-07-05GPencil: use ctrl+x/del for dissolveCampbell Barton
2015-06-22Fix T45133: Crash drawing material buttonsCampbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-05-21GPencil Eraser Size-Saving FixJoshua Leung
2015-05-21Fix T44774: Grease Pencil eraser size reset after exiting sessionJoshua Leung
2015-05-17Fix T44084 - Cursor gets reset after MMB scrolling in another area while in G...Joshua Leung
2015-05-17Fix T44685 - In grease pencil stroke editing, selecting points is offset by a...Joshua Leung
2015-05-04Cleanup: style & const'sCampbell Barton
2015-05-04Fix T29029: Grease pencil fails in Quad ViewCampbell Barton
2015-05-01Left some debug prints in here...Joshua Leung
2015-05-01Fix T43867: Clicking outside the viewport exits now Grease Pencil "Continous ...Joshua Leung
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-20Fix: "show_points" setting for Grease Pencil drawing didn't workJoshua Leung
2015-04-16OpenGL does not like line thickness less than 1.0.Antony Riakiotakis
2015-04-15Cleanup: use const for event->tablet_dataCampbell Barton
2015-04-07Revert Sticky Keys (and everything related to that)Julian Eisel
2015-04-06Fix: Stroke Edit Mode warning for GPencil draws correctly with Region Overlap...Joshua Leung
2015-04-04WM: prefer define over zero wmEvent.valCampbell Barton
2015-04-04Fix T44259: Secondary strokes get terminated early when drawing in Continuous...Julian Eisel
2015-04-03Sticky Keys backendJulian Eisel