Releases: 30350n/pcb2blender
Releases · 30350n/pcb2blender
v2.5
warning: Blender 3.5 seems to be incompatible with the custom materials this addon uses, you might experience crashes when loading saved blend files using this addon
- Support Blender 3.5
v2.4
- Fix breaking change introduced in 2.3 which prevented users from importing boards without a board def
- Add new experimental way to install pip/dependencies via blender_addon_utils
- Fix messed up UVs after board cutting
v2.3
warning: this version introduced a breaking change which prevents users from importing boards without a board def
- Fix and improve board cutting
- Improve board mesh topology
- Use face attributes for through holes / board edges
- Various small UI improvements
v2.2
- Fix various internal pad naming issues
- Support Kicad 7.0.0
v2.1
- Add mat4cad custom color support
- Only add solder joints to SMD pads with solder paste layer
v2.0
- Many material improvements
- Automatic solder joint generation
v1.7
- Python 3.8 compatibility for exporter (better Linux/macOS support)
v1.6
- Fix wrl importer scaling issue, always apply scale transformations
- Support compressed .wrz files
v1.5
- Improve material merging for custom materials
- Fix various scaling/transformation issues with customized wrl/x3d importer
v1.4
- Fix icon_file_name encoding issue in exporter
- Replace skia with cairo (svg rasterization)