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-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-04-01Cleanup: styleCampbell Barton
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2017-02-09Fix: GPencil delete operators did not respect color lockingJoshua Leung
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-18GPencil: "Add Blank Frame" operator (D+B)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
2016-11-20Fix T50081: Grease pencil parented rotation problemAntonioya
2016-09-21Fix: Grease Pencil sculpting crashes when sculpting on layers without any str...Joshua Leung
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-07GPencil: New interpolate strokes operatorsAntonioya
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-27Code Cleanup (Non-functional tweaks)Joshua Leung
2016-08-26Code CleanupJoshua Leung
2016-08-18Cleanup/security fix: do not use strcpy (at least in new code).Bastien Montagne
2016-08-04Cleanup: Use BKE_gpencil prefixJulian Eisel
2016-08-04Grease Pencil v2 BranchAntonio Vazquez
2016-06-23GPencil: Added a new version of the "delete active frame" operator which dele...Joshua Leung
2016-05-09Fixes for GPencil Copy and PasteJoshua Leung
2016-05-08Code Cleanup: Just a bit more tidying up comments/whitespace/etc.Joshua Leung
2016-05-08D1705: Fix Grease Pencil Fill for Concave ShapesAntonio 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-01-10Some minor fixes from coverity reports.Bastien Montagne
2016-01-09Cleanup: warning/spellingCampbell Barton
2015-12-13Cleanup: style/warningsCampbell Barton
2015-12-13Grease Pencil: Merge GPencil_Editing_Stage3 branch into masterJoshua Leung
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-05GPencil: use ctrl+x/del for dissolveCampbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton