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>2012-10-10 07:13:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-10-10 07:13:02 +0400
commit22bf1e13db56589debe2f9e41001e8474956e58e (patch)
tree2bbb41e98f4d943c1e508bfb0e3cef3d76dbec02 /source/blender/editors/object/CMakeLists.txt
parentb3bf6b527bcdeb682b595e1baf3abdeafa68ac36 (diff)
code cleanup: split `foreach` object data iterator functions out of drawobject.c (since they are used for selection too), into their own file: object_iterators.c
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index 05c042a4182..a6745f95ea0 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -46,6 +46,7 @@ set(SRC
object_edit.c
object_group.c
object_hook.c
+ object_iterators.c
object_lattice.c
object_modifier.c
object_ops.c