From ef5bf8d67e7ed6909d53d1bda3696e2233fcd014 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 13 Aug 2019 03:45:29 +1000 Subject: [PATCH] Fix T68557: Incorrect property reported in error Error spotted by @gbayliss --- source/blender/makesrna/intern/rna_wm_gizmo_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/makesrna/intern/rna_wm_gizmo_api.c b/source/blender/makesrna/intern/rna_wm_gizmo_api.c index f7335572a14..bc6c2e8a796 100644 --- a/source/blender/makesrna/intern/rna_wm_gizmo_api.c +++ b/source/blender/makesrna/intern/rna_wm_gizmo_api.c @@ -90,7 +90,7 @@ static void rna_gizmo_target_set_prop(wmGizmo *gz, RPT_ERROR, "Property '%s.%s' not found", RNA_struct_identifier(ptr->type), - target_propname); + propname); return; }