Tell CLAUDE.md the path tracer exists - #41
Merged
Conversation
#40 landed a Blender/Cycles bridge and CLAUDE.md's tool list did not know about it, so the next session would have read a complete-looking inventory of `tools/` with nine files missing from it. tools/README.md has the whole story; this is the pointer plus the four things that would otherwise be relearned: - it adds no geometry code, and the vein ribbon -> curve swap is why - the width floor is a PIXEL floor, so a preview is a different plant - a life is 20.2 s, so there is no timelapse and the stride must not move - the staging arc is the one place in the bridge that is not simulated Docs only; src untouched. Co-Authored-By: Claude Opus 5 <[email protected]>
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.
#40 landed a Blender/Cycles bridge — nine new files in
tools/— andCLAUDE.md's tool inventory did not mention any of them. A complete-lookinglist with nine files missing is worse than no list, because the next session
reads it as authoritative.
tools/README.mdcarries the whole story. This is the pointer plus the fourthings that would otherwise cost a session to relearn:
ships as a camera-facing ribbon; exported as triangles that is a billboard
baked at one camera position, so
ribbon()dropssideand Blender gets acurve with a radius per point.
6.73 mm at 720x900 against 1.51 mm at 3200x4000 on the same stand.
under ~3.6 Hz sampling the wind judders and reads as a solver bug.
Docs only.
src/untouched, smoke's 73 checks pass.🤖 Generated with Claude Code