Skip to content

Commit b18cd08

Browse files
committed
Add create_materials to readme
1 parent a8405f5 commit b18cd08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ A more complex example
3434

3535
* `strict` will raise an exception if unsupported features are found in the obj or mtl file. Default `True`.
3636
* `encoding` of the obj and mtl file(s). Default `utf-8`.
37-
* `parse` decides if parsing should start immediately. Default 'False'.
37+
* `create_materials` will create materials if mtl file is missing or obj file references non-exiting materials . Default `False`.
38+
* `parse` decides if parsing should start immediately. Default `False`.
3839

3940
```python
4041
import pywavefront

0 commit comments

Comments
 (0)