Fix softcore branch pose seeding

This commit is contained in:
2026-06-28 09:19:39 +02:00
parent faacfc8853
commit 3130942caf
4 changed files with 69 additions and 6 deletions
+1 -1
View File
@@ -2280,7 +2280,7 @@ class SxCPScenePairOutput:
hard_scene = _parse_scene(hardcore_scene)
base_configs = _compat_configs(soft_scene, "softcore")
hard_configs = _compat_configs(hard_scene, "hardcore")
shared_seed_config = _base_config(soft_scene, "seed_config") or base_configs["seed_config"]
shared_seed_config = _base_config(soft_scene, "seed_config")
options_json = _pair_options(soft_scene, hard_scene)
row = build_insta_of_pair(
row_number=int(soft_scene.get("row_number", 1)),