can someone point me to where in the docs the descriptions of what the different colors mean?
green - key
light blue - inbetween
etc..
what does dark blue mean…and how can I get rid of it - serching he docs is not resulting in any info at all
thanks
Dark Blue keys?
3865 4 1-
- goldfarb
- Staff
- 3465 posts
- Joined: July 2005
- Online
-
- Allegro
- Member
- 696 posts
- Joined: March 2006
- Offline
-
- JColdrick
- Member
- 4140 posts
- Joined: July 2005
- Offline
-
- wolfwood
- Member
- 4376 posts
- Joined: July 2005
- Offline
arctor
can someone point me to where in the docs the descriptions of what the different colors mean?
green - key
light blue - inbetween
etc..
what does dark blue mean…and how can I get rid of it - serching he docs is not resulting in any info at all
thanks
Just check your handy dandy UI_Color scheme file. Its in there.
(default UI scheme)
I suspect you are seeing a disabled key.
// Parameter is locked
LockedColor: #c4 c4 c4
// Pending change
PendingColor: #ff ff aa //yellow
// Keyframe
IsKeyColor: #df ff b6 //green
// constant() or channel with no keys
IsSoftKeyColor: #d5 ff fe //cyan
// Channel, not at a key. (Expression)
IsNotKeyColor: #d5 ff fe //cyan
// Channel is disabled from dopesheet
DisabledColor: #8c a8 bf //steel
// Has “lock()” expression
ChannelLockedColor: #c6 c6 c6 //gray
// Parameter is overridden by chop
OverrideColor: #ff eb b5 //peach
// Expr language differs from node lang.
OtherLanguageColor: #ed d1 ee //purple
// Accent for non-default parms
NonDefAccentColor: 0.00 0.00 0.00
// Accent for !!ch()!! parms
ChanRefAccentColor: 0.50 0.90 0.50
// Accents are this color when disabled
DisabledAccentColor: 0.30 0.30 0.3
if(coffees<2,round(float),float)
-
- goldfarb
- Staff
- 3465 posts
- Joined: July 2005
- Online
-
- Quick Links

