feat(pose-lib): apply_pose_masked MCP tool#609
Conversation
Exposes D5's apply-with-mask through MCP so an agent can call "apply this facial expression without disturbing the body pose" via JSON-RPC. ## What ships - `PoseLibrary::applyPoseMaskedForSelection(name, boneNames)` — QStringList→QSet glue, resolves entity from SelectionSet's first. - `apply_pose_masked` MCP tool. Args: `name` (pose), `bones` (JSON array of bone-name strings). - **Strict-parse** on the bones array: every element must be a string. A non-string slot would otherwise silently degrade to empty (toString returns "") and the mask would match unintended bones. Error message names the failing index. ## 4 new tests - Missing `name` → error. - Missing `bones` → error. - Non-array `bones` (passed a string) → error. - Non-string bone in the array (an int) → error names the index. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
|



Exposes D5's apply-with-mask through MCP so an agent can call "apply this facial expression without disturbing the body pose" via JSON-RPC.
What ships
PoseLibrary::applyPoseMaskedForSelection(name, boneNames)—QStringList→QSetglue, resolves entity fromSelectionSet's first.apply_pose_maskedMCP tool. Args:name(pose),bones(JSON array of bone-name strings).4 new tests
name, missingbones, non-arraybones, non-string bone-name element.🤖 Generated with Claude Code