feat: AI asset pipeline track, Phase 3 (pipeline template) - #135
Merged
Conversation
Headless entry point composing cleanup, LOD, collider, and engine-preset export. Helpers are duplicated from the named snippets because templates are not a package. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Same blender-smoke.yml pattern as the headless glTF template: generate a fixture, assert exit 0 and glTF magic, then assert missing-input exit 2. Does not add 5.1 to the PR matrix. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.com> Co-authored-by: Cursor <cursoragent@cursor.com>
Inventory counts go to 3 templates. The live-session agent bridge stays unpinned. Signed-off-by: TMHSDigital <154358121+TMHSDigital@users.noreply.github.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
Third template:
templates/ai-asset-pipeline-template/. Headless GLB in, engine-ready LOD set plus optional collider out. Composesai-mesh-cleanup,lod-decimate-chain,collision-hull-proxy, andengine-export-presetsby duplicating the named snippets (templates are not a package; same convention assnippets/lod_chain.py).Does not touch
VERSION,CHANGELOG.md,release.yml, the smoke version matrix, examples, or LICENSE.Follow-up: #134 (add 5.1 to the PR smoke matrix). This PR does not change that matrix.
Part A (leftover branch, done locally)
feat/property-delete-and-usd-witnessesatb5cac0bwas squash-merged as PR #126 (MERGED2026-09-09, merge SHA764c90f). Content is onmain(examples/cross-version-property-delete/,examples/usd-export-evaluation-mode/). Local leftover deleted withgit branch -D. Not unmerged work.Exit-code convention (inspection, then live-run of the codes)
There is no repo-wide exit-code table.
examples/export-preset-axis/exit 9 is example-local.This template conforms to
templates/headless-batch-script-template/script.pyand its README: 0 success, 2+ distinct failure modes, argparse usage also exits 2. Documented intemplates/ai-asset-pipeline-template/README.mdand thepipeline.pyheader.--preset)--lod-budgetsmissing, non-positive, or not strictly decreasingoutdiris not a directory, or export wrote nothing / raisedTest plan
Evidence labels
Live-run-proven (local Windows)
Binaries (each
blender.exe --version):.scratch/blender-4.5.11-windows-x64/blender.exe→ 4.5.11 LTS (4db51e9d1e1e).scratch/blender-5.1.2-windows-x64/blender.exe→ 5.1.2 (ec6e62d40fa9).scratch/blender-5.2.1-windows-x64/blender.exe→ 5.2.1 LTS (9e2066aef7ef)Happy path: runtime-generated UV sphere fixture (
u=48,v=24), then pipeline. Identical counts on all three series:evaluated_tris=2208, LOD budgets 1024 / 256 / 64 exact, exit 0.5.1.2 result is local live-run only.
blender-smoke.ymlruns 4.5 and 5.2 on PRs; 5.1 is Monday cron. Absence of a 5.1 PR job is not a pass. See #134.B4 canaries (5.2.1 only, verbatim)
Canaries were gitignored under
.scratch/pipeline-test/and were not committed. Exit 5 (no mesh after import) was not fired with a committed asset; the path is inspection-only.Inspection-only
plugin.jsonOut of scope (unchanged)
Live-session agent bridge. LICENSE / #131. All 54 examples.
VERSION/CHANGELOG.md/release.yml. Smoke version matrix. Vendor integrations. New examples.