Update scene document validation to include scenes in project scheduler context
This commit is contained in:
@@ -5291,7 +5291,7 @@ export function validateSceneDocument(
|
||||
validateProjectSequence(
|
||||
sequence,
|
||||
path,
|
||||
{ dialogues: document.dialogues },
|
||||
{ dialogues: document.dialogues, scenes: {} },
|
||||
projectSchedulerValidationContext,
|
||||
diagnostics
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user