System Information
Operating system: Windows-10-10.0.18362-SP0 64 Bits
Graphics card: Radeon (TM) RX 480 Graphics ATI Technologies Inc. 4.5.13587 Core Profile Context 20.4.2 26.20.15029.27016
Blender Version
Broken: version: 2.90 (sub 0), branch: master, commit date: 2020-05-01 21:55, hash: rB83304e4c221b
Worked: (newest version of Blender that worked as expected)
Short description of error
i tried to apply face sets via a addon and noticed that when i run any of the face sets operators it does nothing. i then tried to run them from the python console within blender and it just returns a {PASS_THROUGH} but nothing is applied to the model.
Exact steps for others to reproduce the error
- add suzanne to your scene and make sure its active
- enter sculpt mode
- use the Face Maps > Init Faces Set > By Loose parts
- note how all loose parts get a face set, this is what is expected.
- now undo the face sets again and try the same via the python console
- go to the python console and enter
bpy.ops.sculpt.face_sets_init(mode='LOOSE_PARTS')
- i would expect the same result but instead nothing happens and no face sets are created


