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>2018-05-06 17:12:42 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-05-06 17:14:10 +0300
commit2fe954f23ecc96370d0a1651ef5f01c048f905a2 (patch)
tree46b842cb2a064e63832b6ec1402334a78fcb2ccc /source/blender/editors/transform/CMakeLists.txt
parent99190f9345394da9e477e742615bcb80a422dd56 (diff)
Cleanup: transform manipulator filename
Use matching 2d/3d suffix.
Diffstat (limited to 'source/blender/editors/transform/CMakeLists.txt')
-rw-r--r--source/blender/editors/transform/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/transform/CMakeLists.txt b/source/blender/editors/transform/CMakeLists.txt
index f38f6c064b8..3e132192875 100644
--- a/source/blender/editors/transform/CMakeLists.txt
+++ b/source/blender/editors/transform/CMakeLists.txt
@@ -46,8 +46,8 @@ set(SRC
transform_conversions.c
transform_generics.c
transform_input.c
- transform_manipulator.c
- transform_manipulator2d.c
+ transform_manipulator_2d.c
+ transform_manipulator_3d.c
transform_ops.c
transform_orientations.c
transform_snap.c