Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-11-29 13:11:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-11-29 13:11:29 +0300
commite32cfb0743d9b4da08403f9fd33abd1cadbd0299 (patch)
tree81242103d85dba36875d6164e0ebc2836f48259f /source/blender/python/intern/bpy_rna_callback.c
parentad7fb1c028433621a9f71ab01bbda2ca827ffe74 (diff)
Cleanup: rename bpy_util -> bpy_capi_utils
This is for internal CAPI use only, avoid confusion w/ bpy.utils module.
Diffstat (limited to 'source/blender/python/intern/bpy_rna_callback.c')
-rw-r--r--source/blender/python/intern/bpy_rna_callback.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy_rna_callback.c b/source/blender/python/intern/bpy_rna_callback.c
index fe3565fc44e..68783feacd9 100644
--- a/source/blender/python/intern/bpy_rna_callback.c
+++ b/source/blender/python/intern/bpy_rna_callback.c
@@ -36,7 +36,7 @@
#include "bpy_rna.h"
#include "bpy_rna_callback.h"
-#include "bpy_util.h"
+#include "bpy_capi_utils.h"
#include "DNA_space_types.h"
#include "DNA_screen_types.h"