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-11Cleanup: Clarify and deduplicate attribute convert implementationHans Goudey
2022-10-26Fix T101925: sculpt color painting not updating with Cycles viewport renderBrecht Van Lommel
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-04Sculpt: Fix T101430: Blank stroke undo steps corrupt dyntopoJoseph Eagar
2022-10-04Sculpt: Add debug code to print sculpt undo stack.Joseph Eagar
2022-10-01Sculpt: Fix sculpt face set undo creating duplicate face set layersJoseph Eagar
2022-09-29Sculpt: Reset automask cache on non-color non-mask undo stepsJoseph Eagar
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-17Cleanup: formatCampbell Barton
2022-09-16Sculpt: New attribute APIJoseph Eagar
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-12Sculpt: Fix T100608: SCULPT_UNDO_FACE_SETS broken for redoJoseph Eagar
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-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-23Fix T100494: Broken sculpt hide status undo/redoHans Goudey
2022-08-23Cleanup: Avoid using invalid attribute domainHans Goudey
2022-08-16Cleanup: formatCampbell Barton
2022-08-16Sculpt: Write documentation in sculpt_undo.cJoseph Eagar
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
2022-08-11Mesh: Move hide flags to generic attributesHans Goudey
2022-08-03Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-03Fix T100168: Sculpt positions undo not working after recent commitHans Goudey
2022-08-02Merge branch 'blender-v3.3-release'Hans Goudey
2022-08-02Fix T96810: Invalid sculpt normals after some operationsHans Goudey
2022-07-30Sculpt: Opaque vertex type for sculptJoseph Eagar
2022-06-27Fix T99100: Undo/redo bugs with paint and gravityJoseph Eagar
2022-06-23Mesh: Add an explicit "positions changed" functionHans Goudey
2022-06-07Cleanup: Use const pointers in attribute APIHans Goudey
2022-06-01Cleanup: use 'e' prefix for enum typesCampbell Barton
2022-06-01Merge branch 'blender-v3.2-release'Joseph Eagar
2022-06-01Fix T97408: Temporary fix for attribute convert undoJoseph Eagar
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-20Mesh: Avoid unnecessary normal calculation and dirty tagsHans Goudey
2022-04-13Cleanup: use C++ comments for disabled codeCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-08Merge branch 'blender-v3.1-release'Hans Goudey
2022-03-08Fix T95843: Invalid mesh runtime data after sculpt undov3.1.0Hans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
2022-02-09Cleanup: move file descriptions into doxygen file sectionCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-13Undo System: avoid redundant decoding on undoCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton