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-03-30temp-sculpt-colors: comment formattingJoseph Eagar
2022-03-22temp-sculpt-colors: Fix crash in redoing afterJoseph Eagar
2022-03-22Merge branch 'master' into temp-sculpt-colorsJoseph 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-03-07temp-sculpt-colors: Cleanup a few comments.Joseph Eagar
2022-02-25temp-vertex-paint: Use sculpt undo for vertex paintJoseph Eagar
2022-02-22temp-sculpt-colors: Fix mask by color andJoseph Eagar
2022-02-22temp-sculpt-colors: loop colors undo now worksJoseph Eagar
2022-02-21temp-sculpt-colors: Store loop colors in undoJoseph Eagar
2022-02-15temp-sculpt-colors: Fix bug in sculpt undoJoseph Eagar
2022-02-12Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
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-29Fix merge bugsJoseph Eagar
2022-01-29temp-sculpt-colors: Make requested changesJoseph Eagar
2022-01-15temp-sculpt-colors: Make requested changesJoseph Eagar
2022-01-15Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2022-01-04Merge branch 'master' into temp-sculpt-colorsJoseph Eagar
2021-12-08Cleanup: move public doc-strings into headers for 'editors'Campbell Barton
2021-11-04temp-sculpt-colors: implement patch review itemsJoseph Eagar
2021-11-03temp-sculpt-colors: commit patchJoseph Eagar
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
2021-06-13Cleanup: redundant initializationCampbell Barton
2021-03-15Comments: notes on sculpt/image undo looping logicCampbell Barton
2021-03-13Cleanup: add BKE_pbvh_vertex_iter_begin to clang-formatPablo Dobarro
2021-03-12Fix T82532: Sculpt fails to redo the first sculpt session strokeCampbell Barton
2021-02-05Cleanup/refactor: Undosys: Get rid of the magic values for undo direction.Bastien Montagne
2021-01-22Fix T76936: Mesh shape amended upon undoing in sculpt modeSergey Sharybin
2021-01-06UndoType: Refactor: replace `use_context` boolean by a bitflag.Bastien Montagne
2021-01-06UndoType: Fix some incinsistencies re context usage flag.Bastien Montagne
2021-01-06Cleanup/refactor: UndoType: Clarify `use_context` variable.Bastien Montagne
2021-01-05Cleanup: Undo code: `poll` function.Bastien Montagne
2020-12-23Sculpt Undo: Fix broken memory size and potential use of uninitialized variab...Bastien Montagne
2020-11-12Fix T82388: Sculpt mode: Unexpected undo behavior.Bastien Montagne
2020-10-27Fix T81854: crash when undoing switch between sculpt and edit mode.Bastien Montagne
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-07-03Cleanup: Editors/Sculpt/Paint, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-06-30Cleanup: unused argumentsCampbell Barton
2020-06-29Remove Threaded Sculpt optionPablo Dobarro
2020-06-23Sculpt Vertex Colors: Initial implementationPablo Dobarro
2020-05-28Cleanup: spellingCampbell Barton
2020-05-20Cleanup: remove legacy mmap memory allocation for 32 bitBrecht Van Lommel