Page MenuHome

Sculpt Mode: Add missing auto-masking information
ClosedPublic

Authored by Julien Kaspar (JulienKaspar) on Oct 24 2022, 5:04 PM.

Details

Summary

This patch includes various additions and updates for the auto-masking feature in mesh sculpt mode:

  • Additions for new auto-masking modes for the upcoming 3.4 release (0156a677c7d1), (bbc69563d070)
  • Missing documentation for already existing auto-mask modes
  • UI reference to the new UI popover menu for 3.4 (db40b62252e5)
  • Replaced "Dirty Mask" with new "Mask From Cavity" operator for 3.4 (0156a677c7d1)
  • Removed auto-masking section from brush settings to avoid duplication. Instead it now points to the mask page.
  • A small addition of the pie menu shortcut A for the mask page

Diff Detail

Branch
/trunk/blender_docs
Build Status
Buildable 24405
Build 24405: arc lint + arc unit

Event Timeline

Julien Kaspar (JulienKaspar) requested review of this revision.Oct 24 2022, 5:04 PM
Julien Kaspar (JulienKaspar) created this revision.
Aaron Carlisle (Blendify) requested changes to this revision.Oct 24 2022, 6:23 PM

Note there is already brush auto-masking documentation here: {https://developer.blender.org/diffusion/BM/browse/trunk/blender_docs/manual/sculpt_paint/sculpting/controls.rst} Although this does not include any of the new features.

I have this separated into the "Controls" page to be consistent with other similar properties in other modes/editors for example see {https://developer.blender.org/diffusion/BM/browse/trunk/blender_docs/manual/editors/3dview/controls/}

I would like to know your opinion on this and how it aligns with your other planned re-writes.

This revision now requires changes to proceed.Oct 24 2022, 6:23 PM

That would actually be better. I will put the updated information into controls.rst then and add it to the index so it shows up in the manual.

This does not affect any plans for the manual changes I am working on, especially because it's still unclear those big changes will be part of the 3.4 manual.

Adressed requested changes:

  • Moved auto-masking information to the controls page
  • Merged new info with exisiting decriptions and RNA links
  • Fixed various typos

Small fixes:

  • Updated paths to the auto-masking section on the controls page.

Looks good to me, you also now have commit access so feel free to commit.

The credentials are synced with developer.blender.org.

This revision is now accepted and ready to land.Nov 3 2022, 1:39 AM