We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
create_materials
1 parent a8405f5 commit b18cd08Copy full SHA for b18cd08
README.md
@@ -34,7 +34,8 @@ A more complex example
34
35
* `strict` will raise an exception if unsupported features are found in the obj or mtl file. Default `True`.
36
* `encoding` of the obj and mtl file(s). Default `utf-8`.
37
-* `parse` decides if parsing should start immediately. Default 'False'.
+* `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`.
39
40
```python
41
import pywavefront
0 commit comments