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-10-04Cleanup: remove unnecessary includes from sculpt_paintCampbell Barton
2022-10-04Cleanup: undeclared function warningCampbell Barton
2022-10-04Sculpt: Visibility bugfixesJoseph Eagar
2022-10-04Sculpt: implement Reveal All for PBVH_BMESHJoseph Eagar
2022-10-04Cleanup: replace UNUSED macro with commented args in C++ codeHans Goudey
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-10-01Sculpt: fix crash in relax face sets brushJoseph Eagar
2022-10-01Sculpt: Fix T101430: Dyntopo undo crashJoseph Eagar
2022-10-01Sculpt: Fix T101430: Curve shown improperly in mask from cavity redoJoseph Eagar
2022-09-30Cleanup: use function style casts for C++Campbell Barton
2022-09-29Sculpt: fix stroke-only attributes not being freed at stroke endJoseph Eagar
2022-09-29Sculpt: fix T101465, crash in cloth filter with new automasking modesJoseph Eagar
2022-09-29Sculpt: Fix T101464: Crash in mask from cavityJoseph Eagar
2022-09-29Sculpt: Fix T101463: Don't initialize automask to zero inJoseph Eagar
2022-09-29Sculpt: Reset automask cache on non-color non-mask undo stepsJoseph Eagar
2022-09-29Sculpt: fix draw face sets not updating on first strokeJoseph Eagar
2022-09-29Sculpt: fix missing nullptr check in pbvh drawJoseph Eagar
2022-09-29Cleanup: Set but unused variableSergey Sharybin
2022-09-29Cleanup: quiet warnings (unused arg & trailing fullstop)Campbell Barton
2022-09-29Cleanup: run clang-format in sculpt codeJoseph Eagar
2022-09-29Cleanup: Use c++-style unused paramter form in automasking code.Joseph Eagar
2022-09-29Sculpt: Normal-based automasking modesJoseph Eagar
2022-09-29Cleanup: remove '.' from the end of descriptionsCampbell Barton
2022-09-29Cleanup: spelling in commentsCampbell Barton
2022-09-29Cleanup: quiet deprecated copy warningCampbell Barton
2022-09-29Cleanup: replace UNUSED() with commented argumentsCampbell Barton
2022-09-29Cleanup: formatCampbell Barton
2022-09-29Sculpt: New Cavity Automasking ModeJoseph Eagar
2022-09-27Fix T101348: Sculpt smooth brush artifacts with hidden facesHans Goudey
2022-09-27Cleanup: Use signed integers for mesh vertex indicesHans Goudey
2022-09-27Cleanup: Use variable and const for sculpt mesh vertex to poly mapsHans Goudey
2022-09-26Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-26Cleanup: remove redundant parenthesisCampbell Barton
2022-09-25Cleanup: remove redundant parenthesis (especially with macros)Campbell Barton
2022-09-25Cleanup: replace C-style casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: replace static_casts with functional casts for numeric typesCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-24Cleanup: simplify accessing mesh looptrisJacques Lucke
2022-09-23Mesh: Move selection flags to generic attributesHans Goudey
2022-09-23Mesh: Move edge crease out of MEdgeHans Goudey
2022-09-23Mesh: Move sculpt face sets to a generic attributeHans Goudey
2022-09-23Cleanup: fix compiler errorsJacques Lucke
2022-09-23Depsgraph: generalize passing parameters to depsgraph object iteratorJacques Lucke
2022-09-23Cleanup: float literalsCampbell Barton
2022-09-21Cleanup: spelling in commentsCampbell Barton
2022-09-20Sculpt: Fix T100479: Boundary expand crashJoseph Eagar
2022-09-20Sculpt: Fix memory corruption with reading masks from PBVH_BMESHJoseph Eagar