me-main #1

Merged
Nate Rupsis merged 123 commits from me-main into main 2023-02-13 18:39:11 +01:00
Showing only changes of commit bc0d3c91b1 - Show all commits

View File

@ -539,7 +539,7 @@ static NlaStrip *rna_NlaStrip_new(ID *id,
strip->end += (start - strip->start); strip->end += (start - strip->start);
strip->start = start; strip->start = start;
if (BKE_nlastrips_add_strip(&track->strips, strip)) { if (!BKE_nlastrips_add_strip(&track->strips, strip)) {
BKE_report( BKE_report(
reports, reports,
RPT_ERROR, RPT_ERROR,