Add Preserve Face Sets Shape option to smooth brush #107471
No reviewers
Labels
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset System
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Code Documentation
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Viewport & EEVEE
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Asset Browser Project
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Module
Viewport & EEVEE
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Severity
High
Severity
Low
Severity
Normal
Severity
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: blender/blender#107471
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tianer2820-2/blender:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm resubmitting the code review from here: https://archive.blender.org/developer/D9292
Note: I'm NOT the author of the original diff, I only copied the diff file from the original post and ported it to the latest main branch.
I'm aware that an option called "face set boundary" has been added, but they are not the same. The "Face set boundary" option pins the boundary in place and disallows any smoothing, while this feature is more like a "smooth face set + smooth geometry" brush. There is an intuitive video in the original post.
WIP: add Preserve Face Sets Shape option to smooth brushto Add Preserve Face Sets Shape option to smooth brushThanks for the PR! I'll look into this soon.
@JosephEagar This seems to be close to your proposed "Hard Surface Mode", only that the edges are not as firmly locked.
What do you think?
In general I would like to have this functionality in sculpt mode.
This is done in a more general way in the dyntopo refactor PR
@JosephEagar We should better compare the effect of this implementation to the one in the dyntopo refactor.
From a bit of testing both, I so far prefer this one.
The boundaries and junction between face sets are much better preserved. It retains more of the original curvature and allows to smooth the shapes further a bit..
Meanwhile in the dyntopo refactor the "Hard Edge Mode" completely locks the junctions in place, while straightening the boundaries between junctions.
It's much too agressive and rigid.
Corner pinning is kind of important though. I suppose we can add an option for it.
@JosephEagar Is that all that Hard Edge Mode is supposed to be? Face Set corner pinning?
Due to this I'll close the PR. But thanks for contributing! This helped steer the #104613 further in the right direction.
Pull request closed