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-09-16Sculpt: Move sculpt_face_set.c to C++Hans Goudey
2022-09-16Sculpt: Respect hiding when creating face sets from loose partsHans Goudey
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-13Fix T101031: Crash with Initialize Face Sets operatorHans 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-05Mesh: Remove redundant custom data pointersHans Goudey
2022-08-16Sculpt: Fix redo panel bugsJoseph Eagar
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-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-05-19Cleanup: Remove unnecessary indentationHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-22Fix T96308: Mesh to BMesh conversion doesn't calculate vertex normalsHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-04-27Fix T87474: Face Set visibility updates failing with single face loopPablo Dobarro
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-03-09Sculpt: Init Face Sets by Face Sets boundariesPablo Dobarro
2021-02-10Cleanup: Unindent if statements in sculpt tools codePablo Dobarro
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-15Sculpt: Fair Face Sets operation for Face Set EditPablo Dobarro
2020-12-04Cleanup: clang-formatSybren A. Stüvel
2020-11-26Fix Edit Face Set operator not being cancelled when the cursor is not over th...Pablo Dobarro
2020-11-18Fix use of operator flag as booleanCampbell Barton
2020-11-12Merge branch 'blender-v2.91-release' into masterPhilipp Oeser
2020-11-12Sculpt: fix face set extract clicking in empty spacePhilipp Oeser
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-11-06Merge branch 'blender-v2.91-release'Pablo Dobarro
2020-11-06Fix T81915: Draw Face Sets not working with deformed sculpt meshPablo Dobarro
2020-10-26Sculpt: Face Set Edit delete Geometry operationPablo Dobarro
2020-10-20Fix missing Sculpt Overlays updates when using modifiersPablo Dobarro
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-07UI: Fix capitalization in various placesYevgeny Makarov
2020-09-03Sculpt: Face Set Extract OperatorPablo Dobarro
2020-08-18Fix Face Set Visibility operator using wrong active Face SetPablo Dobarro
2020-08-18Fix Mask Slice deleting the Face SetsPablo Dobarro
2020-08-12Sculpt: Expose Edit Face Set as a toolPablo Dobarro
2020-08-11Sculpt: Option to not modify hidden Face Sets in Face Sets EditPablo Dobarro
2020-08-01Cleanup: use term init instead of initialize/initialiseCampbell Barton
2020-07-27Fix Sculpt Relax operation when deforming mesh boundariesPablo Dobarro
2020-06-29Remove Threaded Sculpt optionPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-06-09Sculpt: Face Set Edit OperatorPablo Dobarro
2020-05-27Cleanup: Use bitmaps insteand of bool and char arraysPablo Dobarro