mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
add family and representation
This commit is contained in:
parent
9c56e64fb3
commit
cb489c055e
3 changed files with 4 additions and 3 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"]
|
||||
representations = ["vrmesh", "abc"]
|
||||
|
||||
label = "Import VRay Proxy"
|
||||
order = -10
|
||||
|
|
|
|||
1
openpype/hosts/maya/vendor/studiolibrary
vendored
Submodule
1
openpype/hosts/maya/vendor/studiolibrary
vendored
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit f29e350da9e9508522a740a4f30efb93b99c89d3
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit ffe9e910f1f382e222d457d8e4a8426c41ed43ae
|
||||
Subproject commit 7e5efd6885330d84bb8495975bcab84df49bfa3d
|
||||
Loading…
Add table
Add a link
Reference in a new issue