mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
add documentation for vray proxy
This commit is contained in:
parent
4be9417fe0
commit
3ae43b0cef
3 changed files with 37 additions and 0 deletions
|
|
@ -715,3 +715,40 @@ Once data are marked as Redshift Proxy instance, they can be published - **OpenP
|
|||
|
||||
Published proxy files can be loaded with OpenPype Loader. It will create mesh and attach Redshift Proxy
|
||||
parameters to it - Redshift will then represent proxy with bounding box.
|
||||
|
||||
## Using VRay Proxies
|
||||
|
||||
OpenPype support publishing, loading and using of VRay Proxy in look management. Their underlaying format
|
||||
can be either vrmesh or alembic.
|
||||
|
||||
:::warning vrmesh or alembic and look management
|
||||
Be aware that **vrmesh** cannot be used with looks as it doesn't retain IDs necessary to map shaders to geometry.
|
||||
:::
|
||||
|
||||
### Creating VRay Proxy
|
||||
|
||||
To create VRay Proxy, select geometry you want and - **OpenPype → Create ...** select **VRay Proxy**. Name your
|
||||
subset as you want and press **Create** button.
|
||||
|
||||
This will create `vrayproxy` set for your subset. You can set some options in Attribute editor, mainly if you want
|
||||
export animation instead of single frame.
|
||||
|
||||

|
||||
|
||||
### Publishing VRay Proxies
|
||||
|
||||
VRay Proxy can be published - **OpenPype → Publish ...**. It will publish data as VRays `vrmesh` format and as
|
||||
Alembic file.
|
||||
|
||||
## Using VRay Proxies
|
||||
|
||||
You can load VRay Proxy using loader - **OpenPype → Loader ...**
|
||||
|
||||

|
||||
|
||||
Select your subset and right-click. Select **Import VRay Proxy (vrmesh)** to import it.
|
||||
|
||||
:::note
|
||||
Note that even if it states `vrmesh` in descriptions, if loader finds Alembic published along (default behavior) it will
|
||||
use abc file instead of vrmesh as it is more flexible and without it looks doesn't work.
|
||||
:::
|
||||
|
|
|
|||
BIN
website/docs/assets/maya-vray_proxy-loader.jpg
Normal file
BIN
website/docs/assets/maya-vray_proxy-loader.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
BIN
website/docs/assets/maya-vray_proxy.jpg
Normal file
BIN
website/docs/assets/maya-vray_proxy.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Loading…
Add table
Add a link
Reference in a new issue