Skip to content

Add direct Blender export package tool#89

Merged
Ker102 merged 1 commit into
mainfrom
feature/blender-export-package-tool
Jun 1, 2026
Merged

Add direct Blender export package tool#89
Ker102 merged 1 commit into
mainfrom
feature/blender-export-package-tool

Conversation

@Ker102

@Ker102 Ker102 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • add export_asset_package to run UV prep, optional transform apply, readiness validation, export, and expected-file reporting in one deterministic Blender command
  • wire the tool through LangChain, orchestration registry/filter, system prompt, export guide, and capability inventory
  • add focused static coverage for addon command exposure and routing

Validation

  • npx tsx scripts/test/test-blender-export-package-tool.ts
  • npx tsx scripts/test/test-tool-guide-trigger-coverage.ts
  • npx tsx scripts/test/test-blender-capability-inventory.ts
  • python -m py_compile desktop/assets/vipermesh-addon.py public/downloads/vipermesh-addon.py
  • npx tsc --noEmit --incremental false
  • npm run lint
  • git diff --check

Note: lint still reports the existing baseline-browser-mapping freshness warning.

@coderabbitai

coderabbitai Bot commented Jun 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@Ker102, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 31 minutes and 18 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: a0b63235-3131-4623-b62b-07d0fe0ce140

📥 Commits

Reviewing files that changed from the base of the PR and between 2ff5342 and fe4fd01.

📒 Files selected for processing (10)
  • data/tool-guides/export-guide.md
  • desktop/assets/vipermesh-addon.py
  • docs/blender-mcp-capability-inventory.md
  • lib/ai/agents.ts
  • lib/orchestration/prompts/blender-agent-system.md
  • lib/orchestration/tool-filter.ts
  • lib/orchestration/tool-registry.ts
  • public/downloads/vipermesh-addon.py
  • scripts/test/test-blender-export-package-tool.ts
  • scripts/test/test-tool-guide-trigger-coverage.ts
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/blender-export-package-tool

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions github-actions Bot added documentation Improvements or additions to documentation backend desktop scripts labels Jun 1, 2026
@Ker102 Ker102 merged commit 4d9d54d into main Jun 1, 2026
6 checks passed
@Ker102 Ker102 deleted the feature/blender-export-package-tool branch June 1, 2026 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backend desktop documentation Improvements or additions to documentation scripts

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant