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:
authorHans Goudey <h.goudey@me.com>2022-04-18 20:40:23 +0300
committerHans Goudey <h.goudey@me.com>2022-04-18 20:40:23 +0300
commit95cce6f6b0b4c9090313ac5e4f4c041acbba38ca (patch)
tree320c94ae67c8edf9d103eb4bda9488c68c5e30e5 /source/blender/editors/object/CMakeLists.txt
parent98fc998c70c172b70557e69eb3b832661d23bf1a (diff)
Cleanup: Move object_modifier.c to C++
This allows using C++ only APIs/data structures, and potentially simplifies adding support to apply modifiers for the Curves object.
Diffstat (limited to 'source/blender/editors/object/CMakeLists.txt')
-rw-r--r--source/blender/editors/object/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt
index 02feccc211a..97376a495c1 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -43,7 +43,7 @@ set(SRC
object_gpencil_modifier.c
object_hook.c
object_modes.c
- object_modifier.c
+ object_modifier.cc
object_ops.c
object_random.c
object_relations.c