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-03Merge branch 'master' into refactor-mesh-position-genericHans 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-07Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-03Merge branch 'master' into refactor-mesh-position-genericHans Goudey
2022-09-29Sculpt: fix T101465, crash in cloth filter with new automasking modesJoseph Eagar
2022-09-29Cleanup: quiet warnings (unused arg & trailing fullstop)Campbell Barton
2022-09-29Cleanup: Use c++-style unused paramter form in automasking code.Joseph Eagar
2022-09-29Sculpt: Normal-based automasking modesJoseph Eagar
2022-09-29Sculpt: New Cavity Automasking ModeJoseph Eagar
2022-09-14Compiles, runs in basic situationsHans 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-27Fix T99100: Undo/redo bugs with paint and gravityJoseph Eagar
2022-06-16Cleanup: differentiate region/screen relative coordinatesCampbell Barton
2022-04-12Fix T97098: Color filter sharpening artifacts.Joseph Eagar
2022-04-05Refactor: Unify vertex and sculpt colors into newJoseph Eagar
2022-03-09Cleanup: rename wmEvent.prev_click_* to prev_press_*Campbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-10Refactor: Move PBVH update tag out of MVertHans Goudey
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-10-20Cleanup: use an array for wmEvent cursor position variablesAaron Carlisle
2021-10-14Cleanup: pass the sizeof(..) as the second arg for array allocationCampbell Barton
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-04Sculpt: Allow inverting the Erase Displacement mesh filterPablo Dobarro
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-10-15Sculpt: Add global automasking settings support in filtersPablo Dobarro
2020-09-18Sculpt: Scale Cloth FilterPablo Dobarro
2020-09-02Fix T80311: Sculpt Filters not working when using vertical splitPablo Dobarro
2020-08-20Cleanup: Mesh Filter invoke refactorPablo Dobarro
2020-08-19Cleanup: compiler warningsBrecht Van Lommel
2020-08-18Sculpt: Erase Displacement Mesh FilterPablo Dobarro
2020-08-18Sculpt: Enhance Details Mesh FilterPablo Dobarro
2020-08-18Sculpt: Sculpt Filter Orientation OptionsPablo 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-12Cleanup: Use clamp_f instead of CLAMP in sculpt codePablo Dobarro
2020-08-12Fix Sculpt Filters operator namingPablo Dobarro
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: declare arrays arrays where possibleCampbell Barton
2020-08-06Sculpt: Sharpen Mesh Filter curvature smoothing and intensify detailsPablo Dobarro
2020-07-27Fix Sculpt Relax operation when deforming mesh boundariesPablo Dobarro
2020-07-15Fix T78747: Fix mesh boundary detection and automaskingPablo Dobarro
2020-07-09Sculpt: Skip fully hidden nodes in sculpt toolsPablo Dobarro