fix: teach the undocumented 5.2 COLOR strip size bake - #123
Merged
Conversation
5.2 bakes readonly width/height at new_effect from scene resolution; 4.5/5.1 have no intrinsic size. That lived only as a vse-cut-list patch. Teach it in vse-python and log that notes-derived deltas are incomplete by default. Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
width/heightbake as an explicit version split in a newvse-pythonskill (there was no VSE skill; the break lived only as a patch insidevse-cut-list).docs/technical-audit.mdtitled Findings the release notes did not list so future audits treat notes-derived deltas as incomplete by default.examples/vse-cut-list/--check-pixelsremains the witness.Counts: 12 skills → 13. Manifest skills array updated;
"version"left at 0.47.0 (release-owned).standards-versionleft at 1.10.0.Evidence
.scratch/blender-5.2.1-windows-x64/blender.exe(Blender 5.2.1 LTS) — factory-res COLOR then 96×54 render made C cover the frame; TL sampled amber(0.949, 0.62, 0.102)instead of crimson. 4.5.11 and 5.1.2 still pass with no intrinsic size. After setting 96×54 beforenew_effect,--check-pixelspasses and 5.2 assertsA.width, A.height == (96, 54).Test plan
validate-counts/validate-manifest/ skill frontmatter greenstandards-version: 1.10.0vse-cut-liststill the witness)fix:sorelease.ymlcuts a patch (expect v0.47.1)