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:
authorTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-09-22 02:23:10 +0400
committerTamito Kajiyama <rd6t-kjym@asahi-net.or.jp>2010-09-22 02:23:10 +0400
commitaf07527d35bafe0e3dad6cac9fdc81a435db0c77 (patch)
tree97d27e3a7defc41a79f8617efaf101ca114fc3a5 /source/blender/editors/space_nla/nla_buttons.c
parent28d618e41b33fe1f351af4fa7100c84ed68a4b13 (diff)
Added support for line styles in the Graph Editor, DopeSheet
and NLA Editor.
Diffstat (limited to 'source/blender/editors/space_nla/nla_buttons.c')
-rw-r--r--source/blender/editors/space_nla/nla_buttons.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_nla/nla_buttons.c b/source/blender/editors/space_nla/nla_buttons.c
index a728cc900c2..2b394405155 100644
--- a/source/blender/editors/space_nla/nla_buttons.c
+++ b/source/blender/editors/space_nla/nla_buttons.c
@@ -138,6 +138,7 @@ static int nla_panel_context(const bContext *C, PointerRNA *adt_ptr, PointerRNA
case ANIMTYPE_DSPART:
case ANIMTYPE_DSMBALL:
case ANIMTYPE_DSARM:
+ case ANIMTYPE_DSLINESTYLE:
{
/* for these channels, we only do AnimData */
if (ale->id && ale->adt) {