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-11-05Cleanup: use bool instead of short for job stop & do_update argumentsCampbell Barton
2022-11-02Refactor: Rename Object->imat to Object->world_to_objectSergey Sharybin
2022-11-01Refactor: Rename Object->obmat to Object->object_to_worldSergey Sharybin
2022-10-30Fix T102163: GPencil:Set start point Operator make stroke deletedAntonio Vazquez
2022-10-27Fix T102092: GPencil Sculpt Grab crash using Shift keyAntonio Vazquez
2022-10-20Cleanup: Remove unused grease pencil / RNA includesHans Goudey
2022-10-10I18n: disambiguate or extract a few messagesDamien Picard
2022-10-07GPencil: New Fill Extend lines adjust with MMBAntonio Vazquez
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-06Fix T101517: GPencil strokes snap to origin in a Scale value is on 0Antonio Vazquez
2022-10-05GPencil: Use stroke function for convert pointsAntonio Vazquez
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: formatCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
2022-10-03Fix T101564: GPencil: Selecting imprecise if transforms are animatedAntonio Vazquez
2022-10-03Fix T101548: GPencil new lines in Multiframe editing appear as OnionAntonio Vazquez
2022-10-02Cleanup: Rename function `gpencil_point_to_parent_space`Antonio Vazquez
2022-10-02Cleanup: Rename functionsAntonio Vazquez
2022-09-29GPencil: Remove Fill `use_collide_only` optionAntonio Vazquez
2022-09-29GPencil: Fix missing Fill stroke cross detectionAntonio Vazquez
2022-09-28GPencil: Avoid infinite loop in Fill debug modeAntonio Vazquez
2022-09-28GPencil: Disable Fill visual aids if use InvertedAntonio Vazquez
2022-09-28GPencil: Extend Fill lines when visual aids are disabledAntonio Vazquez
2022-09-28GPencil: Fix unreported memory leak in Fill inverseAntonio Vazquez
2022-09-28Cleanup: Rename variablesAntonio Vazquez
2022-09-28GPencil: Fix unreported bug for fill closing strokesAntonio Vazquez
2022-09-28GPencil: Fix compiler warningAntonio Vazquez
2022-09-28GPencil: Fill Tool - Check if extensions collide with real strokesAntonio Vazquez
2022-09-26Fix T101370: GPencil Grab Sculpt crash after bake transform animationAntonio Vazquez
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: Remove commented linesAntonio Vazquez
2022-09-25Fix T101317: GPencil separate Active layer freezes blenderAntonio Vazquez
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
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