Skip to content

Tell CLAUDE.md the path tracer exists - #41

Merged
aj-dev-smith merged 1 commit into
mainfrom
bridge-in-claude-md
Aug 5, 2026
Merged

Tell CLAUDE.md the path tracer exists#41
aj-dev-smith merged 1 commit into
mainfrom
bridge-in-claude-md

Conversation

@aj-dev-smith

Copy link
Copy Markdown
Owner

#40 landed a Blender/Cycles bridge — nine new files in tools/ — and
CLAUDE.md's tool inventory did not mention any of them. A complete-looking
list with nine files missing is worse than no list, because the next session
reads it as authoritative.

tools/README.md carries the whole story. This is the pointer plus the four
things that would otherwise cost a session to relearn:

  • It adds no geometry code, and the vein ribbon → curve swap is why. A vein
    ships as a camera-facing ribbon; exported as triangles that is a billboard
    baked at one camera position, so ribbon() drops side and Blender gets a
    curve with a radius per point.
  • ⚠ The width floor is a PIXEL floor, so a preview is a different plant —
    6.73 mm at 720x900 against 1.51 mm at 3200x4000 on the same stand.
  • A life is 20.2 s, so there is no timelapse, and the stride must not move:
    under ~3.6 Hz sampling the wind judders and reads as a solver bug.
  • ⚠ The staging arc is the one place in the bridge that is not simulated.

Docs only. src/ untouched, smoke's 73 checks pass.

🤖 Generated with Claude Code

#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]>
@aj-dev-smith
aj-dev-smith merged commit f92bfb3 into main Aug 5, 2026
4 checks passed
@aj-dev-smith
aj-dev-smith deleted the bridge-in-claude-md branch August 5, 2026 01:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant