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:
authorJohnny Matthews <johnny.matthews@gmail.com>2004-03-08 05:49:50 +0300
committerJohnny Matthews <johnny.matthews@gmail.com>2004-03-08 05:49:50 +0300
commit9d68a346bb9ffc86661a253896687489b7e8116e (patch)
tree0917f76664c0bec51a0e25320c55ded97121eee6 /source/blender/include/BIF_cursors.h
parentc7a71e4042638a7c02a55f638e5d7baab8ce5898 (diff)
Initial commit for vertexloop select. I altered the version that is in tuhopuu to not take into consideration hidden verts.
This commit: selection code, loop cursor and menu option for 3d header committed. Still to come will be activation code (perhaps shift-B rotation) after more discussion.
Diffstat (limited to 'source/blender/include/BIF_cursors.h')
-rw-r--r--source/blender/include/BIF_cursors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_cursors.h b/source/blender/include/BIF_cursors.h
index c078d2589a7..c68c9b607c8 100644
--- a/source/blender/include/BIF_cursors.h
+++ b/source/blender/include/BIF_cursors.h
@@ -74,7 +74,7 @@ enum {
BC_EDITCROSSCURSOR,
BC_BOXSELCURSOR,
BC_KNIFECURSOR,
-
+ BC_VLOOPCURSOR,
/* --- ALWAYS LAST ----- */
BC_NUMCURSORS,
};