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
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-25Cleanup: quiet compiler warningCampbell Barton
2022-09-25Cleanup: format, spelling in commentsCampbell Barton
2022-09-24GPencil: Exist early from loop for Fill extensionsAntonio Vazquez
2022-09-23GPencil: Improve Fill Tool Extend linesAntonio Vazquez
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20GPencil: Add `offset` parameter to reproject operator Redo PanelAntonio Vazquez
2022-09-19GPencil: Make formatAntonio Vazquez
2022-09-19GPencil: Cut Extended lines in Fill tool when collideAntonio Vazquez
2022-09-19Cleanup: spellingCampbell Barton
2022-09-17GPencil: Remove Leak SizeAntonio Vazquez
2022-09-17GPencil: Hide the help Circles for gaps when gap is closedAntonio Vazquez
2022-09-17GPencil: Rename Fill closure methodsAntonio Vazquez
2022-09-17GPencil: Add more types of stroke extensions when fillingDave Pagurek
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
2022-09-15GPencil: Add frame number to Trace operatorAntonio Vazquez
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-12Fix T100999: GPencil Copy paste stroke(s) does not respect autokeyingAntonio Vazquez
2022-09-10GPencil: New Set Start point operatorAntonio Vazquez
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05Cleanup: make formatBrecht Van Lommel
2022-09-05GPencil: New BKE function to set stroke start pointAntonio Vazquez
2022-09-02GPencil: Simplify Perimeter functions to not use RegionView3DAntonio Vazquez
2022-08-31GPencil: Apply Brush Size to Outline thickness while drawingAntonio Vazquez
2022-08-31Cleanup: formatCampbell Barton
2022-08-31Merge branch 'blender-v3.3-release'YimingWu
2022-08-31GPencil: Fix sharp_threshold property in sample stroke operatorYimingWu
2022-08-30GPencil: Improve Thickness handling for Outline operatorAntonio Vazquez
2022-08-30GPencil: Rename in Outline operator `mode` with `material_mode`Antonio Vazquez
2022-08-30GPencil: Add `thickness` parameter to Outline operatorAntonio Vazquez
2022-08-29I18n: disambiguate and make a few more strings translatableDamien Picard
2022-08-29GPencil: New conversion to outline in draw modeAntonio Vazquez
2022-08-28Merge branch 'blender-v3.3-release'Campbell Barton
2022-08-28Fix crash in gpencil.brush_reset_all referencing freed memoryCampbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Cleanup: formatCampbell Barton
2022-08-22Merge branch 'blender-v3.3-release'Bastien Montagne
2022-08-22I18n: systematically tag all messages in `RNA_ENUM_ITEM_HEADING`.Bastien Montagne
2022-08-22I18n: disambiguate a few translationsDamien Picard
2022-08-22Cleanup: move model authors from the doc-string to the implementationCampbell Barton
2022-08-19Merge branch 'blender-v3.3-release'Antonio Vazquez
2022-08-19Fix T100502: GPencil Primitive apply offset when using `Stroke` modeAntonio Vazquez
2022-08-18GPencil: Fix wrong material index in previous commitAntonio Vazquez
2022-08-18GPencil: New operator to convert strokes to perimeter.Antonio Vazquez