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>2019-01-02 16:55:07 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-01-02 16:55:07 +0300
commitd07bc44a96ce6838cd25edca61127021fbebe4d1 (patch)
tree71967026f78efc0accc49a4639efebe802a90960 /source/blender/python/gpu/gpu_py_batch.c
parent945007b32e9a30252216398413bff88c103d8667 (diff)
Revert file rename from T59773 fix
Mixing file rename with other changes should be avoided. Using 'module_py_api' convention here is in keeping with imbuf, idprop, blf & bmesh. No reason for gpu to have a different convention.
Diffstat (limited to 'source/blender/python/gpu/gpu_py_batch.c')
-rw-r--r--source/blender/python/gpu/gpu_py_batch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/python/gpu/gpu_py_batch.c b/source/blender/python/gpu/gpu_py_batch.c
index aa687ecaff5..93274e33cc4 100644
--- a/source/blender/python/gpu/gpu_py_batch.c
+++ b/source/blender/python/gpu/gpu_py_batch.c
@@ -44,7 +44,7 @@
#include "../generic/py_capi_utils.h"
-#include "gpu_py.h"
+#include "gpu_py_api.h"
#include "gpu_py_shader.h"
#include "gpu_py_vertex_buffer.h"
#include "gpu_py_element.h"