По умолчанию SymmetrySplit только для source LOD; опциональный режим для target LOD с предупреждением - #16
Merged
SashaRX merged 1 commit intoMar 3, 2026
Conversation
SashaRX
pushed a commit
that referenced
this pull request
Mar 3, 2026
…urce-only split) Merged PRs: - #18 codex/update-shell-computation-logic (majority vote) - #17 codex/add-symmetry-split-support-to-sidecar-metadata (sidecar flag) - #16 codex/refactor-execsymmetrysplit-to-handle-source-lod (source-only default) Resolved merge conflict between PR #17 and #16 in ExecSymmetrySplit(): combined LOD filtering with wasSymmetrySplit tracking. Removed REVIEW.md (deleted by all 3 PRs). https://claude.ai/code/session_01198JqNgkdbzwRFc7nt8FqJ
SashaRX
deleted the
codex/refactor-execsymmetrysplit-to-handle-source-lod
branch
March 4, 2026 00:09
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Description
ExecSymmetrySplit(bool includeTargets)и по умолчанию вызываю его только дляsourceLodIndex, а split по target LOD доступен через новый флаг UIsplitTargetsInSymmetryStep.SymSplit target LODs (advanced / risky)иHelpBoxс предупреждением в интерфейс, а также обновлённую подпись pipeline-строки чтобы явно показывать режим (source only / source + targets).ExecTransferAll()логируется какой LOD используется как источник и сколько mesh были repacked, а также предупреждение если target LOD были ранее модифицированы; вExecTransferLod()добавлена проверка на рассинхронvertexCountмежду предыдущимtransferredMeshи текущим target mesh.Testing
git diff --check, проблем не обнаружено.Editor/UvTransferWindow.csи просмотр вставленных логов/UI-вызовов в исходнике.Codex Task