Merge branch 'develop' into feature/key_validations

This commit is contained in:
Milan Kolar 2021-03-26 10:24:16 +01:00 committed by GitHub
commit bcae09edd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 62 additions and 4 deletions

View file

@ -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>

View file

@ -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()

View file

@ -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,

View file

@ -379,6 +379,7 @@
"ExtractCameraAlembic": {
"enabled": true,
"optional": true,
"active": true,
"bake_attributes": []
},
"MayaSubmitDeadline": {

View file

@ -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": "",

View file

@ -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",

View file

@ -271,6 +271,11 @@
"key": "optional",
"label": "Optional"
},
{
"type": "boolean",
"key": "active",
"label": "Active"
},
{
"type": "raw-json",
"key": "bake_attributes",

View file

@ -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",