Cleanup: rename bpy_util -> bpy_capi_utils

This is for internal CAPI use only, avoid confusion w/ bpy.utils module.
This commit is contained in:
2017-11-29 21:11:29 +11:00
parent ad7fb1c028
commit e32cfb0743
15 changed files with 22 additions and 22 deletions

View File

@@ -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"