From c622f202c0ac4ca324bf42109121bbd6161782f6 Mon Sep 17 00:00:00 2001 From: Mateus Elias Date: Mon, 27 May 2024 05:51:22 -0300 Subject: [PATCH] Improve description of find_item_by_name() method in MeshLibrary class doc Specify what the method find_item_by_name() returns if no item is found. --- doc/classes/MeshLibrary.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/MeshLibrary.xml b/doc/classes/MeshLibrary.xml index c5e8d8cbe78f..f65e29af8e52 100644 --- a/doc/classes/MeshLibrary.xml +++ b/doc/classes/MeshLibrary.xml @@ -29,7 +29,7 @@ - Returns the first item with the given name. + Returns the first item with the given name, or [code]-1[/code] if no item is found.