Merge pull request #1195 from pypeclub/feature/update_houdini

update houdini menu
This commit is contained in:
Milan Kolar 2021-03-25 23:12:46 +01:00 committed by GitHub
commit 2ba85e8455
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 31 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

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

@ -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": "",
@ -1575,4 +1598,4 @@
}
}
}
}
}

View file

@ -28,6 +28,10 @@
"type": "schema_template",
"name": "template_host_variant",
"template_data": [
{
"host_version": "18.5",
"host_name": "houdini"
},
{
"host_version": "18",
"host_name": "houdini"