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-05-17Cleanup: Use const in curves sculpt codeHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-04-21Curves: show sculpt tool settings in panelsJacques Lucke
2022-04-21Commit D14179: Revamp Vertex Paint With C++Joseph Eagar
2022-04-20Cleanup: Rename CD_MLOOPCOL to CD_PROP_BYTE_COLORHans Goudey
2022-04-16Mask by color now auto-creates aJoseph Eagar
2022-04-15PBVH Pixel extractor.Jeroen Bakker
2022-04-08Painting: Canvas switcher for painting brushes/tools.Jeroen Bakker
2022-04-07Cleanup: clang-formatCampbell Barton
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-21Curves: new Add brushJacques Lucke
2022-03-08Fix: add missing case in switch statement for curvesJacques Lucke
2022-02-18Curves: initial brush system integration for curves sculpt modeJacques Lucke
2022-02-14Cleanup: Pass const Scene to mesh evaluationHans Goudey
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-01Cleanup: remove duplicate vertex normal array in SculptSessionCampbell Barton
2022-01-22Fix T94967: Sculpt mode crashes with missing normalsHans Goudey
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Depsgraph: support flushing parameters without a full COW updateCampbell Barton
2021-03-24Cleanup: use new BLI_assert_unreachable macroCampbell Barton
2021-03-09Fix T86422: Expand crashing with EEVEE enabledPablo Dobarro
2021-03-02Sculpt: Expand OperatorPablo Dobarro
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-09Cleanup: comments, replace 'undoes' with 'undo-steps'Campbell Barton
2021-02-09Cleanup: spellingCampbell Barton
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-02-03Merge branch 'blender-v2.92-release'Pablo Dobarro
2021-02-03Fix memory leak in boundary brush preview dataPablo Dobarro
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2021-01-06Fix T84202: Sculpt lasso mask crash after remesh.Bastien Montagne
2020-12-23Fix T84002: Sculpt: Masking operations crash if multires is in play.Bastien Montagne
2020-11-06Refactor: move Paint lib linking to blenkernelJacques Lucke
2020-11-06Refactor: move Paint .blend I/O to blenkernelJacques Lucke
2020-11-03Fix T71759: Sculpt/Vertex/Weight Paint Brush Size Gets Undone After Undoing a...Bastien Montagne
2020-11-03Add a callback to `IDTypeInfo` to allow preservation of some data accross mem...Bastien Montagne
2020-10-27Fix T81854: crash when undoing switch between sculpt and edit mode.Bastien Montagne
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07IDTypeInfo: add flag to indicate that ID has no animation dataJacques Lucke
2020-09-30Cleanup: spellingCampbell Barton
2020-09-29Sculpt: Preserve Mesh visibility from edit mode using the Face SetsPablo Dobarro
2020-09-18Sculpt: Render Mask and Face Sets with modifiers activePablo Dobarro