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.
1 parent 895973c commit 409b149Copy full SHA for 409b149
docs/Material_API.md
@@ -72,7 +72,12 @@ To modify a material's property you need to know its name.
72
73
You cannot access the property list from a material instance, you need to get it from the parent:
74
75
+```py
76
+parent_material = material_instance.Parent
77
+```
78
+
79
80
+Once you have the property name you can get/set parameters values
81
82
```py
83
# retuns a float
0 commit comments