From dc92b99ccac700a4ab67d3d7de6c458ca9bafaa3 Mon Sep 17 00:00:00 2001 From: satabol Date: Mon, 29 Aug 2022 22:29:29 +0300 Subject: [PATCH] Align node names to docs --- docs/nodes/spatial/delaunay_2d_cdt.rst | 2 +- nodes/modifier_change/make_monotone.py | 2 +- nodes/transforms/align_mesh_by_mesh.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/nodes/spatial/delaunay_2d_cdt.rst b/docs/nodes/spatial/delaunay_2d_cdt.rst index 0cd1fd95b..a4e5fcc76 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 0f9cbf4b5..94dd65f06 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 c602a0968..bb3ba718c 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), -- GitLab