fix: review polish for the four newest examples + documentation currency#51
Merged
Conversation
Example fixes from review of the auto-generated batch: - gn-instance-grid and temp-override-join reframed — the right cube column and the top step were clipped at the frame edge; both now sit fully in frame with margin (heroes and previews re-rendered) - temp-override-join drops the redundant select_set/active-object setup: the temp_override alone fabricates the operator context, which is the contract the example teaches - curve-bevel-arc stops calling its vert/face constants closed-form: they are labeled as a measured regression gate with re-measure instructions (curve tessellation has no simple formula) Documentation currency (examples existed nowhere in the core docs): - CLAUDE.md: examples/scripts/docs-gallery in the architecture block, a new Examples (12) section with the authoring/wiring contract, examples in release-hygiene step 1, site-generation note in the workflow section - AGENTS.md: content-base list de-pinned from 'as of v0.2.0' and gains the examples bullet, structure block gains examples/scripts/docs entries, blender-smoke.yml documented in CI/CD - README: header, badge row, and overview now count 12 examples (validate-counts language preserved) - ROADMAP: the fleet-template lift-and-shift candidate marked resolved differently — vendored locally, gallery.json is permanent Both touched examples re-verified headless on Blender 5.1.1 and 4.4.3. Co-Authored-By: Claude Fable 5 <noreply@anthropic.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
Follow-up to the review of the four auto-generated examples, plus a docs currency audit.
Example fixes
select_set/active setup — the override alone fabricates the context, which is the point being taught; the docstring now says so.Documentation currency — examples were absent from every core doc:
blender-smoke.ymldocumented in CI/CD.Testing
Both touched examples re-verified headless on Blender 5.1.1 and 4.4.3; gallery regenerated (12 detail pages); README counts grep-verified.
🤖 Generated with Claude Code