Skip to content

MrMoonKr/blender-ikea-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Manual Build

blender --command extension build

Manual Installation

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

Configuration

  • After installation, expand the addon settings in preferences
  • Set your country code (e.g., 'ie' for Ireland, 'fr' for France)
  • Set your language code (e.g., 'en' for English, 'fr' for French)
  • The current region and language will be displayed in the IKEA Browser panel

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%