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
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-02-10Cleanup: Unindent if statements in sculpt tools codePablo Dobarro
2020-08-25Fix T80008: Smooth brush not deforming mesh boundaries correctlyPablo Dobarro
2020-08-18Sculpt: Invert Smooth to Enhance DetailsPablo Dobarro
2020-08-12Cleanup: Remove explicit float casts in sculpt codePablo Dobarro
2020-08-12Clenaup: Rename random_access_init to random_access_ensurePablo Dobarro
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-07-27Fix T79164: Sculpting with smooth shading doesn't update normalsPablo Dobarro
2020-07-21Fix T79007: Smooth brushes crasing in dyntopoPablo Dobarro
2020-07-15Fix T78747: Fix mesh boundary detection and automaskingPablo Dobarro
2020-07-03Cleanup: Editors/Sculpt/Paint, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-01Cleanup: Add functions to check the first brush step and symmetry passesPablo Dobarro
2020-06-29Remove Threaded Sculpt optionPablo Dobarro
2020-06-24Fix Surface Smooth not taking the sculpt mask into accountPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-05-09Cleanup: double-spaces in commentsCampbell Barton
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-20Fix T75778: Missing ME_VERT_PBVH_UPDATE in Surface SmoothPablo Dobarro
2020-04-20Fix T75766: Smooth mask using mesh vert indices direcltyPablo Dobarro
2020-04-03Cleanup: Move Mask Filter and Mask Expand to their own filesPablo Dobarro
2020-04-03Cleanup: Move Mesh Filter, Smooth and Automasking to their own filesPablo Dobarro