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_intern.h
parent4e7872ce46e138d0f4e82db9180f9add97b70416 (diff)
Add Simple randomize vertex tool
D432 from Walid Shouman with normal & uniform options added.
Diffstat (limited to 'source/blender/editors/object/object_intern.h')
-rw-r--r--source/blender/editors/object/object_intern.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/editors/object/object_intern.h b/source/blender/editors/object/object_intern.h
index 8b0ddbbeb9b..5864f1e618e 100644
--- a/source/blender/editors/object/object_intern.h
+++ b/source/blender/editors/object/object_intern.h
@@ -259,5 +259,8 @@ void OBJECT_OT_bake_image(wmOperatorType *ot);
void OBJECT_OT_lod_add(struct wmOperatorType *ot);
void OBJECT_OT_lod_remove(struct wmOperatorType *ot);
+/* object_random.c */
+void OBJECT_OT_vertex_random(struct wmOperatorType *ot);
+
#endif /* __OBJECT_INTERN_H__ */