Grove
I rearrange my furniture often to experiment with new workflows. In order to plan arrangements more efficiently, I modeled my apartment in Blender.
The Blender scene is created by a script using Blender's Python API. To add a new object, I simply add its dimensions and position to a JSON file, run the script, and the object appears in the scene with a mesh and color according to its type.
I modeled the scene by script instead of by hand because, as a next step, I'm interested in programatically generating layouts.
Rearranging furniture
A birds-eye view of the model
« projects