Maniphest T76546

Draw Face Sets sculpt brush does not work on objects with armature
Closed, ResolvedBUG

Assigned To
Pablo Dobarro (pablodp606)
Authored By
Roman (rwman)
May 8 2020, 1:30 PM
Tags
  • BF Blender
  • Sculpt, Paint & Texture
Subscribers
Christoph Feck (cfeck)
Germano Cavalcante (mano-wii)
Pablo Dobarro (pablodp606)
Philipp Oeser (lichtwerk)
Roman (rwman)

Description

System Information
Operating system: Linux-5.4.10-1-vanilla-x86_64-with-glibc2.17 64 Bits
Graphics card: Mesa DRI Intel(R) HD Graphics 2500 (IVB GT1) Intel Open Source Technology Center 4.2 (Core Profile) Mesa 20.0.4

Blender Version
Broken: version: 2.83 (sub 15), branch: master, commit date: 2020-05-02 11:33, hash: rB1623fdb3bc55
Worked: (newest version of Blender that worked as expected)

Short description of error
Create any object, for ex cube (click add->mesh->cube). Add armature to the scene (click add->armature). Add armature modifier to the cube. In the modifier settings select created armature as deforming object. Then go to the sculpt mode, try to draw face set on the cube, notice it does not work.

Event Timeline

Roman (rwman) created this task.May 8 2020, 1:30 PM
Germano Cavalcante (mano-wii) added a subscriber: Germano Cavalcante (mano-wii).May 8 2020, 7:30 PM

Can you provide a simple file demonstrating the problem?

Roman (rwman) added a comment.May 9 2020, 8:17 AM
In T76546#927231, @Germano Cavalcante (mano-wii) wrote:

Can you provide a simple file demonstrating the problem?

Here it is:

Germano Cavalcante (mano-wii) added a project: Sculpt, Paint & Texture.May 11 2020, 9:45 PM
Germano Cavalcante (mano-wii) added a subscriber: Pablo Dobarro (pablodp606).

Apparently Face Sets don't work with some modifiers.
The manual doesn't say much: https://docs.blender.org/manual/en/dev/sculpt_paint/sculpting/editing.html#face-sets
@Pablo Dobarro (pablodp606), is this a known limitation?

Philipp Oeser (lichtwerk) changed the task status from Needs Triage to Confirmed.Jul 6 2020, 11:54 AM
Philipp Oeser (lichtwerk) added a subscriber: Philipp Oeser (lichtwerk).

Will confirm for now, needs @Pablo Dobarro (pablodp606) to make a final call though.

Christoph Feck (cfeck) added a subscriber: Christoph Feck (cfeck).Aug 13 2020, 4:39 PM
Bastien Montagne (mont29) changed the subtype of this task from "Report" to "Bug".Oct 14 2020, 2:18 PM
Pablo Dobarro (pablodp606) closed this task as Resolved.Jan 5 2021, 5:36 PM
Pablo Dobarro (pablodp606) claimed this task.

Draw Face sets now uses the deformed PBVH coordinates to calculate the face center, so it should work both it shape keys and armatures.