forked from blender/blender
me-main #1
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user