From 5186cfbea4c1c1111d6e6061ab877ee8d9b4f206 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 17 May 2019 10:23:31 +0200 Subject: Depsgraph: State behavior details more explicitly --- source/blender/makesrna/intern/rna_object_api.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/blender/makesrna/intern/rna_object_api.c') diff --git a/source/blender/makesrna/intern/rna_object_api.c b/source/blender/makesrna/intern/rna_object_api.c index da00e1f155d..7362f6ba610 100644 --- a/source/blender/makesrna/intern/rna_object_api.c +++ b/source/blender/makesrna/intern/rna_object_api.c @@ -895,7 +895,8 @@ void RNA_api_object(StructRNA *srna) RNA_def_function_ui_description( func, "Create a Mesh data-block from the current state of the object. The object owns the " - "data-block. To force free it use to_mesh_clear()"); + "data-block. To force free it use to_mesh_clear(). " + "The result is temporary and can not be used by objects from the main database"); RNA_def_function_flag(func, FUNC_USE_REPORTS); parm = RNA_def_pointer(func, "mesh", "Mesh", "", "Mesh created from object"); RNA_def_function_return(func, parm); -- cgit v1.2.3