Skip to content

Commit eb0ffb8

Browse files
author
rdeioris
authored
Update Material_API.md
1 parent 409b149 commit eb0ffb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/Material_API.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ You cannot access the property list from a material instance, you need to get it
7474

7575
```py
7676
parent_material = material_instance.Parent
77+
78+
for expression in parent_material.Expressions:
79+
parameter_name = expression.ParameterName
80+
parameter_group = expression.Group
7781
```
7882

7983

0 commit comments

Comments
 (0)