From e32cfb0743d9b4da08403f9fd33abd1cadbd0299 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 29 Nov 2017 21:11:29 +1100 Subject: Cleanup: rename bpy_util -> bpy_capi_utils This is for internal CAPI use only, avoid confusion w/ bpy.utils module. --- source/blender/python/intern/bpy_rna_anim.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/intern/bpy_rna_anim.c') diff --git a/source/blender/python/intern/bpy_rna_anim.c b/source/blender/python/intern/bpy_rna_anim.c index 8a0130babd5..9f9bb46c8bb 100644 --- a/source/blender/python/intern/bpy_rna_anim.c +++ b/source/blender/python/intern/bpy_rna_anim.c @@ -53,7 +53,7 @@ #include "WM_types.h" #include "bpy_rna.h" -#include "bpy_util.h" +#include "bpy_capi_utils.h" #include "bpy_rna_anim.h" #include "../generic/python_utildefines.h" -- cgit v1.2.3