skppy¶
Python toolkit for reading SketchUp .skp files, writing a validated modern
graph, and importing or exporting models through a Blender addon.
No SketchUp installation or C API is required. Format support is based on
observed file behavior and interoperability testing.
Installing
Getting Started
skppy API Reference
- API Reference
- skppy.loader
- skppy.material_loader
- skppy.exceptions
- skppy.utils
- skppy.triangulation
- skppy.data_structure.document
- skppy.data_structure.annotations
- skppy.data_structure.construction
- skppy.data_structure.entities
- skppy.data_structure.header
- skppy.data_structure.images
- skppy.data_structure.layers
- skppy.data_structure.materials
- skppy.data_structure.meta
- skppy.data_structure.model
- skppy.data_structure.model_metadata
- skppy.data_structure.primitives
- skppy.data_structure.scene
- skppy.data_structure.scene_data
- skppy.parser.definitions
- skppy.parser.camera_parser
- skppy.parser.entities
- skppy.parser.header_parser
- skppy.parser.layers
- skppy.parser.material_parser
- skppy.parser.meta_parser
- skppy.parser.model_parser
- skppy.parser.rendering_options
- skppy.parser.scenes_parser
- skppy.parser.tlv
- skppy.parser.zip_entries
- skppy.parser_legacy.binary
- skppy.parser_legacy.diagnostics
- skppy.parser_legacy.envelope
- skppy.parser_legacy.parser
- skppy.parser_legacy.rendering_options
- skppy.parser_legacy.schema
How-To Guides
Blender Addon
File Format Reference