@@ -2,27 +2,38 @@ Change Log
2
2
3
3
Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4
4
5
+ ## 1.0.4
6
+
7
+ * Faces with undefined texture coordinates will
8
+ fall back to uv index 0
9
+
5
10
## 1.0.3
11
+
6
12
* Fix vertex format exceptions - PR #86
7
13
8
14
## 1.0.2
15
+
9
16
* Fix two parsing IndexErrors - PR #84
10
17
11
18
## 1.0.1
19
+
12
20
* Release only for Python3, not universal - Fixes #79
13
21
14
22
## 1.0.0
23
+
15
24
* Use Python 3.4 on CI server - PR #78
16
25
* Switch to Python 3.4+ - PR #77
17
26
* Fix support for earlier py3 versions, which do not support json as bytes - PR #76
18
27
* Add option to retain face data - PR #74
19
28
20
29
## 0.4.2
30
+
21
31
* Add Python 3.7 support - PR #72
22
32
* Add missing material properties - PR #70
23
33
* Tweak README - PR #68
24
34
25
35
## 0.4.1
36
+
26
37
* Add Python 3 - PR #65
27
38
28
39
## 0.4.0
@@ -32,58 +43,70 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
32
43
* Allow textures to load from anywhere - PR #59
33
44
34
45
## 0.3.2
46
+
35
47
* Fix README - PR #55
36
48
* Allow users to override material parser - PR #54
37
49
* Allow parser to create missing materials - PR #52
38
50
* Fix pypi markdown, tweak README - PR #51
39
51
40
52
## 0.3.1
53
+
41
54
* Revamp README - PR #48
42
55
* Fix various bugs - PR #47
43
56
* Cap shininess in visualization - PR #46
44
57
* Support different vertex formats + example - PR #43
45
58
* Detect vertex format, vertex color, and tests - PR #42
46
59
47
60
## 0.3.0
61
+
48
62
* Run all parser tests for gzip file - PR #40
49
63
* Revamp parser to prepare to support different vertex formats - PR #38
50
64
* Make dir available as instance attribute + tests - PR #33
51
65
* Use setuptools - PR #31
52
66
53
67
## 0.2.0
68
+
54
69
* Make Pyglet an optional dependency - PR #30
55
70
* Close file descriptor when no longer needed - PR #29
56
71
* Specify the full path for the test files. Remove Pyglet dependency on unit tests - PR #28
57
72
* Use the correct accented "e" character- PR #27
58
73
* Add basic circleci configuration
59
74
60
75
## 0.1.7
76
+
61
77
* Handle any unimplemented flag and carry on with a warning - PR #21
62
78
* Add support to object-less obj file - PR #23
63
79
64
80
## 0.1.6
81
+
65
82
* Import .obj without material file - PR #16
66
83
67
84
## 0.1.5
85
+
68
86
* Support transparency - PR #15
69
87
70
88
## 0.1.4
89
+
71
90
* Include MANIFEST file - PR #12
72
91
73
92
## 0.1.3
93
+
74
94
* Replace Pyglet resource with native open() - PR #7
75
95
* Remove UTF-8 encoding/decoding - PR #9
76
96
* Fix issues with parsing resource files - PR #9
77
97
78
98
## 0.1.2
99
+
79
100
* Update syntax to Python 3 - PR #3
80
101
* Add support for opening .obj files in other directories - PR #5
81
102
* Conform to PEP 8 - PR #5
82
103
* Add support for relative imports - PR #5
83
104
84
105
## 0.1.1
106
+
85
107
* Add material setters.
86
108
* Add lighting in example.
87
109
88
110
## 0.1
111
+
89
112
* Initial release.
0 commit comments