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-03-01 16:14:37 +0300
committerTon Roosendaal <ton@blender.org>2005-03-01 16:14:37 +0300
commitbc0ca65db8a9e2b1b62c355cf12ca4ffd9877eb9 (patch)
treeb2c93e85976b235164db01407238886e6b362684 /source/blender/makesdna
parent52b84f0e6930ae80e05442d2a88810ae517b586a (diff)
Bug fix #2248
Pressing AKEY in channel buttons (names) of IpoWindow did not show all or hide all anymore. Was due to commit last july, which enabled unlimited amount of channels.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_ipo_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_ipo_types.h b/source/blender/makesdna/DNA_ipo_types.h
index 206c531d77f..5dccadb00ab 100644
--- a/source/blender/makesdna/DNA_ipo_types.h
+++ b/source/blender/makesdna/DNA_ipo_types.h
@@ -364,7 +364,5 @@ typedef short IPO_Channel;
#define IPO_EDIT 4
#define IPO_LOCK 8
-#define IPO_IS_SELECTED 6 /* note, this is number of bit! */
-
#endif