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.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.c')
-rw-r--r--source/blender/python/intern/bpy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/intern/bpy.c b/source/blender/python/intern/bpy.c
index 6e4a6148405..7150cc65942 100644
--- a/source/blender/python/intern/bpy.c
+++ b/source/blender/python/intern/bpy.c
@@ -42,7 +42,7 @@
#include "RNA_access.h"
#include "bpy.h"
-#include "bpy_util.h"
+#include "bpy_capi_utils.h"
#include "bpy_rna.h"
#include "bpy_app.h"
#include "bpy_rna_id_collection.h"