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-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-10-16WM: refactor gestures for use as toolsCampbell Barton
2017-10-16Cleanup: modal operator border callback namesCampbell Barton
2017-10-16WM: Don't save mouse-paths to operator historyCampbell Barton
2017-10-16WM: remove hard-coded circle radius memoryCampbell Barton
2017-09-27Math Lib: Add non-clamped round_* functionsCampbell Barton
2017-09-08Fix: Grease Pencil pie menu keymaps were broken after the menus got renamedJoshua Leung
2017-09-03Fix: Deleting GPencil keyframes in DopeSheet didn't redraw the viewJoshua Leung
2017-09-03Fix: GPencil Sequence Interpolation for thickness/strength was invertedJoshua Leung
2017-08-22Fix T52483: Fill is incorrect for interpolated strokesAntonio Vazquez
2017-08-01Cleanup: use static vars where appropriateCampbell Barton
2017-07-24Correct invalid assert useCampbell Barton
2017-06-23Grease Pencil: Fix hardcoded DKEY for continous drawingDalai Felinto
2017-06-19Cleanup: doxygen commentsCampbell Barton
2017-06-16Usual i18n/UI messages fixes.Bastien Montagne
2017-06-08Cleanup: cmake indentation, missing includeCampbell Barton
2017-06-07Fix: GP Clone brush was not correcting color references for pasted strokes ei...Joshua Leung
2017-06-07Fix: Pasting GP strokes files between files (or when the original colors were...Joshua Leung
2017-06-07GP Copy/Paste Fix: Paste button doesn't update after copying strokes using Ct...Joshua Leung
2017-06-07GPencil Copy/Paste Fix: Copying/Pasting strokes between datablocks would crashJoshua Leung
2017-05-30Fix UI message (no points and no phrases in tooltips please!).Bastien Montagne
2017-05-29UI: Make GP "Add Blank Frame" operator name and description fit its behavior.Thomas Beck
2017-05-19Cleanup: add braces for multi-line blocksCampbell Barton
2017-05-15Cleanup: warnings, styleCampbell Barton
2017-04-29Cleanup: comment blocksCampbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-16Fix T49617: Grease Pencil Stroke Placement regressionAntonio Vazquez
2017-04-10GPencil 2D drawing code: minor optimization.Bastien Montagne
2017-04-01Cleanup: styleCampbell Barton
2017-03-29Fix missing NULL check in gpencil pollCampbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
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
2017-01-18GPencil: "Add Blank Frame" operator (D+B)Joshua Leung
2017-01-18Cleanup: Strict compiler flagsSergey Sharybin
2017-01-18GP Interpolation: "Remove Breakdowns" operatorJoshua Leung
2017-01-18GP Interpolate Sequence: Tool settings for controlling the shape of interpola...Joshua Leung
2017-01-18GP Interpolate: Move settings from "gp_sculpt" to a new toolsettings struct -...Joshua Leung
2017-01-18GP Interpolate Code Cleanup (Second Round)Joshua Leung
2017-01-18Code Cleanup for GP Interpolation ops (first pass)Joshua Leung
2017-01-18Code Cleanup: Move GPencil Interpolation operators into their own fileJoshua Leung
2017-01-16Cleanup/refactor: Add new BLI_string_util.Bastien Montagne
2017-01-02GPencil: Per-layer option to always show onion skinningJoshua Leung