convert a floor plan to an actual 3d rendering
- Import floor plan SVG files into Blender
- Convert SVG curves to mesh objects
- Scale mesh objects
- Extrude mesh objects to create 3D walls
- Apply materials to mesh objects
- Export mesh objects to FBX format
- Install Blender if you haven't already: Blender Download
- Clone or download this repository
- Open Blender
- Open the Python script (
floor_plan_to_fbx.py
) in Blender's text editor - Modify the script as needed (e.g., update the SVG file path)
- Run the script in Blender
- Export the resulting 3D model to FBX format for use in other 3D applications
- Blender (version 4 or higher)