With this brush option it is possible to mask the boundary vertices of
all face sets. This is especially useful in the cloth brush, where face
sets can be used to simulate seams between different patches of cloth
and produce different patterns and effects.
Details
Details
- Reviewers
Jeroen Bakker (jbakker) - Commits
- rB7c88968c8954: Scultp: Face Set boundary automasking
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Are the auto mask edge options mutual exclusive? In the code it seems that they facesets boundaries overwrite the edge boundaries.
Codewise seems ok.
| source/blender/editors/sculpt_paint/sculpt.c | ||
|---|---|---|
| 1820 | isn't this mutual exclusive? | |
| source/blender/editors/sculpt_paint/sculpt.c | ||
|---|---|---|
| 1820 | No, you can enable any combination of automasking operations and the result is the combination of the masks generated in each one of them. In the future we could probably expose this better in the UI, as each one of this operations can have different parameters and their order can also be changed. | |