[Bf-blender-cvs] [78dffe2f16c] sculpt-dev: Fix Face Set init not showing in the menus

Pablo Dobarro noreply at git.blender.org
Mon Jan 25 21:07:41 CET 2021


Commit: 78dffe2f16cbb68d6142311a4ad030d242a3dbf0
Author: Pablo Dobarro
Date:   Mon Jan 25 21:06:36 2021 +0100
Branches: sculpt-dev
https://developer.blender.org/rB78dffe2f16cbb68d6142311a4ad030d242a3dbf0

Fix Face Set init not showing in the menus

===================================================================

M	source/blender/editors/sculpt_paint/sculpt.c

===================================================================

diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c
index 69b219343c5..51d94e6a533 100644
--- a/source/blender/editors/sculpt_paint/sculpt.c
+++ b/source/blender/editors/sculpt_paint/sculpt.c
@@ -10624,5 +10624,6 @@ void ED_operatortypes_sculpt(void)
   WM_operatortype_append(SCULPT_OT_mask_by_color);
   WM_operatortype_append(SCULPT_OT_dyntopo_detail_size_edit);
   WM_operatortype_append(SCULPT_OT_mask_init);
+  WM_operatortype_append(SCULPT_OT_face_sets_init);
   WM_operatortype_append(SCULPT_OT_reset_brushes);
 }



More information about the Bf-blender-cvs mailing list