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-11Merge branch 'master' into refactor-mesh-position-genericrefactor-mesh-position-genericHans Goudey
2022-11-10Cleanup: Move sculpt.c to C++Hans Goudey
2022-11-03Merge branch 'master' into refactor-mesh-position-genericHans 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-08Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
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-28Merge branch 'master' into refactor-mesh-position-genericHans 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-23Merge branch 'refactor-mesh-selection-generic' into refactor-mesh-position-ge...Hans Goudey
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23RenamingsHans Goudey
2022-09-14Compiles, runs in basic situationsHans Goudey
2022-09-13Convert many more uses of MVertHans Goudey
2022-09-08Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Cleanup, fixesHans Goudey
2022-09-05Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-26ProgressHans Goudey
2022-08-25Merge branch 'master' into refactor-mesh-selection-genericHans Goudey
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-08-14ProgressHans Goudey
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