This commit is contained in:
Kayla Man 2023-10-31 20:29:34 +08:00
parent e39689ba8e
commit 1795d501d9

View file

@ -129,7 +129,7 @@ Some validators are mandatory while some are optional and user can choose to ena
in MaxWrapper Class.
:::note
Users can write the properties' attributes they want to check in dict format in the setting
before validation.
before validation. The attributes are then to be converted into Maxscript and do a check.
E.g. ```renderers.current.separateAovFiles``` and ```renderers.current.PrimaryGIEngine```
User can put the attributes in the dict format below
```