Reduce token usage for large Houdini projects#12
Open
fluidcastapp wants to merge 1 commit intocapoomgit:mainfrom
Open
Reduce token usage for large Houdini projects#12fluidcastapp wants to merge 1 commit intocapoomgit:mainfrom
fluidcastapp wants to merge 1 commit intocapoomgit:mainfrom
Conversation
fluidcastapp
commented
Mar 27, 2026
- Remove base64 image encoding from render responses: renders now return a file path instead of encoding the full image (~350KB+ saved per render, ~1.4MB for quad views)
- Replace allSubChildren() in get_scene_info with per-context node counts, avoiding a full scene graph traversal on large projects; now returns up to 20 nodes per context with count summaries instead of a flat 10-node list
- Trim redundant fields (label, raw_value) from get_node_info parameter entries, reducing parameter data by ~40%
- Remove unused base64 import
- Remove base64 image encoding from render responses: renders now return a file path instead of encoding the full image (~350KB+ saved per render, ~1.4MB for quad views) - Replace allSubChildren() in get_scene_info with per-context node counts, avoiding a full scene graph traversal on large projects; now returns up to 20 nodes per context with count summaries instead of a flat 10-node list - Trim redundant fields (label, raw_value) from get_node_info parameter entries, reducing parameter data by ~40% - Remove unused base64 import Co-Authored-By: Claude Sonnet 4.6 <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.