blender_furniture
Create furniture and complex objects in Blender, including chairs, tables, beds, sofas, cabinets, shelves, desks, stools, and rooms, with customizable styles, dimensions, and materials.
Instructions
Create furniture and complex objects in Blender.
Supports multiple operations through the operation parameter:
create_chair: Create chairs (dining, office, armchair, etc.)
create_table: Create tables (dining, coffee, desk, etc.)
create_bed: Create beds (single, double, bunk, etc.)
create_sofa: Create sofas and couches
create_cabinet: Create cabinets and storage
create_shelf: Create bookshelves and shelving
create_desk: Create desks and workstations
create_stool: Create stools and bar stools
create_room: Create room with walls, floor, ceiling, windows, doors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | Furniture creation operation | create_chair |
| name | No | Name for the furniture object | Furniture |
| style | No | Style (modern, classic, rustic, industrial, etc.) | modern |
| dimensions | No | Base dimensions (width, depth, height) | |
| location | No | Position coordinates | |
| material | No | Material type (wood, metal, fabric, etc.) | wood |
| chair_type | No | dining | |
| table_type | No | dining | |
| bed_type | No | single | |
| sofa_type | No | three_seater | |
| cabinet_type | No | kitchen | |
| desk_type | No | office | |
| shelf_type | No | bookshelf | |
| stool_type | No | bar | |
| room_type | No | living | |
| length | No | ||
| width | No | ||
| height | No | ||
| wall_thickness | No | ||
| has_windows | No | ||
| window_count | No | ||
| has_door | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |