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-12-03Fix T72134: Adaptive UVs does not affect strokes that are already drawnAntonio Vazquez
2019-11-14GPencil MultiStroke modifierYimingWu
2019-09-28GPencil: Fix compiler warningAntonio Vazquez
2019-09-10GPencil: New Simplify Tint optionAntonio Vazquez
2019-09-07Fix T69597: Changing Grease Pencil Layer in Dopesheet unlocks all layersAntonio Vazquez
2019-09-03GPencil: Fix unreported autolock layers using DopesheetAntonio Vazquez
2019-08-31Fix T66452: Convert Curve to Grease Pencil StrokesAntonio Vazquez
2019-08-30GPencil: Use default material when slot material is emptyAntonio Vazquez
2019-08-25Cleanup: redundant struct declarationsCampbell Barton
2019-08-24Cleanup: use eval as a suffixCampbell Barton
2019-08-24Fix T66924 : Move GPencil Modifiers evaluation to DepsgraphAntonio Vazquez
2019-08-08GPencil: New Simplify modifier mode Sample and operatorAntonioya
2019-08-08Fix T67545: GPencil - New Merge by Distance operatorAntonioya
2019-08-02GPencil: New function to dissolve points in strokeAntonio Vazquez
2019-07-31Add operator for removing unused material slotsLukas Stockner
2019-06-30GPencil: Improve Cyclic operator to generate geometryAntonioya
2019-06-12Fix T65741: Removing a GPencil Object's Material Slot deletes the strokes ass...Antonioya
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-09Cleanup: BKE_gpencil namingCampbell Barton
2019-03-25GPencil: Only brushes with pinned materials have materialsAntonioya
2019-03-19Cleanup: remove unused for gpencil bounds calculationCampbell Barton
2019-02-26GP: Draw: Stroke TrimCharlie Jolly
2019-02-23Cleanup: move variable declarations to headersCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: manually apply changes missed last commitCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell Barton
2019-01-15Cleanup: commas at the end of enumsCampbell Barton
2019-01-11GP: New Cutter, Constraints and Segment selectionAntonioya
2018-12-25GP: Remove duplicate code moving to single functionAntonioya
2018-11-20GP: Refactor drawing engine to single VBOAntonioya
2018-11-13Merge branch 'master' into blender2.8Campbell Barton
2018-11-13GP: box/lasso support for select-operationsCampbell Barton
2018-10-28GP: Refactor Instance modifier and rename to ArrayAntonioya
2018-10-09GP: Improve center object in viewport when press .Antonioya
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel
2018-09-24Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
2018-08-30GP: Improve Subdivide and SimplifyAntonioya
2018-08-28GP: Revert replace custom function by standard APIAntonioya
2018-08-28GP: Replace custom function by standard APIAntonioya
2018-08-27GP: replace custom API w/ BKE_deform APICampbell Barton
2018-08-26GP: Reduce weight paint data memory footprintAntonioya
2018-08-23Rename: *_batch_cache_dirty > *_batch_cache_dirty_tagDalai Felinto
2018-08-10Cleanup: Remove unused paramAntonioya
2018-08-08Fix T56220: Adding Grease Object crashes if link Material is set to ObjectAntonioya
2018-07-31New Grease Pencil object for 2D animationAntonioya
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-06-13Cleanup: remove more G.main from BKE area.Bastien Montagne