Skip to content

Add Blender runtime validation#43

Merged
Ahmed-Hindy merged 1 commit into
mainfrom
codex/blender-runtime-validation
May 30, 2026
Merged

Add Blender runtime validation#43
Ahmed-Hindy merged 1 commit into
mainfrom
codex/blender-runtime-validation

Conversation

@Ahmed-Hindy

Copy link
Copy Markdown
Owner

Summary

  • add Blender runtime discovery and validation helpers under materials_processor.dcc.blender.runtime
  • add a headless validation script with an optional material traversal/recreation smoke test
  • add unit coverage plus a pytest -m blender integration marker
  • normalize Blender socket array values during traversal so real Blender data serializes cleanly

Validation

  • uv --native-tls run pytest tests/test_blender_runtime.py tests/test_blender_support.py tests/test_public_imports.py
  • uv --native-tls run pytest -m blender
  • uv --native-tls run python scripts/validate_blender_runtime.py --smoke-material --timeout 120
  • uv --native-tls run pytest
  • uv --native-tls run ruff check src tests scripts
  • uv --native-tls build

Notes

Validated locally against Blender 4.5.0 at C:\Program Files\Blender Foundation\Blender 4.5\blender.exe with embedded Python 3.11.11.

@coderabbitai

coderabbitai Bot commented May 30, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

More reviews will be available in 38 minutes and 7 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: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 0f1eff22-79a3-42df-9dcc-5a2d36d53879

📥 Commits

Reviewing files that changed from the base of the PR and between b3a1599 and b4f9894.

📒 Files selected for processing (6)
  • pyproject.toml
  • scripts/validate_blender_runtime.py
  • src/materials_processor/dcc/blender/runtime.py
  • src/materials_processor/dcc/blender/traverser.py
  • tests/test_blender_runtime.py
  • tests/test_public_imports.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch codex/blender-runtime-validation

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.

@Ahmed-Hindy Ahmed-Hindy self-assigned this May 30, 2026
@Ahmed-Hindy
Ahmed-Hindy marked this pull request as ready for review May 30, 2026 15:02
@Ahmed-Hindy
Ahmed-Hindy merged commit fbec92f into main May 30, 2026
3 checks passed
@Ahmed-Hindy
Ahmed-Hindy deleted the codex/blender-runtime-validation branch May 30, 2026 15:31
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