mvnmgrx / kiutils

Simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.
GNU General Public License v3.0
78 stars 25 forks source link

Fix: 3D model `hide` property #97

Closed mvnmgrx closed 1 year ago

mvnmgrx commented 1 year ago

This PR adds the hide token to the Model class as well as a test for it.

Fixes #96