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/object_ops.c
parent4e7872ce46e138d0f4e82db9180f9add97b70416 (diff)
Add Simple randomize vertex tool
D432 from Walid Shouman with normal & uniform options added.
Diffstat (limited to 'source/blender/editors/object/object_ops.c')
-rw-r--r--source/blender/editors/object/object_ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_ops.c b/source/blender/editors/object/object_ops.c
index 2dbadd039f4..46684149e02 100644
--- a/source/blender/editors/object/object_ops.c
+++ b/source/blender/editors/object/object_ops.c
@@ -246,6 +246,8 @@ void ED_operatortypes_object(void)
WM_operatortype_append(OBJECT_OT_lod_add);
WM_operatortype_append(OBJECT_OT_lod_remove);
+
+ WM_operatortype_append(OBJECT_OT_vertex_random);
}
void ED_operatormacros_object(void)