mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
houdini openpype menu
This commit is contained in:
parent
318ecf829e
commit
fe4fb4ecff
1 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
<mainMenu>
|
||||
<menuBar>
|
||||
<subMenu id="avalon_menu">
|
||||
<label>Pype</label>
|
||||
<label>OpenPype</label>
|
||||
<subMenu id="avalon_context">
|
||||
<labelExpression><![CDATA[
|
||||
from avalon import api
|
||||
|
|
@ -19,7 +19,7 @@ from avalon.tools import contextmanager; contextmanager.show()
|
|||
<separatorItem/>
|
||||
|
||||
<scriptItem id="avalon_create">
|
||||
<label>Create ...</label>
|
||||
<label>Create</label>
|
||||
<scriptCode><![CDATA[
|
||||
from avalon.tools import creator
|
||||
creator.show()
|
||||
|
|
@ -27,7 +27,7 @@ creator.show()
|
|||
</scriptItem>
|
||||
|
||||
<scriptItem id="avalon_load">
|
||||
<label>Load ...</label>
|
||||
<label>Load</label>
|
||||
<scriptCode><![CDATA[
|
||||
from avalon.tools import cbloader
|
||||
cbloader.show(use_context=True)
|
||||
|
|
@ -35,7 +35,7 @@ cbloader.show(use_context=True)
|
|||
</scriptItem>
|
||||
|
||||
<scriptItem id="avalon_manage">
|
||||
<label>Manage ...</label>
|
||||
<label>Manage</label>
|
||||
<scriptCode><![CDATA[
|
||||
from avalon.tools import cbsceneinventory
|
||||
cbsceneinventory.show()
|
||||
|
|
@ -43,7 +43,7 @@ cbsceneinventory.show()
|
|||
</scriptItem>
|
||||
|
||||
<scriptItem id="publish">
|
||||
<label>Publish ...</label>
|
||||
<label>Publish</label>
|
||||
<scriptCode><![CDATA[
|
||||
import hou
|
||||
from avalon.tools import publish
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue