一键导入
resolution-aspect-decision
Pick the right render resolution + aspect ratio for the consumer use case before render; avoid render-then-crop and aspect mismatch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Pick the right render resolution + aspect ratio for the consumer use case before render; avoid render-then-crop and aspect mismatch.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Claude Desktop-facing BlendOps router skill for planning, runtime readiness, evidence truth, and non-Blender-user outputs using bundled references.
Help users and agents choose the next safe BlendOps action across skills, docs, runtime readiness, evals, packaging, and Draft v0 release boundaries.
Blender skills pack for non-Blender users. Use for scene planning, runtime readiness, render/export/GLB evidence, Claude Connect guidance, and plain-language handoff across multiple AI agents.
Turn a locked 3D brief plus chosen recipe into a measurable acceptance checklist with evidence hooks.
Plan headless blender --background export or render jobs when MCP chat control is a poor fit; cite upstream Blender CLI docs only.
Verify brief completeness, runtime posture, skill coverage, and evidence habits before starting a pack workflow.
| name | resolution-aspect-decision |
| description | Pick the right render resolution + aspect ratio for the consumer use case before render; avoid render-then-crop and aspect mismatch. |
Avoid the most common render planning mistake: rendering at one aspect / resolution and cropping or upscaling to fit. Pick the consumer's required output upfront.
| Input | Why it is required |
|---|---|
| Consumer use case | Drives aspect + resolution |
| Format choice | Affects max practical resolution |
| Input | Use |
|---|---|
| Brand spec | Override if specified |
| Multi-resolution requirement | Generate per-tier outputs |
A 3-line resolution record: aspect, resolution (W × H), DPI / PPI if print.
Runtime status: Not Run | Attempted | Produced | Verified | Failed | Blocked / Not Run
Artifact status: Not Run | Not Produced | Produced | Verified | Failed
Evidence used: <links, paths, logs, or "none">
Limitations: <known gaps>
../../laws/evidence-before-done.md../../laws/non-blender-user-language.md../../laws/no-arbitrary-python-interface.md../../laws/official-runtime-only.mdDecision skill — does not render. Pins resolution + aspect; operator applies in scene render properties.
references/aspect-defaults.md.references/resolution-defaults.md.Web hero?
→ 16:9, 1920×1080 (or 2880×1620 for retina)
Square social?
→ 1:1, 2160×2160 (or 1080×1080 for old IG)
Mobile portrait?
→ 9:16, 1080×1920 (or 1440×2560 for high-DPI)
Cinematic banner?
→ 2.39:1, 2560×1080 (or 3840×1620 for 4K-banner)
Print A4 portrait?
→ 4:5 effective, 2480×3508 at 300 DPI
Print A4 landscape?
→ 5:4 effective, 3508×2480 at 300 DPI
Print A3?
→ 3508×4961 at 300 DPI
HDR display delivery?
→ Same as web; verify HDR pipeline
16:9, 1920×1080 standard or 2880×1620 retina. Render once at retina; downscale for standard.
Portrait 9:16 1080×1920 + Square 1:1 1080×1080 + Wide 16:9 1920×1080 — render scene once at largest, crop / re-frame for others (or re-render with adjusted camera).
Final 5060×7160 at 300 DPI; render at this directly; do not upscale a smaller render.
1024×1024 at 1:1; export multi-resolution downscales (256, 128, 64, 32) post-render.
Resolution record only.
After render, verify file dimensions match.
Resolution record only.
| Verdict | Criteria |
|---|---|
| Pass | Aspect + resolution + DPI explicit; matches consumer; downscale margin if needed. |
| Warn | Aspect set but resolution borderline (just-below recommended for use case). |
| Fail | Aspect mismatched (rendering 1:1 for 16:9 consumer); upscaling small renders to large delivery. |
| Problem | Response |
|---|---|
| Final delivery looks soft | Probably upscaled from low-res; re-render at delivery res. |
| Aspect cropped wrong | Pre-render at correct aspect; do not crop. |
| Print too low-DPI | Render at delivery DPI from the start; do not upscale. |
| Consumer spec unclear | Ask once, then default per consumer category. |
Consumer use case: <web hero / social / print / app icon / banner>
Aspect ratio: <ratio>
Resolution: <W × H>
DPI / PPI: <value if print, else "N/A">
Downscale margin: <yes 1.5x / no>
Multi-resolution outputs (if any):
<output>: <W × H>
Caveats: <list>
Limitations: <gaps>
Next: render-export-evidence
../color-management-decision/SKILL.md../output-format-decision/SKILL.md../cycles-vs-eevee-decision/SKILL.md../composition-quality-checker/SKILL.md../render-export-evidence/SKILL.mdreferences/aspect-defaults.mdreferences/resolution-defaults.mdreferences/print-vs-screen-rules.md../../docs/skill-system.md