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/CMakeLists.txt
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/CMakeLists.txt')
-rw-r--r--source/blender/python/gpu/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/python/gpu/CMakeLists.txt b/source/blender/python/gpu/CMakeLists.txt
index fb5eb07a7d8..fcb0b828ffb 100644
--- a/source/blender/python/gpu/CMakeLists.txt
+++ b/source/blender/python/gpu/CMakeLists.txt
@@ -34,7 +34,7 @@ set(INC_SYS
)
set(SRC
- gpu_py.c
+ gpu_py_api.c
gpu_py_batch.c
gpu_py_element.c
gpu_py_matrix.c
@@ -45,7 +45,7 @@ set(SRC
gpu_py_vertex_buffer.c
gpu_py_vertex_format.c
- gpu_py.h
+ gpu_py_api.h
gpu_py_batch.h
gpu_py_element.h
gpu_py_matrix.h