From a72f63b3359c85d83ee8ab0b17d2994e54cf7f2b Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 15 Apr 2026 06:18:34 +0200 Subject: [PATCH] Import and prepare for project sequencer command in App.tsx --- src/app/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/App.tsx b/src/app/App.tsx index c3b54d76..9e2e9ec3 100644 --- a/src/app/App.tsx +++ b/src/app/App.tsx @@ -41,6 +41,7 @@ import { createSetPathAuthoredStateCommand } from "../commands/set-path-authored import { createSetPathNameCommand } from "../commands/set-path-name-command"; import { createSetProjectNameCommand } from "../commands/set-project-name-command"; import { createSetProjectSchedulerCommand } from "../commands/set-project-scheduler-command"; +import { createSetProjectSequencerCommand } from "../commands/set-project-sequencer-command"; import { createSetProjectDialoguesCommand } from "../commands/set-project-dialogues-command"; import { createSetProjectSequencesCommand } from "../commands/set-project-sequences-command"; import { createSetProjectTimeSettingsCommand } from "../commands/set-project-time-settings-command"; @@ -327,9 +328,8 @@ import { type InteractionTriggerKind } from "../interactions/interaction-links"; import { - createFollowActorPathControlEffect, - createPlayActorAnimationControlEffect, createSetActorPresenceControlEffect, + cloneControlEffect, formatControlEffectValue, formatControlTargetRef, getControlTargetRefKey @@ -371,6 +371,7 @@ import { Panel } from "../shared-ui/Panel"; import { ProjectDialoguesPanel } from "./ProjectDialoguesPanel"; import { ProjectSequencerPane } from "./ProjectSequencerPane"; import { + cloneSequenceEffect, getProjectSequenceImpulseSteps } from "../sequencer/project-sequence-steps"; import { @@ -379,7 +380,6 @@ import { cloneProjectScheduler, createProjectScheduleEveryDaySelection, createProjectScheduleRoutine, - findProjectScheduleRoutineEffect, removeProjectScheduleRoutine, upsertProjectScheduleRoutine, type ProjectScheduleRoutine