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
2018-11-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-09-02Cleanup: comment blocksCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne
2018-06-08Cleanup: getting rid of G.main.Bastien Montagne
2018-06-08Fix regression in grease pencil drawingCampbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-03Cleanup: editor BKE_main includesCampbell Barton
2017-11-26Fix T53393: Change from 'd' key to 'draw' panel button causes pencil to be ac...Joshua Leung
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-06-23Grease Pencil: Fix hardcoded DKEY for continous drawingDalai Felinto
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-04-29Cleanup: comment blocksCampbell Barton
2017-04-16Fix T49617: Grease Pencil Stroke Placement regressionAntonio Vazquez
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
2016-10-22GPencil: New option to lock strokes to axisAntonioya
2016-08-29GPencil: Fix segment fault when undoAntonioya
2016-08-26Code CleanupJoshua Leung
2016-08-18Cleanup/security fix: do not use strcpy (at least in new code).Bastien Montagne
2016-08-08GPencil: Cleanup - Rename function for better namingAntonioya
2016-08-08GPencil: Move polygon to back only if something was drawnAntonioya
2016-08-07GPencil: Handle drawing on back for polygonsAntonioya
2016-08-07GPencil: Add option to draw new strokes on back of layerAntonioya
2016-08-07GPencil: Do not disable continuous drawing if click out of drawing areaAntonioya
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-06-23GPencil: Eraser respects "Selection Mask" when in EditModeJoshua Leung
2016-05-08D1886: GPencil - Add smooth iterations parameter to get better qualityAntonio Vazquez
2016-05-08D1705: Fix Grease Pencil Fill for Concave ShapesAntonio Vazquez
2016-03-29GPencil New Stroke Smoothing: Don't perform smoothing on pressure valuesJoshua Leung
2016-03-28GPencil: Note that clicking outside the active area also exits draw modeJoshua Leung
2016-03-27GPencil: Remove the old UserPrefs-based On/Off Stroke Smoothing methodJoshua Leung
2016-03-27GPencil: Smooth and Subdivision variable/setting namingJoshua Leung
2016-03-27GPencil: Removed the restriction of not subdividing strokes further if it exc...Joshua Leung
2016-03-27GPencil: Code Cleanup - Simplify and clarify the code for subdividing a strokeJoshua Leung
2016-03-27GPencil: Restore ability for Smooth brush to affect pressure values of strokesJoshua Leung
2016-03-27Code Cleanup - Style tweaksJoshua Leung
2016-03-27Improve grease pencil stroke qualityAntonio Vazquez
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-11Fix T47101 - Grease Pencil eraser doesn't work when activated using D+RMB whe...Joshua Leung
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-09-21Cleanup: use malloc when calloc is overwrittenCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-08-06T44932: Disable pressure handling for "poly" mode tooJoshua Leung