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:
authorLukas Tönne <lukas.toenne@gmail.com>2014-12-05 16:42:22 +0300
committerLukas Tönne <lukas.toenne@gmail.com>2015-04-20 13:23:15 +0300
commit56a09434c533e5ca72d2f8ff6e144bfcdd88886c (patch)
tree9ca26e1fc412da4c3cd21fba2334af8a89103105 /source/blender/bmesh/intern/bmesh_strands.h
parent8672304e30a207767888b75ebe9015ad7f3210a3 (diff)
Basic Add tool for creating new strands in hair edit mode.
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_strands.h')
-rw-r--r--source/blender/bmesh/intern/bmesh_strands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/bmesh/intern/bmesh_strands.h b/source/blender/bmesh/intern/bmesh_strands.h
index 8410bfd8443..66284ee62f8 100644
--- a/source/blender/bmesh/intern/bmesh_strands.h
+++ b/source/blender/bmesh/intern/bmesh_strands.h
@@ -72,6 +72,9 @@ BLI_INLINE bool BM_strands_vert_is_tip(BMVert *v)
int BM_strands_count(BMesh *bm);
int BM_strands_keys_count(BMVert *root);
+/* Create a new strand */
+struct BMVert *BM_strands_create(struct BMesh *bm, int len, bool set_defaults);
+
/* ==== Iterators ==== */
typedef enum BMStrandsIterType {