mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
add workfiles to houdini
This commit is contained in:
parent
71b78aca94
commit
9b32fc49d5
1 changed files with 11 additions and 0 deletions
|
|
@ -54,6 +54,17 @@ publish.show(parent)
|
|||
|
||||
<separatorItem/>
|
||||
|
||||
<scriptItem id="workfiles">
|
||||
<label>Work Files</label>
|
||||
<scriptCode><![CDATA[
|
||||
import hou, os
|
||||
from avalon.tools import workfiles
|
||||
workfiles.show(os.environ["AVALON_WORKDIR"])
|
||||
]]></scriptCode>
|
||||
</scriptItem>
|
||||
|
||||
<separatorItem/>
|
||||
|
||||
<subMenu id="avalon_reload_pipeline">
|
||||
<label>System</label>
|
||||
<scriptItem>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue