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>2014-03-31 07:56:43 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-31 07:56:43 +0400
commit2fc7d04804fc9411647466d6765e2716e56a9cc8 (patch)
tree1eef3d54adf9217473b200065208e71fb1c7b74a /source/blender/editors/object/CMakeLists.txt
parent4e7872ce46e138d0f4e82db9180f9add97b70416 (diff)
Add Simple randomize vertex tool
D432 from Walid Shouman with normal & uniform options added.
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 ecc967d5662..8277c7f7b86 100644
--- a/source/blender/editors/object/CMakeLists.txt
+++ b/source/blender/editors/object/CMakeLists.txt
@@ -50,6 +50,7 @@ set(SRC
object_lod.c
object_modifier.c
object_ops.c
+ object_random.c
object_relations.c
object_select.c
object_shapekey.c