get_polyhaven_categories
Retrieve available categories for Poly Haven assets to filter and organize HDRI, texture, or model selections in Blender.
Instructions
Get a list of categories for a specific asset type on Polyhaven.
Parameters:
- asset_type: The type of asset to get categories for (hdris, textures, models, all) 
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| asset_type | No | hdris | 
Input Schema (JSON Schema)
{
  "properties": {
    "asset_type": {
      "default": "hdris",
      "title": "Asset Type",
      "type": "string"
    }
  },
  "title": "get_polyhaven_categoriesArguments",
  "type": "object"
}