Blender Git Loki
Git Commits -> Revision 7f5570c
Revision 7f5570c by Brecht Van Lommel (master) May 8, 2020, 00:02 (GMT) |
Fix T76324: face set operators not working from Python console by default Operators should almost always implement exec() so that they can work without user event input. In this case there was no reason to have invoke() at all since no event is needed. |
Commit Details:
Full Hash: 7f5570ceff7f74621268dba9268c603eccce435f
Parent Commit: 2a8ba9c
Lines Changed: +8, -12
1 Modified Path:
/source/blender/editors/sculpt_paint/sculpt_face_set.c (+8, -12) (Diff)