Skip to content

Instantly share code, notes, and snippets.

@jmpinit
Created May 24, 2021 12:13
Show Gist options
  • Select an option

  • Save jmpinit/df809750fdeb68b4a8fcb6b27ea7eb0e to your computer and use it in GitHub Desktop.

Select an option

Save jmpinit/df809750fdeb68b4a8fcb6b27ea7eb0e to your computer and use it in GitHub Desktop.
Useful Houdini Python snippets.
# Get the project directory
import os
project_dir = os.path.dirname(hou.hipFile.path())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment