blender_get_polyhaven_popular
Retrieve trending and popular assets from PolyHaven to discover high-quality content for Blender projects. Filter by asset type and quantity to find inspiration.
Instructions
Get trending and popular assets from PolyHaven.
Returns the most downloaded and highly-rated assets across different categories.
Args:
type (optional): Asset type filter (model, material, texture, hdri)
limit (integer): Maximum number of results (1-100, default 20)
quality (optional): Quality level for thumbnails
Returns: List of popular assets with download counts and ratings
Examples:
Popular models: type="model", limit=10
Trending textures: type="texture", limit=15
Top HDRIs: type="hdri", limit=5
All categories: limit=20
Use when: Discovering trending assets, finding high-quality content, asset inspiration Don't use when: Searching for specific criteria (use search_polyhaven instead)
Performance: Fast network request, typically 1-3 seconds
Content: Updated daily based on community downloads and ratings
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Asset type filter | |
| limit | No | Maximum number of results (1-100) | |
| quality | No | Quality level for thumbnails | 2k |