mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge branch 'develop' into feature/key_validations
This commit is contained in:
commit
bcae09edd1
8 changed files with 62 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<mainMenu>
|
||||
<menuBar>
|
||||
<subMenu id="avalon_menu">
|
||||
<label>Avalon</label>
|
||||
<label>Pype</label>
|
||||
<subMenu id="avalon_context">
|
||||
<labelExpression><![CDATA[
|
||||
from avalon import api
|
||||
|
|
@ -58,7 +58,7 @@ publish.show(parent)
|
|||
<label>Work Files</label>
|
||||
<scriptCode><![CDATA[
|
||||
import hou, os
|
||||
from avalon.tools import workfiles
|
||||
from pype.tools import workfiles
|
||||
workfiles.show(os.environ["AVALON_WORKDIR"])
|
||||
]]></scriptCode>
|
||||
</scriptItem>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
from avalon import pipeline, houdini
|
||||
from avalon import api, houdini
|
||||
import hou
|
||||
|
||||
|
||||
def main():
|
||||
print("Installing Avalon ...")
|
||||
pipeline.install(houdini)
|
||||
api.install(houdini)
|
||||
|
||||
|
||||
main()
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@
|
|||
"MayaSubmitDeadline": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true,
|
||||
"tile_assembler_plugin": "oiio",
|
||||
"use_published": true,
|
||||
"asset_dependencies": true,
|
||||
|
|
@ -12,6 +13,7 @@
|
|||
"NukeSubmitDeadline": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true,
|
||||
"use_published": true,
|
||||
"priority": 50,
|
||||
"chunk_size": 10,
|
||||
|
|
@ -23,6 +25,7 @@
|
|||
"HarmonySubmitDeadline": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true,
|
||||
"use_published": true,
|
||||
"priority": 50,
|
||||
"chunk_size": 10000,
|
||||
|
|
@ -34,6 +37,7 @@
|
|||
"AfterEffectsSubmitDeadline": {
|
||||
"enabled": true,
|
||||
"optional": false,
|
||||
"active": true,
|
||||
"use_published": true,
|
||||
"priority": 50,
|
||||
"chunk_size": 10000,
|
||||
|
|
|
|||
|
|
@ -379,6 +379,7 @@
|
|||
"ExtractCameraAlembic": {
|
||||
"enabled": true,
|
||||
"optional": true,
|
||||
"active": true,
|
||||
"bake_attributes": []
|
||||
},
|
||||
"MayaSubmitDeadline": {
|
||||
|
|
|
|||
|
|
@ -992,6 +992,29 @@
|
|||
}
|
||||
},
|
||||
"variants": {
|
||||
"houdini_18.5": {
|
||||
"enabled": true,
|
||||
"label": "",
|
||||
"variant_label": "18.5",
|
||||
"icon": "",
|
||||
"executables": {
|
||||
"windows": [
|
||||
"C:\\Program Files\\Side Effects Software\\Houdini 18.5.499\\bin\\houdini.exe"
|
||||
],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"arguments": {
|
||||
"windows": [],
|
||||
"darwin": [],
|
||||
"linux": []
|
||||
},
|
||||
"environment": {
|
||||
"__environment_keys__": {
|
||||
"houdini_18.5": []
|
||||
}
|
||||
}
|
||||
},
|
||||
"houdini_18": {
|
||||
"enabled": true,
|
||||
"label": "",
|
||||
|
|
|
|||
|
|
@ -29,6 +29,11 @@
|
|||
"key": "optional",
|
||||
"label": "Optional"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "enum",
|
||||
"key": "tile_assembler_plugin",
|
||||
|
|
@ -83,6 +88,11 @@
|
|||
"key": "optional",
|
||||
"label": "Optional"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "use_published",
|
||||
|
|
@ -137,6 +147,11 @@
|
|||
"key": "optional",
|
||||
"label": "Optional"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "use_published",
|
||||
|
|
@ -191,6 +206,11 @@
|
|||
"key": "optional",
|
||||
"label": "Optional"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "use_published",
|
||||
|
|
|
|||
|
|
@ -271,6 +271,11 @@
|
|||
"key": "optional",
|
||||
"label": "Optional"
|
||||
},
|
||||
{
|
||||
"type": "boolean",
|
||||
"key": "active",
|
||||
"label": "Active"
|
||||
},
|
||||
{
|
||||
"type": "raw-json",
|
||||
"key": "bake_attributes",
|
||||
|
|
|
|||
|
|
@ -28,6 +28,11 @@
|
|||
"type": "schema_template",
|
||||
"name": "template_host_variant",
|
||||
"template_data": [
|
||||
{
|
||||
"app_variant_label": "18.5",
|
||||
"app_variant": "18-5",
|
||||
"app_name": "houdini"
|
||||
},
|
||||
{
|
||||
"app_variant_label": "18",
|
||||
"app_variant": "18",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue