Skip to content

Instantly share code, notes, and snippets.

@kickbase
Created December 25, 2021 16:21
Show Gist options
  • Save kickbase/725ff91d0b51aa770e8a7cd88aa4b9a5 to your computer and use it in GitHub Desktop.
Save kickbase/725ff91d0b51aa770e8a7cd88aa4b9a5 to your computer and use it in GitHub Desktop.
[Houdini] [Python] [Shelf Tool] Open the $HIP path in explorer and finder.
from pathlib import Path
import webbrowser
p = Path(hou.getenv("HIP"))
webbrowser.open(p.absolute())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment