diff --git a/docs/nodes/spatial/delaunay_2d_cdt.rst b/docs/nodes/spatial/delaunay_2d_cdt.rst index 0cd1fd95b85745d91d134ee355d37c22f911dad5..a4e5fcc761e6e0c98a7bc1742871eb81e833ab7d 100644 --- a/docs/nodes/spatial/delaunay_2d_cdt.rst +++ b/docs/nodes/spatial/delaunay_2d_cdt.rst @@ -14,7 +14,7 @@ and may be merged with other nearby verts. Category -------- -Modifiers -> Modifier make -> Delaunay 2D cdt +Modifiers -> Modifier make -> Delaunay 2D Cdt Inputs ------ diff --git a/nodes/modifier_change/make_monotone.py b/nodes/modifier_change/make_monotone.py index 0f9cbf4b55b537c4c4e5bd561f3f5c54a3b98ad5..94dd65f069263411ebab75775d112a0c5b043dcf 100644 --- a/nodes/modifier_change/make_monotone.py +++ b/nodes/modifier_change/make_monotone.py @@ -23,7 +23,7 @@ class SvMakeMonotone(ModifierNode, bpy.types.Node, SverchCustomTreeNode): One object - one polygon """ bl_idname = 'SvMakeMonotone' - bl_label = 'Make monotone' + bl_label = 'Make Monotone' bl_icon = 'MOD_MESHDEFORM' accuracy: bpy.props.IntProperty(name='Accuracy', description='Some errors of the node ' diff --git a/nodes/transforms/align_mesh_by_mesh.py b/nodes/transforms/align_mesh_by_mesh.py index c602a096836e6266f405126655e40fbcc9ce6fdf..bb3ba718c4ea77badfc062eb0d066607e2d09626 100644 --- a/nodes/transforms/align_mesh_by_mesh.py +++ b/nodes/transforms/align_mesh_by_mesh.py @@ -34,7 +34,7 @@ class SvAlignMeshByMesh(TransformNode, bpy.types.Node, SverchCustomTreeNode): relatively to bounding box of base mesh """ bl_idname = 'SvAlignMeshByMesh' - bl_label = 'Align mesh by mesh' + bl_label = 'Align Mesh by Mesh' bl_icon = 'SNAP_ON' align_enum = [('L', ' ', '', 'BACK', 1),