[TL] Fix ghost keyframes left behind after resetting scene #158

Closed
altonjung wants to merge 4 commits from main into main
altonjung commented 2025-07-12 07:53:27 +00:00 (Migrated from github.com)

Origin issue

origin version is not removing keyframe display and not clean resources after default restore.

image

Fixed version

this full request guarantees removing and cleaning resources after default restore.

Origin issue > origin version is not removing keyframe display and not clean resources after default restore. <img width="1734" height="623" alt="image" src="https://github.com/user-attachments/assets/eb71f276-e428-44fd-a61a-9424f1192837" /> Fixed version > this full request guarantees removing and cleaning resources after default restore.
ManlyMarco (Migrated from github.com) reviewed 2025-07-12 08:26:57 +00:00
@ -3960,3 +3958,1 @@
var node = GetSceneInfo() ?? new XmlDocument().CreateElement("root");
SceneLoad(path, node);
}
SceneInit();
ManlyMarco (Migrated from github.com) commented 2025-07-12 08:26:57 +00:00

Why move the frame clearing to here from ExecuteDelayed?

Why move the frame clearing to here from ExecuteDelayed?
ManlyMarco (Migrated from github.com) requested changes 2025-08-06 09:19:22 +00:00
ManlyMarco (Migrated from github.com) left a comment

Waiting for https://github.com/honeyselect2/HSPlugins/pull/1 to be merged before merging this.
You will also need to resolve conflicts since you didn't enable pushes from upstream.

Waiting for https://github.com/honeyselect2/HSPlugins/pull/1 to be merged before merging this. You will also need to resolve conflicts since you didn't enable pushes from upstream.
ManlyMarco commented 2025-08-14 20:11:15 +00:00 (Migrated from github.com)
Merged in https://github.com/IllusionMods/HSPlugins/pull/161

Pull request closed

Sign in to join this conversation.
No description provided.