blender_download_polyhaven_asset
Download PolyHaven assets directly into Blender projects with automatic file management and optional scene integration for textures, models, and environments.
Instructions
Download a PolyHaven asset and optionally import it directly into Blender.
Downloads high-quality assets from PolyHaven with automatic file management and scene integration.
Args:
asset_id (string): PolyHaven asset ID to download
quality (enum): Download quality level (hd, 1k, 2k, 4k, 8k)
save_path (optional): Save path (relative to project assets directory)
import_to_scene (boolean, default true): Import directly into Blender scene
import_options (optional): Import options if importing to scene
Returns: Download confirmation with file information and import status
Examples:
Download 2K texture: asset_id="old_wood_01", quality="2k"
Download and import model: asset_id="oak_tree", quality="4k", import_to_scene=true
Custom save path: asset_id="sky_cloudy", quality="hdr", save_path="environments/sky.hdr"
Use when: Adding professional assets to scenes, sourcing textures, environment setup Don't use when: Just browsing assets (use search_polyhaven instead)
Performance: Network and file-size dependent, typically 5-60 seconds
Security: Validates asset IDs, downloads to secure project directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | PolyHaven asset ID to download | |
| quality | No | Download quality level (hd, 1k, 2k, 4k, 8k) | 2k |
| save_path | No | Save path (relative to project assets directory) | |
| import_to_scene | No | Import directly into Blender scene | |
| timeout | No | Download timeout in milliseconds | |
| import_options | No | Import options if importing to scene |