docs: decouple roadmap themes from version pins#19
Merged
Conversation
Convert the ROADMAP version-theme table to a theme-ordered table without hard version numbers on upcoming rows. Shipped themes note their release in Status for reference (Shipped (v0.x.0)); upcoming themes (5.2 sweep, Stable) carry no version, so shipping another example/skill no longer forces a roadmap renumber. Candidate-pool heading de-pinned too. Current line untouched (release-doc-sync owns it). Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.com>
This was referenced Jun 20, 2026
TMHSDigital
added a commit
that referenced
this pull request
Jun 20, 2026
examples/depsgraph-export/ proves modifiers actually ship in exports and demonstrates the depsgraph evaluated_get -> to_mesh -> to_mesh_clear lifetime contract: builds a cube + SUBSURF, measures the evaluated mesh, exports via wm.obj_export, and asserts exported vcount == evaluated (modifier-applied) count > base. Cheap CI check (no render): base 8 -> evaluated/exported 98 on both Blender 4.5.10 LTS and 5.1.1. blender-smoke.yml runs the shipped file check-only on both builds. examples/ stays out of validate-counts (12/6/2/17 unchanged); roadmap decoupled in #19 so no renumber. (Scratch candidate headless-export was NOT promoted -- it duplicates the existing tmpl_gltf smoke coverage.) Signed-off-by: fOuttaMyPaint <TMhospitalitystrategies@gmail.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.
Phase 1 of 5 — roadmap decoupling
Every example promotion is a
feat:(minor bump), and the ROADMAP pinned themes to exact versions — forcing a renumber each time (this would have been the 3rd). This converts the version-theme table to a theme-ordered table with no hard version pins on upcoming rows:Shipped (v0.x.0)) — reference, not a pin.## Candidate pool (next content)).**Current:**line untouched (release-doc-sync owns it).docs:-only → under the gate it must cut no release. Merging via normal squash (no[skip ci]); will confirm the push-triggered release.yml logged SKIP and VERSION stayed 0.4.0.🤖 Generated with Claude Code