Skip to content

Releases: 30350n/pcb2blender

v2.12

03 Jun 17:15
Compare
Choose a tag to compare
  • Force all encodings to utf-8 (Thanks @Rootthecause)
  • Fix stackup detection in exporter (Thanks @Rootthecause)
  • Fix PCB shader artifacts caused by smooth shading (#64)
  • Add option to toggle auto smoothing in X3D importer

Warning: There was a bug in Blender 4.1.0 which made it unable to load .blend files that are using materials from this addon.
Make sure to use Blender 4.1.1+

You can support this project by becoming a GitHub Sponsor or by donating via PayPal!

v2.11

18 Apr 15:24
Compare
Choose a tag to compare
  • Fix various issues with board cutting
  • Fix smooth shading when using board cutting
  • Try to clear up some confusions with the export menu

Warning: There was a bug in Blender 4.1.0 which made it unable to load .blend files that are using materials from this addon.
Make sure to use Blender 4.1.1+

You can support this project by becoming a GitHub Sponsor or by donating via PayPal!

v2.10

15 Apr 17:19
Compare
Choose a tag to compare
  • Support Blender 4.1.1

Warning: There was a bug in Blender 4.1.0 which made it unable to load .blend files that are using materials from this addon.
Make sure to use Blender 4.1.1+

You can support this project by becoming a GitHub Sponsor or by donating via PayPal!

v2.9

24 Jan 00:07
Compare
Choose a tag to compare
  • Fix exporter tempdir creation again (#44)
  • Format codebase

v2.8

03 Jan 18:55
Compare
Choose a tag to compare
  • Support Blender 4.0
  • Fix custom stackup soldermask colors (#36)
  • Improve exporter tempdir creation (#35)

Note: This release is not compatible with Blender 3.6 LTS, because of extensive changes to shading nodes and the Principled BSDF shader.
Note2: Hi to all the people who came from the hackaday post! 👋

v2.7

24 Sep 18:08
Compare
Choose a tag to compare
  • KiCad 7 stackup support (imported boards will have the right color, copper finish, etc. defined in KiCad!)
  • Add mat4cad custom color support
  • Fix malformed rounded board edges
  • Fix error when creating board edge edges that already exists (#31)
  • Support Blender 3.6

v2.6

17 May 11:40
Compare
Choose a tag to compare
  • Support Blender 3.5.1
  • Fix importlib import issue

Warning: There was a bug in Blender 3.5.0 which made Blender crash when loading files saved with this addon.
Make sure to use Blender 3.5.1+

v2.5

31 Mar 00:32
Compare
Choose a tag to compare
v2.5 Pre-release
Pre-release

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

12 Mar 16:56
Compare
Choose a tag to compare
  • 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

22 Feb 18:59
Compare
Choose a tag to compare
v2.3 Pre-release
Pre-release

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