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-10Cleanup: Move sculpt.c to C++Hans Goudey
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-18Brush: Wrap mtex/mask_tex around functions.Jeroen Bakker
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
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-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-06-30Fix T99196: sculpt_update_object calls paint updates for nonpaint toolsJoseph Eagar
2022-06-27Fix T98673: Color attribute fill API didn't support editmodeJoseph Eagar
2022-06-26Cleanup: Clang tidyHans Goudey
2022-06-23Cleanup: Remove unused array in vertex paint codeHans Goudey
2022-06-23Vertex paint mode tried to do a "fast update" by trying to avoid taggingHans Goudey
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-06-09Cleanup: formatCampbell Barton
2022-06-08Paint: Fix Image Editor Cursor Disappearing (T90120)Joseph Eagar
2022-06-08Cleanup: Use const variables/pointersHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-05-23Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-23Cleanup: clarify what is scene linear color space in conversion conversionBrecht Van Lommel
2022-05-04Cleanup: duplicating doc-stringsCampbell Barton
2022-05-03Cleanup: spelling in commentsCampbell Barton
2022-05-02Color Attributes: Add initial fill color optionEthan-Hall
2022-04-28Cleanup: unbalanced doxy sections, add some sectionsCampbell Barton
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-25Vertex Paint: Fix brush color spaceJoseph Eagar
2022-04-25Cleanup: remove unused function parameterJoseph Eagar
2022-04-25Fix T97597: vertex paint initialization wasJoseph Eagar
2022-04-25Cleanup: fix unused variable warning in `paint_vertex.cc`Sybren A. Stüvel
2022-04-22Cleanup: Clang tidy, unused variable warningsHans Goudey
2022-04-21Cleanup: fix various warnings after recent commitJacques Lucke
2022-04-21Vertex paint: Fix debug compile error and aJoseph Eagar
2022-04-21Commit D14179: Revamp Vertex Paint With C++Joseph Eagar