Commit: be9ef613fceccb014a95c729038975aa2cdac3c1
Author: YimingWu
Date: Fri May 31 10:47:57 2019 +0800
Branches: soc-2019-npr
https://developer.blender.org/rBbe9ef613fceccb014a95c729038975aa2cdac3c1
Fixed smooth contour modifier not showing up bug.
===================================================================
M source/blender/makesrna/intern/rna_modifier.c
===================================================================
diff --git a/source/blender/makesrna/intern/rna_modifier.c
b/source/blender/makesrna/intern/rna_modifier.c
index 4c2bcb66064..6838b3a89df 100644
--- a/source/blender/makesrna/intern/rna_modifier.c
+++ b/source/blender/makesrna/intern/rna_modifier.c
@@ -104,6 +104,11 @@ const EnumPropertyItem
rna_enum_object_modifier_type_items[] = {
ICON_MOD_WIREFRAME,
"Wireframe",
"Generate a wireframe on the edges of a mesh"},
+ {eModifierType_MyBMesh,
+ "MY_BMESH",
+ ICON_MOD_SMOOTH,
+ "Smooth Contour",
+ "Generate smooth contour geometry for feature line rendering."},
{0, "", 0, N_("Deform"), ""},
{eModifierType_Armature, "ARMATURE", ICON_MOD_ARMATURE, "Armature", ""},
{eModifierType_Cast, "CAST", ICON_MOD_CAST, "Cast", ""},
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs