Fix version patching sequence strip alpha from 2.4x files

Regression in 4f5f868a52
This commit is contained in:
Campbell Barton 2020-12-14 18:16:53 +11:00
parent 7d4536cacc
commit b8ae90263a
1 changed files with 1 additions and 1 deletions

View File

@ -1118,7 +1118,7 @@ static char *get_rna_access(ID *id,
propname = "speed_fader";
break;
case SEQ_FAC_OPACITY:
propname = "blend_opacity";
propname = "blend_alpha";
break;
}
/* XXX this doesn't seem to be included anywhere in sequencer RNA... */