Blender Addon¶
The Blender addon (blender_skp_io) lets you import and export SketchUp .skp
files directly in Blender. It bundles skppy so no extra Python packages are
required.
Page |
Description |
|---|---|
How to build and install the addon in Blender |
|
Collections, object hierarchy, layers, and entity mapping |
|
Complete reference for all import settings |
|
Complete reference for Blender-to-SKP settings |
|
How the addon converts SKP to Blender objects |
|
Packaging the distribution ZIP |
Quick start¶
Build:
python build_blender_addon.pyInstall: Edit -> Preferences -> Add-ons -> Install… -> select the ZIP.
Import: File -> Import -> SketchUp (.skp)
Export: File -> Export -> SketchUp (.skp)
The importer creates a Blender collection named after the file. See Imported Scene Organization for the resulting collections, component hierarchy, objects, and shared data.