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-26Fix T101925: sculpt color painting not updating with Cycles viewport renderBrecht Van Lommel
2022-10-18Brush: Wrap mtex/mask_tex around functions.Jeroen Bakker
2022-10-16Sculpt: Fix T101864: Mask initialization not updating multires dataJoseph Eagar
2022-10-12Cleanup: use function style casts for C++, format & spellingCampbell Barton
2022-10-11Sculpt: Fix T101718: Automasking crash with new texture paintJoseph Eagar
2022-10-11Correct argument type for BKE_pbvh_node_get_bm_orco_data, formatCampbell Barton
2022-10-11Sculpt: Clean up Dyntopo's original triangle apiJoseph Eagar
2022-10-10Sculpt: T101699: Face set change visibility crashes on no face setsJoseph Eagar
2022-10-10Cleanup: spelling in commentsCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-05Cleanup: Clang tidyHans Goudey
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-04Sculpt: Visibility bugfixesJoseph Eagar
2022-10-04Sculpt: implement Reveal All for PBVH_BMESHJoseph Eagar
2022-10-04Sculpt: Fix T101430: Blank stroke undo steps corrupt dyntopoJoseph Eagar
2022-09-29Sculpt: fix stroke-only attributes not being freed at stroke endJoseph Eagar
2022-09-29Sculpt: Normal-based automasking modesJoseph Eagar
2022-09-29Cleanup: formatCampbell Barton
2022-09-29Sculpt: New Cavity Automasking ModeJoseph Eagar
2022-09-27Fix T101348: Sculpt smooth brush artifacts with hidden facesHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-27Cleanup: Use variable and const for sculpt mesh vertex to poly mapsHans Goudey
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-20Sculpt: Fix memory corruption with reading masks from PBVH_BMESHJoseph Eagar
2022-09-16Fix: Missing updates for multires sculptingHans Goudey
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-13Fix T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13Fix: Multires crash after recent face set refactorHans Goudey
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
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-16Cleanup: warningsCampbell Barton
2022-08-16Merge branch 'blender-v3.3-release'Joseph Eagar
2022-08-16Sculpt: Fix T100379: Anchored brush tags all nodes for updateJoseph Eagar
2022-08-16Sculpt: Fix T100379: Anchored brush tags all nodes for updateJoseph Eagar
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-08-15Sculpt: Blank out redo panel for stroke operatorJoseph Eagar
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-09Sculpt: Register sculpt brush op so it clears last operator panelJoseph Eagar
2022-08-04Sculpt: Support gradient color mode in sculpt paint brushRamil Roosileht
2022-08-04Sculpt: Support gradient color mode in sculpt paint brushRamil Roosileht
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey