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:
authorTon Roosendaal <ton@blender.org>2005-10-28 20:49:48 +0400
committerTon Roosendaal <ton@blender.org>2005-10-28 20:49:48 +0400
commitb8d81d093a1de39fd21df94bd7b4a4fd81d2491a (patch)
tree3e028e0ccf586ee9cdb0e18351840ad8169d1254 /source/blender/src/butspace.c
parent3957b3428eebe55ae9d18ffbaa44e708ae680f76 (diff)
Autocomplete for buttons that need Blender data names (ID's and Bones).
Just press TAB and it completes up to the level a match is found. If more matches exist a menu could pop up, thats for later. Now an evening off! :)
Diffstat (limited to 'source/blender/src/butspace.c')
-rw-r--r--source/blender/src/butspace.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/src/butspace.c b/source/blender/src/butspace.c
index 5e32a41acbf..0fc59218f03 100644
--- a/source/blender/src/butspace.c
+++ b/source/blender/src/butspace.c
@@ -230,8 +230,6 @@ void test_scenepoin_but(char *name, ID **idpp)
/* --------------------------------- */
-
-
void do_butspace(unsigned short event)
{
SpaceButs *buts;