Skip to content

Releases: pywavefront/PyWavefront

1.0.1

17 Aug 15:04
86b135f
Compare
Choose a tag to compare
  • Release only for Python3, not universal - Fixes #79

Python 3

17 Aug 13:34
Compare
Choose a tag to compare
  • Use Python 3.4 on CI server - PR #78
  • Switch to Python 3.4+ - PR #77
  • Fix support for earlier py3 versions, which do not support json as bytes - PR #76
  • Add option to retain face data - PR #74

0.4.2

17 Aug 00:45
Compare
Choose a tag to compare
  • Add Python 3.7 support - PR #72
  • Add missing material properties - PR #70
  • Tweak README - PR #68

0.4.1

21 Jul 16:04
Compare
Choose a tag to compare
  • Add Python 3 - PR #65

0.4.0

20 Jul 20:20
Compare
Choose a tag to compare
  • Add binary cache - PR #63
  • Fix handling of negative indices - PR #62
  • Set up logger - PR #60
  • Allow textures to load from anywhere - PR #59

0.3.2

17 Jun 21:20
Compare
Choose a tag to compare
  • Fix README - PR #55
  • Allow users to override material parser - PR #54
  • Allow parser to create missing materials - PR #52
  • Fix pypi markdown, tweak README - PR #51

0.3.1

10 Jun 18:38
Compare
Choose a tag to compare
  • Revamp README PR #48
  • Fix various bugs PR #47
  • Cap shininess in visualization PR #46
  • Support different vertex formats + example PR #43
  • Detect vertex format, vertex color, and tests PR #42

0.3.0: Merge pull request #41 from greenmoss/0.3-prep

07 Jun 01:31
81be204
Compare
Choose a tag to compare
  • Run all parser tests for gzip file - PR #40
  • Revamp parser to prepare to support different vertex formats - PR #38
  • Make dir available as instance attribute + tests - PR # 33
  • Use setuptools - PR #31

0.2.0

23 May 22:56
Compare
Choose a tag to compare
  • Make Pyglet an optional dependency - PR #30
  • Close file descriptor when no longer needed - PR #29
  • Specify the full path for the test files. Remove Pyglet dependency on unit tests - PR #28
  • Use the correct accented "e" character- PR #27
  • Add basic circleci configuration

0.1.7

21 Apr 19:38
Compare
Choose a tag to compare
  • Handle any unimplemented flag and carry on with a warning - PR #21
  • Add support to object-less obj file - PR #23