Skip to content

feat(SOLSYS-41): Blender Moon close-up texture pack - #43

Merged
ThomasAFink merged 2 commits into
mainfrom
feat/SOLSYS-41-blender-moon-closeup
Aug 7, 2026
Merged

feat(SOLSYS-41): Blender Moon close-up texture pack#43
ThomasAFink merged 2 commits into
mainfrom
feat/SOLSYS-41-blender-moon-closeup

Conversation

@ThomasAFink

Copy link
Copy Markdown
Owner

Summary

  • MoonCatalog bodies work with render.py blender --body Moon --flyby
  • Shared pack: data/textures/bodies/moon/color.png (NASA LROC / SVS 4720)
  • Airless appearance (no atmosphere / clouds); matte regolith shading
  • Gallery GIFs: moon_flyby_{light,dark}.gif

Closes #41

Test plan

  • python -m unittest tests.test_blender_pipeline -v
  • ruff check / format --check
  • render.py blender --body Moon --flyby --theme all --frames 72
  • Spot-check Moon GIFs in the PR

Please review before merge — will not merge until you say so.

Extend body export to MoonCatalog, ship NASA LROC color under
data/textures/bodies/moon/, and render airless light/dark GIFs.
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@ThomasAFink, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 45 minutes

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

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.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 61776e15-caad-43fd-96ca-cfabd4792789

📥 Commits

Reviewing files that changed from the base of the PR and between 208f96b and da42257.

⛔ Files ignored due to path filters (5)
  • data/textures/bodies/moon/color.png is excluded by !**/*.png
  • output/animate/blender/moons/moon/moon_flyby_dark.gif is excluded by !**/*.gif
  • output/animate/blender/moons/moon/moon_flyby_light.gif is excluded by !**/*.gif
  • output/animate/blender/planets/earth/earth_flyby_dark.gif is excluded by !**/*.gif
  • output/animate/blender/planets/earth/earth_flyby_light.gif is excluded by !**/*.gif
📒 Files selected for processing (17)
  • README.md
  • animate/scenes/blender/README.md
  • animate/scenes/blender/body_appearance.py
  • animate/scenes/blender/body_scene.py
  • animate/scenes/blender/export_body.py
  • animate/scenes/blender/flyby_scene.py
  • animate/scenes/blender/load_body.py
  • animate/scenes/blender/render_flyby.py
  • data/textures/README.md
  • output/animate/blender/moons/moon/moon_body_scene.json
  • output/animate/blender/moons/moon/moon_flyby_dark_job.json
  • output/animate/blender/moons/moon/moon_flyby_light_job.json
  • output/animate/blender/planets/earth/earth_body_scene.json
  • output/animate/blender/planets/earth/earth_flyby_dark_job.json
  • output/animate/blender/planets/earth/earth_flyby_light_job.json
  • render.py
  • tests/test_blender_pipeline.py

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.

Write close-up JSON, jobs, and GIFs under blender/{planets,moons}/<body>/
so Earth and Moon (and later asteroids) do not share a flat dump folder.
@ThomasAFink
ThomasAFink merged commit 2d2f5ab into main Aug 7, 2026
5 checks passed
@ThomasAFink
ThomasAFink deleted the feat/SOLSYS-41-blender-moon-closeup branch August 7, 2026 22:58
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.

Blender Moon close-up (texture pack)

1 participant