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
path: root/source
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-04-10 10:41:13 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-04-10 11:00:38 +0300
commite8fc6f694651a1f64df40e9ea9f57e916966609d (patch)
tree2f39297b098bb76654a80b4762e24ead1025adde /source
parenta358f6bb692b3e81c48f4ee2ef6d1ad3438f41e6 (diff)
Cleanup: rename old -> versioning
The term 'old' isn't very meaningful, follow naming for existing code that updates data.
Diffstat (limited to 'source')
-rw-r--r--source/blender/editors/gpencil/CMakeLists.txt2
-rw-r--r--source/blender/editors/gpencil/gpencil_ops_versioning.c (renamed from source/blender/editors/gpencil/gpencil_old.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index a12dca3ad16..8532ea22827 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -50,8 +50,8 @@ set(SRC
gpencil_fill.c
gpencil_interpolate.c
gpencil_merge.c
- gpencil_old.c
gpencil_ops.c
+ gpencil_ops_versioning.c
gpencil_paint.c
gpencil_primitive.c
gpencil_select.c
diff --git a/source/blender/editors/gpencil/gpencil_old.c b/source/blender/editors/gpencil/gpencil_ops_versioning.c
index f4e1b9aa83d..f4e1b9aa83d 100644
--- a/source/blender/editors/gpencil/gpencil_old.c
+++ b/source/blender/editors/gpencil/gpencil_ops_versioning.c