-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMainMenuCommon.xml
More file actions
31 lines (27 loc) · 1.11 KB
/
MainMenuCommon.xml
File metadata and controls
31 lines (27 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<!-- Please note, that the files defining the main menu (ie, MainMenuCommon,
MainMenuMaster, and MainMenuEscape)
can exist in $HOME/houdiniX.Y/ directory and will supplement
the original definitions found in $HFS/houdini/ -->
<mainMenu>
<menuBar>
<subMenu id="andcgi_submenu">
<label>AnD CGI</label>
<scriptItem id="h.abc_shot_builder">
<label>Shot Builder</label>
<scriptPath>C:/Users/DJ_Dh/Documents/GitHub/AnDLib/scripts/python/shotBuild.py</scriptPath>
</scriptItem>
<scriptItem id="h.connect_with_me">
<label>Gracias!</label>
<scriptPath>C:/Users/DJ_Dh/Documents/GitHub/AnDLib/scripts/python/diGracias.py</scriptPath>
</scriptItem>
</subMenu>
<subMenu id="file_menu">
<scriptItem id="h.incremental_save">
<label>Increment and Save</label>
<scriptPath>C:/Users/DJ_Dh/Documents/GitHub/AnDLib/scripts/python/incrementalSave.py</scriptPath>
<insertBefore>saveastype_strip</insertBefore>
</scriptItem>
</subMenu>
</menuBar>
</mainMenu>