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-10-11GPencil: Fix unreported Close Stroke operator did not select new pointsAntonio Vazquez
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: unused argument warningCampbell Barton
2022-09-05GPencil: Use correct index for start point and refactor updateAntonio Vazquez
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05GPencil: Fix bug in set start api functionAntonio Vazquez
2022-09-05GPencil: Improve previous commit error checkingAntonio Vazquez
2022-09-05GPencil: Small code cleanupAntonio Vazquez
2022-09-05GPencil: New BKE function to set stroke start pointAntonio Vazquez
2022-09-02Cleaunp: Reorder GPencil function parametersAntonio Vazquez
2022-09-02GPencil: Simplify Perimeter functions to not use RegionView3DAntonio Vazquez
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-30GPencil: Improve Thickness handling for Outline operatorAntonio Vazquez
2022-06-30Cleanup: Remove scene frame macros (`CFRA` et al.)Julian Eisel
2022-06-23Cleanup: Clang tidyHans Goudey
2022-05-30Fix T98488: GPencil weightpaint not visible if first point is no weightAntonio Vazquez
2022-05-23Fix T98258: Duplicated last vertex after GPencil sample.YimingWu
2022-04-18Cleanup: Clang tidyHans Goudey
2022-04-04Cleanup: clang-tidyCampbell Barton
2022-03-31Cleanup: Compilation warnings in gpencil code after DNA C++ changesSergey Sharybin
2022-03-30Cleanup: spelling in commentsCampbell Barton
2022-03-29Cover DNA_gpencil_types.h with C++ structure methodsSergey Sharybin
2022-03-25GPencil: Improve smooth operationHenrik Dick
2022-03-17GPencil: Fix cyclic flag cleared by simplify modifierHenrik Dick
2022-03-13GPencil: Simplify modifier minimal vert count fixHenrik Dick
2022-03-02UI: Comments Misspellings of Vertex/VerticesNikhil Shringarpurey
2022-03-01GPencil: Improve subdivision modifierHenrik Dick
2022-02-22GPencil: Simplify sample modifier improvements.YimingWu
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClment Foucault
2022-01-12Revert "BLI: Refactor vector types & functions to use templates"Clément Foucault
2022-01-12BLI: Refactor vector types & functions to use templatesClément Foucault
2021-12-25Cleanup: use new c++ guarded allocator APIAaron Carlisle
2021-12-14Cleanup: correct unbalanced doxygen groupsCampbell Barton
2021-12-13GPencil: New Shrinkwrap modifierAntonio Vazquez
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-15Fix T93074: Gpencil cutter not using flat caps in middle cutsAntonio Vazquez
2021-09-23Cleanup: spelling in commentsCampbell Barton
2021-09-22Cleanup: spelling in commentsCampbell Barton
2021-09-21GPencil: Curvature support for length modifierHenrik Dick (weasel)
2021-09-19Revert "GPencil: Curvature support for length modifier."YimingWu
2021-09-19GPencil: Curvature support for length modifier.YimingWu
2021-09-03GPencil: Smooth thickness when joining strokesAntonio Vazquez