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-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
2016-12-17Fix T50264: Stroke is not painted when append Grease Pencil blockAntonio Vazquez
2016-12-08Fix T49872: 3D cursor places with camera shift in ortographic modeJulian Eisel
2016-12-01GPencil Sculpt: Numpad keys now work when doing sculpt sessions (i.e. when th...Joshua Leung
2016-11-27Typo fixJoshua Leung
2016-11-20Fix T50081: Grease pencil parented rotation problemAntonioya
2016-11-11GPencil: Create brush set when create new datablock or layerAntonioya
2016-10-22GPencil: New option to lock strokes to axisAntonioya
2016-10-06GPencil: Fix interpolate stroke keymap conflict with sculptAntonioya
2016-09-21Fix: Grease Pencil sculpting crashes when sculpting on layers without any str...Joshua Leung
2016-09-19UI Messages: Consistent spelling of term "data-block"Julian Eisel
2016-09-18BLI_listbase: Add/use utility to move link (BLI_listbase_link_move)Julian Eisel
2016-09-18GPencil: Don't show error popup when strokes can't be reordered furtherJulian Eisel
2016-09-18GPencil: Fix memory leak using stroke arrange OPJulian Eisel
2016-09-16GPencil: Add a new special menu for editing and replace subdivision shortcutAntonioya
2016-09-16GPencil: New subdivide stroke operatorAntonioya
2016-09-11Revert "GPencil: Add IFACE_ macro to some strings"Antonioya
2016-09-11GPencil: Add IFACE_ macro to some stringsAntonioya
2016-09-11GPencil: Change interpolate stroke factorAntonioya
2016-09-08Fix strict compiler warningsSergey Sharybin
2016-09-07GP Interpolation: Mark created frames as being "breakdowns"Joshua Leung
2016-09-07Fix: GPencil drawing sessions now respect limits for maximum undo stepsJoshua Leung
2016-09-07Code Cleanup: Deduplicate undo node freeing codeJoshua Leung
2016-09-07GPencil: New interpolate strokes operatorsAntonioya
2016-08-29GPencil: Fix segment fault when undoAntonioya
2016-08-29Fix compilation error caused by wrong array initializationSergey Sharybin
2016-08-29Code Cleanup: Fixes for some issues noticed during previous fixJoshua Leung
2016-08-29Fix: GPencil Paste couldn't be used to paste strokes from one datablock to an...Joshua Leung
2016-08-29Small optimisation: Only calculate the inverse_diff_mat once per stroke inste...Joshua Leung
2016-08-29GPencil: "Reproject Strokes" operatorJoshua Leung
2016-08-29Code Cleanup: Just some fixes for whitespace/typos that I noticed while worki...Joshua Leung
2016-08-27Code Cleanup (Non-functional tweaks)Joshua Leung