Skip to content

Add direct Blender procedural pattern tools#88

Merged
Ker102 merged 1 commit into
mainfrom
feature/blender-procedural-helper-tools
Jun 1, 2026
Merged

Add direct Blender procedural pattern tools#88
Ker102 merged 1 commit into
mainfrom
feature/blender-procedural-helper-tools

Conversation

@Ker102

@Ker102 Ker102 commented Jun 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • add arrange_objects for line, circle, and grid placement of existing objects
  • add duplicate_object_pattern for repeated line, circle, and grid duplication without generated Python loops
  • wire both tools through the addon copies, LangChain tools, orchestration registry/filter, system prompt, object assembly guide, and capability inventory

Validation

  • npx tsx scripts/test/test-blender-procedural-helper-tools.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 6 minutes and 3 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: 1a0e2360-6bfe-4323-98b5-0b281c921047

📥 Commits

Reviewing files that changed from the base of the PR and between 2e05116 and 4d666a8.

📒 Files selected for processing (10)
  • data/tool-guides/object-assembly-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-procedural-helper-tools.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-procedural-helper-tools

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 2ff5342 into main Jun 1, 2026
6 checks passed
@Ker102 Ker102 deleted the feature/blender-procedural-helper-tools branch June 1, 2026 14:30
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