ousttrue / pymeshio

3d model reader/writer for python
http://pypi.python.org/pypi/pymeshio/
92 stars 26 forks source link

Bdef struct doesn't have type attribution and fix it by using type() #38

Closed 4hiziri closed 6 years ago

4hiziri commented 6 years ago

Bdef and other similar classes don't have type member, but pymeshio accessed Bdef.type and raised AttributeError. I fixed Bdef.type -> type(Bdef)