Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 870 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 870 Bytes

Blender IKEA Browser

Import 3D models from ikea.com into your scene!

Screenshot

Note that IKEA still owns the copyright for these models, you probably don't want to be using them commercially, I guess?

If you work at IKEA and can help me to make this more legit, please get in touch <3

This is very much an early proof-of-concept, check the github issues for an approximation of a roadmap

Dev notes

Blender 4.2.0 uses python 3.11 specifically, so use that to install bpy and create a virtualenv for if you want to have IDE autocompletions and such:

python3.11 -m venv venv
venv/bin/pip install bpy blender-stubs

Build the addon .zip file:

blender --command extension build

install:

  • blender -> edit -> preferences -> add-ons -> install from disk -> select the .zip file