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-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-25GP: Set cyclic to OFF when use cutterAntonioya
2019-01-21GP: Fix memory leaks when use cutter with weightsAntonioya
2019-01-21T60701: GP using cutter tool on stroke with vertex group crashes blenderAntonioya
2019-01-18GP: Create materials when separate active layerAntonioya
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2019-01-15Cleanup: styleCampbell Barton
2019-01-14Cleanup: compiler warningsCampbell Barton
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2018-12-31Fix T60015: snap to grid - snaps only to largest incrementmano-wii
2018-12-28GP: Rename GP_STROKE_RECALC_CACHE to GP_STROKE_RECALC_GEOMETRYAntonioya
2018-12-24Cleanup: First batch of UI messages fixes (typos, final points...).Bastien Montagne
2018-12-20Fix T59579: Grease Pencil copy buffer loses material informationAntonioya
2018-12-14GP: Rename CTX and OB modesAntonioya
2018-12-14Merge branch 'master' into blender2.8Campbell Barton
2018-12-14Missed last commitCampbell Barton
2018-12-14Fix compiler errorCampbell Barton
2018-12-14GP: Add Subdivide Smooth optionAntonioya
2018-12-13GP: New Smooth operatorAntonioya
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-263D View: remove 3D cursorCampbell Barton
2018-11-20GP: Reorganize Reproject optionsAntonioya
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-13GP: Fix wrong fill after subdivideAntonioya
2018-11-13Cleanup: add arg to GP_EDITABLE_STROKES macroCampbell Barton
2018-11-12Fix T57713: Object not selecteable after separate strokesAntonioya
2018-11-11GP: Use same name when duplicate datablockAntonioya
2018-11-10Cleanup: styleCampbell Barton
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-05Paint: add tool offset & mode to runtime dataCampbell Barton
2018-11-05Paint: add BKE_paint_ensure to initialize toolsettingsCampbell Barton
2018-11-04GP: Reorganize Canvas GridAntonioya
2018-11-03Tool System: validate tool slots when setting modesCampbell Barton
2018-10-12Cleanup: trailing space w/ slash, right shiftCampbell Barton
2018-09-27Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-25GP: Add const to variableAntonioya
2018-09-20GP: Add keymap 1 and 2 for select modeAntonioya
2018-09-07Fix T56707: Assert changing grease pencil modesCampbell Barton
2018-09-04Fix T56686: Crash when copy and paste AnnotationsAntonioya
2018-09-03GP: Cleanup function parameterAntonioya
2018-09-02Cleanup: comment blocksCampbell Barton
2018-08-30GP: Undo previous Subdivide edit operator and reformat codeAntonioya
2018-08-30Cleanup: warningsCampbell Barton
2018-08-30GP: Improve Subdivide and SimplifyAntonioya
2018-08-29Merge branch 'master' into blender2.8Campbell Barton
2018-08-28GP: Revert replace custom function by standard APIAntonioya
2018-08-28Cleanup: warningsCampbell Barton
2018-08-28GP: Replace custom function by standard APIAntonioya
2018-08-27Fix unreported: the gridview is no longer computed, so the snapping functions...mano-wii