From 0ffc603553bb6a5dd3ce96e88bc9be34356fc0cf Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 31 Dec 2015 21:15:29 +1100 Subject: Cleanup: Py API naming Use BPY_execute_* prefix for all Python execution commands --- source/blender/editors/space_text/text_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_text') diff --git a/source/blender/editors/space_text/text_ops.c b/source/blender/editors/space_text/text_ops.c index 948293d150b..4ded3e9be0d 100644 --- a/source/blender/editors/space_text/text_ops.c +++ b/source/blender/editors/space_text/text_ops.c @@ -598,7 +598,7 @@ static int text_run_script(bContext *C, ReportList *reports) void *curl_prev = text->curl; int curc_prev = text->curc; - if (BPY_text_exec(C, text, reports, !is_live)) { + if (BPY_execute_text(C, text, reports, !is_live)) { if (is_live) { /* for nice live updates */ WM_event_add_notifier(C, NC_WINDOW | NA_EDITED, NULL); -- cgit v1.2.3