mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Update openpype/hosts/houdini/startup/MainMenuCommon.xml
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
This commit is contained in:
parent
767a5c2df6
commit
c1166eac92
1 changed files with 5 additions and 5 deletions
|
|
@ -17,11 +17,11 @@ host_tools.show_creator(parent)
|
|||
<scriptItem id="publish">
|
||||
<label>Publish...</label>
|
||||
<scriptCode><![CDATA[
|
||||
import hou
|
||||
from openpype.tools.utils import host_tools
|
||||
parent = hou.qt.mainWindow()
|
||||
host_tools.show_publish(parent)
|
||||
]]> </scriptCode>
|
||||
import hou
|
||||
from openpype.tools.utils import host_tools
|
||||
parent = hou.qt.mainWindow()
|
||||
host_tools.show_publish(parent)
|
||||
]]></scriptCode>
|
||||
</scriptItem>
|
||||
|
||||
<scriptItem id="avalon_manage">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue