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
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-21GP: Fix memory leaks when use cutter with weightsAntonioya
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-14Cleanup: compiler warningsCampbell Barton
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2019-01-08Fix inconsistent naming and behavior for base visible/selected/editable.Brecht Van Lommel
2019-01-03Fix T60022: Crash when adding grease pencil object to a collection disabled i...Antonioya
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
2018-12-20Cleanup: argument wrapping indentationCampbell Barton
2018-12-19Fix T59595: Grease Pencil and CameraViewAntonioya
2018-12-18Fix T59366: gpencil eraser shows w/ shape toolCampbell Barton
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-14Cleanup: namingCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-12-07GP: Refactor coordinates to floatCharlie Jolly
2018-12-07Fix adding objects in local viewCampbell Barton
2018-12-05GP: Fix precision issue with Circle and Arc toolsCharlie Jolly
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-23Pass viewport to BASE_ related tests, for viewport view/select restrictionsDalai Felinto
2018-11-20Cleanup: unused args, indentationCampbell Barton
2018-11-20GP: Refactor drawing engine to single VBOAntonioya
2018-11-18GP: Harmonize Sculpt Struct and field namesAntonioya
2018-11-15Cleanup: typo, whitespaceCampbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13GP: box/lasso support for select-operationsCampbell Barton
2018-11-12GP: Hide cursor in some modesAntonioya
2018-11-12Cleanup: minor gpencil changesCampbell Barton
2018-11-10GP: Fix mouse cursor problemsAntonioya
2018-11-09GP: Reorder Move to Layer to TopDownAntonioya
2018-11-09Greasepencil: double promotion cleanup and relatedDalai Felinto
2018-11-09GreasePencil: division by zero when stroke has one pointDalai Felinto
2018-11-05Paint: add BKE_paint_ensure to initialize toolsettingsCampbell Barton
2018-11-02Tool System: brushes are now categorized by toolCampbell Barton
2018-10-25WM: space, region type filtering for paint cursorCampbell Barton
2018-10-12Cleanup: trailing space w/ slash, right shiftCampbell Barton
2018-10-08UI: new icon set by Andrzej Ambroz.Brecht Van Lommel
2018-09-30GP: Ensure falloff curve is always initializatedAntonioya
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-06GP: Add multiframe support to vertex group operatorsAntonioya
2018-09-04Cleanup: remove legacy layer and dupli code.Brecht Van Lommel
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-27GP: replace custom API w/ BKE_deform APICampbell Barton
2018-08-26GP: Reduce weight paint data memory footprintAntonioya
2018-07-31Cleanup: style, duplicate includesCampbell Barton
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-07-02Merge branch 'master' into blender2.8Campbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-06-16Cleanup: remove BLI_frand from GreasePencil code.Bastien Montagne
2018-06-08Merge branch 'master' into blender2.8Bastien Montagne