@@ -4,7 +4,7 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
4
4
5
5
## 1.3.2
6
6
7
- * Property handle face lines with unspecified normal index such as ` 1/2/ `
7
+ * Properly handle face lines with unspecified normal index such as ` 1/2/ `
8
8
9
9
## 1.3.1
10
10
@@ -26,12 +26,12 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
26
26
27
27
* Pywavefront is now using ` pathlib ` internally. ` Path ` instances can also
28
28
be passed to all parsers.
29
- * Bugfix : Texture paths in materials should no longer be mangled when
29
+ * Bug fix : Texture paths in materials should no longer be mangled when
30
30
containing spaces or special characters. It should always be read
31
31
exactly as it appears in the file.
32
32
* Texture: ` file_name ` property added as a more robust way to get
33
33
the texture file name without path. This should even work for
34
- hardcoded windows path on Linux and OS X.
34
+ hard coded windows path on Linux and OS X.
35
35
* Texture: Added ` find ` method searching for the exact texture name in a directory
36
36
and all subdirectories. By default it will search from the obj file's location.
37
37
* Visualization: ` draw ` methods now supports ` lighting_enabled ` and ` textures_enabled `
@@ -41,7 +41,7 @@ Release history on Github: https://github.com/pywavefront/PyWavefront/releases
41
41
## 1.1.0
42
42
43
43
* Fixed an incompatibility issue related to image loading in pyglet 1.4.x
44
- * Texture instances now store the texture name as they apprear in the material
44
+ * Texture instances now store the texture name as they appear in the material
45
45
and an optional path parameter that represents the absolute path to the
46
46
texture.
47
47
* Removed dead code related related to python 2/3 compatibility
0 commit comments