mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add docs
This commit is contained in:
parent
ad0b941475
commit
e39689ba8e
2 changed files with 24 additions and 0 deletions
|
|
@ -118,4 +118,28 @@ Current OpenPype integration (ver 3.15.0) supports only ```PointCache```, ```Ca
|
|||
This part of documentation is still work in progress.
|
||||
:::
|
||||
|
||||
## Validators
|
||||
|
||||
Current Openpype integration supports different validators such as Frame Range and Attributes.
|
||||
Some validators are mandatory while some are optional and user can choose to enable them in the setting.
|
||||
|
||||
**Validate Frame Range**: Optional Validator for checking Frame Range
|
||||
|
||||
**Validate Attributes**: Optional Validator for checking if object properties' attributes are valid
|
||||
in MaxWrapper Class.
|
||||
:::note
|
||||
Users can write the properties' attributes they want to check in dict format in the setting
|
||||
before validation.
|
||||
E.g. ```renderers.current.separateAovFiles``` and ```renderers.current.PrimaryGIEngine```
|
||||
User can put the attributes in the dict format below
|
||||
```
|
||||
{
|
||||
"renderer.current":{
|
||||
"separateAovFiles" : True
|
||||
"PrimaryGIEngine": "#RS_GIENGINE_BRUTE_FORCE"
|
||||
}
|
||||
}
|
||||
```
|
||||

|
||||
:::
|
||||
## ...to be added
|
||||
|
|
|
|||
BIN
website/docs/assets/3dsmax_validate_attributes.png
Normal file
BIN
website/docs/assets/3dsmax_validate_attributes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 34 KiB |
Loading…
Add table
Add a link
Reference in a new issue