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>2017-06-21 10:06:24 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-06-21 10:06:24 +0300
commit85c5c5531e990b12fed60c428b70f887c1bd0c81 (patch)
tree9e73e13edefbb1feea9c4ccab91e1180f98fb8bc /source/blender/windowmanager/CMakeLists.txt
parentc3a8b51413b61c7dca787a8a1b327e9f69dd2be3 (diff)
Manipulator: edit_properties -> target_properties
Naming was too confusing between properties of a manipulator and properties it edits.
Diffstat (limited to 'source/blender/windowmanager/CMakeLists.txt')
-rw-r--r--source/blender/windowmanager/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/CMakeLists.txt b/source/blender/windowmanager/CMakeLists.txt
index a098fc94591..cfa97a9e177 100644
--- a/source/blender/windowmanager/CMakeLists.txt
+++ b/source/blender/windowmanager/CMakeLists.txt
@@ -75,7 +75,7 @@ set(SRC
manipulators/intern/wm_manipulator_group.c
manipulators/intern/wm_manipulator_group_type.c
manipulators/intern/wm_manipulator_map.c
- manipulators/intern/wm_manipulator_property.c
+ manipulators/intern/wm_manipulator_target_props.c
manipulators/intern/wm_manipulator_type.c
WM_api.h