Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

texture

Estrellas4
Forks1
Actualizado2 de julio de 2026 a las 12:07

Generate a tileable PBR texture set with local Python (numpy/PIL) AND land it as real Unreal assets over the MCP. Pass the full Python source as the argument — the skill stages and runs it, then imports the resulting PNGs to /Game/Generated/<slug>/, builds (or reuses) a master material, creates a per-slug Material Instance, and produces TestSphere + TestCube preview meshes wired to that MI. Use for procedural PBR sets (stone/metal/fabric/…), mesh-bake helpers, or any local Python that ends with files under assets/textures/. The decisive reason to bake a texture instead of computing noise live in a material: a baked texture has a MIP CHAIN, so it filters cleanly at distance/grazing/top-down — live shader noise has no mips and aliases into shimmer/crawl.

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

SKILL.md
readonly