feat: witness Geometry Nodes zone pairing - #127
Merged
Conversation
pair_with_output is load-bearing; assert evaluated cubes against closed forms, not tree structure. Teach USD BEST_MATCH silencing evaluation_mode in the depsgraph skill. 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
gn-zone-iterate: Repeat Zone row + For Each Element tower.pair_with_outputis load-bearing; asserts evaluated counts and per-iteration centers against closed forms, not tree structure.export_subdivision='BEST_MATCH'trap (silencesevaluation_mode) taught inskills/depsgraph-and-evaluated-dataand logged indocs/technical-audit.md. Zone pairing taught inskills/geometry-nodes-python.Type
feat— new skill / rule / snippet / template / example (minor bump)fix— correction to existing content or a broken contract (patch bump)docs/chore/ci/refactor— no release;release.ymlstill runs and should exit without a tagSquash-merge subject:
feat: witness Geometry Nodes zone pairingEvidence
USD BEST_MATCH skill check — inspection-only of prior content, then this PR
No skill taught
export_subdivision/BEST_MATCHbefore this branch. The trap lived only inexamples/usd-export-evaluation-mode/. Added toskills/depsgraph-and-evaluated-data/SKILL.md(TESSELLATE vs BEST_MATCH, closed form2 + 6 × 4^n, AI mistake) anddocs/technical-audit.md. Zone pairing added toskills/geometry-nodes-python+ the same audit log.Check-only — live-run-proven
Windows
.scratch/blender-5.2.1-windows-x64/blender.exe5.2.1 LTS9e2066aef7ef;.scratch/blender-4.5.11-windows-x64/blender.exe4.5.11 LTS4db51e9d1e1e.No skips. Catalog row has no
min_version. Zones are 4.3+.Falsify (break, red, restore) — live-run-proven, both binaries
Count alone is not a sufficient witness.
--no-offsetstill hits 32 verts with one X-center. Centers are the second axis. For Each main Geometry is a passthrough (6 verts) — a linked tree that does not iterate.--unpair-repeat--unpair-foreach--repeat-iterations 1--foreach-count 3--foreach-main--no-offsetClosed forms (cube = 8 verts / 6 faces): Repeat verts =
8 × (1 + N), N=3 → 32, X-centers atk × 1.2. For Each verts =8 × P, P=6 → 48, Z-centers ati × 0.6 + 0.21.Framing — live-run-proven (render path, Win 5.2.1)
fill y=0.833, margins left 0.222 / right 0.213 / bottom 0.078 / top 0.089. Camera
(6.6, -9.3, 3.55), aim(0, 0, 1.50), lens 50.Contact-sheet gate — live-run-proven luminance, inspection of composite
Pinned set: armature-bend / damped-track-aim / bmesh-gear. Not an asset-sheet subject.
Mean luma (Rec.709 / 255, 2×2 panels): armature-bend 0.2788, damped-track-aim 0.1722, bmesh-gear 0.3048, gn-zone-iterate 0.2112.
Stage darkness matches the pin set; wedge warmth on the back wall; brass row vs teal tower reads at thumbnail; saturation in family. Pass.
Composite: gn-zone-iterate
Generated HTML alts — inspection-only (read character-by-character after
build_gallery.py)docs/gallery/index.html:alt="gn-zone-iterate — Repeat Zone and For Each Element only iterate after pair_with_output."Not truncated at a dotted API path. Detail witnesses callout matches
gallery.jsonwitnessesFix. Reverted a drive-by regen ofdocs/gallery/vse-cut-list/index.html.Release-owned fields — do not hand-edit
VERSION,CHANGELOG.md, CLAUDE.md**Version:**, ROADMAP.md**Current:**, plugin.json"version". Left at 0.49.0.Test plan
blender-smoke5.2 LTS: catalog rowgn-zone-iteratePASS, no SKIP, zero-PASS job would be redblender-smoke4.5 LTS: samevalidate-counts/validate-manifestgreen (48 examples)release.ymldecision line; expectRELEASE (bump=minor)→ v0.50.0Made with Cursor