Skip to content

Instantly share code, notes, and snippets.

@hmasato
Last active September 29, 2015 09:09
Show Gist options
  • Select an option

  • Save hmasato/e514c7e5d843e0529fa1 to your computer and use it in GitHub Desktop.

Select an option

Save hmasato/e514c7e5d843e0529fa1 to your computer and use it in GitHub Desktop.
[houdini, xml] custom PARMmenu for stamp
<?xml version="1.0" encoding="UTF-8"?>
<menuDocument>
<menu>
<scriptItem id="my_pasteRefAsStamp">
<label>* Paste References [stamp]</label>
<insertBefore>paste_channels</insertBefore>
<scriptPath>$HOME/houdini14.0/scripts/my_pasteParamsAsStamp.py</scriptPath>
<scriptArgs>absolute</scriptArgs>
</scriptItem>
<scriptItem id="my_pasteRelRefAsStamp">
<label>* Paste Relative References [stamp]</label>
<insertBefore>paste_channels</insertBefore>
<scriptPath>$HOME/houdini14.0/scripts/my_pasteParamsAsStamp.py</scriptPath>
<scriptArgs>relative</scriptArgs>
</scriptItem>
</menu>
</menuDocument>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment