You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -350,7 +360,12 @@ function calculateInfinitePieceEnable(
350
360
)
351
361
352
362
letinfiniteGroupEnable: PartEnable={
353
-
start: `#${timingContext.currentPartGroup.id}.start`,// This gets overriden with a concrete time if the original piece is known to have already started
363
+
/*
364
+
This gets overridden with a concrete time if the original piece is known to have already started
365
+
but if not, allows the pieceEnable to be relative to the currentPartInstance's part group as normal
366
+
and `nowInParent` to be correct for the piece objects inside
0 commit comments