feat: two new smoke-gated examples — wave-displace and driver-wave#44
Merged
Conversation
wave-displace witnesses bulk vertex IO at real scale: a 96x96 grid (9,409 verts) displaced into a standing wave with one foreach_get and one foreach_set. The check asserts count unchanged, Z span matches the amplitude, and a probe vertex matches the closed form. driver-wave witnesses the driver evaluation contract: a driver_namespace function drives sixteen column heights through SCRIPTED drivers; driven values must appear after a view-layer update on BOTH the evaluated copy and the flushed-back original. (The first draft asserted the original stays untouched — real Blender flushes driven values back for display; the example now teaches the true model.) Both run headless on Blender 4.4/5.1 locally and are wired into the blender-smoke workflow for 4.5 LTS + 5.1. Each ships a README, a CI-artifact hero and preview render, gallery.json + manifest entries, and a README gallery row. Gallery grows to 6 examples with new drivers/mesh/performance filter chips. 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
Examples grow 4 → 6, each smoke-gated on Blender 4.5 LTS + 5.1.
foreach_get+ oneforeach_set. Asserts count unchanged, Z span matches amplitude, probe vertex matches the closed form.driver_namespacefunction drives sixteen column heights through SCRIPTED drivers. Witnesses the real evaluation contract: driven values appear after a view-layer update on both the evaluated copy and the flushed-back original. (First draft wrongly asserted the original stays untouched — headless testing corrected the model.)blender-smoke.ymlsteps, README gallery rows,gallery.jsonentries (+drivers/mesh/performancechips), manifest entries (CI-gated), hero + preview renders produced by the examples themselves, and regenerated gallery/detail pages.Testing
--outputpath on 5.1.1.🤖 Generated with Claude Code