mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge pull request #2544 from pypeclub/feature/OP-2007-Ray-Proxy---load-all-ABC-files-via-proxy
This commit is contained in:
commit
cdcc6e0d26
1 changed files with 2 additions and 2 deletions
|
|
@ -17,8 +17,8 @@ from openpype.api import get_project_settings
|
|||
class VRayProxyLoader(api.Loader):
|
||||
"""Load VRay Proxy with Alembic or VrayMesh."""
|
||||
|
||||
families = ["vrayproxy"]
|
||||
representations = ["vrmesh"]
|
||||
families = ["vrayproxy", "model", "pointcache", "animation"]
|
||||
representations = ["vrmesh", "abc"]
|
||||
|
||||
label = "Import VRay Proxy"
|
||||
order = -10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue