materials#
find#
Returns material object from name
| Fields | Description |
|---|---|
material_namestring |
name of material |
Example
for_each#
Allows for iterating material objects
| Fields | Description |
|---|---|
callbackfunction |
callback with material_object as argument |
Example
create#
creates a material from a buffer
```