Bugfix [#28976] crash when moving keys in dopesheet editor
This commit is contained in:
@@ -2947,7 +2947,7 @@ static TransData *ActionFCurveToTransData(TransData *td, TransData2D **td2dv, FC
|
||||
TransData2D *td2d = *td2dv;
|
||||
int i;
|
||||
|
||||
if (fcu == NULL)
|
||||
if (ELEM(NULL, fcu, fcu->bezt))
|
||||
return td;
|
||||
|
||||
for (i=0, bezt=fcu->bezt; i < fcu->totvert; i++, bezt++) {
|
||||
|
Reference in New Issue
Block a user