simple plain text snippet exchange for Houdini
for simple and fast exchange of node packs through any messenger
Hpaste works/tested for Houdini 20.0, 19.5, 19.0, 18.5, 18.0, 17.5, 17.0, 16.5, 16.0, 15.5. Should work also for 15.0 and maybe even less, to the point when Qt appeared in Houdini
HCollections should work in Houdini 20.0, 19.5, 19.0, 18.5, 18.0, 17.x, 16.x, 15.5 with both Qt4 and Qt5
Though new features like Inspector are made without Qt4 backwards compatibility, therefore they won't work in qt4 versions of houdini 17 and older
Works for both python2 and python3 builds. however there are some early 18.5 and 18.0 python3 builds that lack certain libs, but that bug has been fixed in later builds.
Note: 19.5.303 production build with python3.9 has a bug in it's version of PyCrypto, so cryptography does not work. Hope SideFX fixes it in the next build.
Note: 18.0.348 production build is known to have Qt issues, which seems to be solved starting from build 353
You can read a bit more about it in here:
- https://cgallin.blogspot.com/2017/09/hpaste.html
- https://cgallin.blogspot.com/2018/02/hpaste-update.html
- https://cgallin.blogspot.com/2018/01/hcollections.html
Support this project (and others): https://www.patreon.com/xapkohheh
this plugin is built to only use standard system modules and standard houdini modules.
HOWEVER in some cases (like houdini 17.5 on linux) you might run into SSL error due to certificated being out of date. In this case you should install certifi module to still properly secure your connection. This can be done as simple as pip install certifi on linux, windows or mac (details at: https://pypi.org/project/certifi/)
- Download the contents of this repository as ZIP
- Unzip the contents of the archive (which is automatically created by github folder
hpaste-master
) into your user folder (for exC:\Users\<USER>\Documents\houdini18.5\
)
so as a result you will haveC:\Users\<USER>\Documents\houdini18.5\hpaste-master
- Pick one file
hpaste.json
from there and move it intopackages
folder of your houdini user directory (create it if it does not exist)
for ex. the full path will look likeC:\Users\<USER>\Documents\houdini18.5\packages\hpaste.json
- Enjoy!
- Download the contents of this repository as ZIP
- Open the downloaded zip - you will see one folder hpaste-master inside it - this folder was created automatically by github
- Copy the contents of the folder hpaste-master it into your Houdini user folder, something like
C:\Users\<USER>\Documents\houdini16.5\
(just to be clear, you DON'T copy the folder hpaste-master itself, you copy it's contents) (also you actually don't need to copy the example folder from there) - Enjoy!
- copy hpaste folder from python2.7libs to your local script folder
- for example: C:\Users\<USER>\Documents\houdini16.0\python2.7libs\
- hint: create python2.7libs folder if it doesnt exist
- for example: C:\Users\<USER>\Documents\houdini16.0\python2.7libs\
- copy contents of toolbar folder to your toolbar folder
- for example: C:\Users\<USER>\Documents\houdini16.0\toolbar\
- hint: create toolbar folder if it doesnt exist
- for example: C:\Users\<USER>\Documents\houdini16.0\toolbar\
- copy .hpaste_githubcollection into your user folder to gain access to a demo public collection straight away
- start Houdini !!
- locate the HPaste shelf in shelf list
- if you want fancy icons for the buttons - copy config folder content into your config
- for example: C:\Users\<USER>\Documents\houdini16.0\config\
- hint: create config folder if it doesnt exist
- hint: merge icons folder with yours one if you dont have one yet
- for example: C:\Users\<USER>\Documents\houdini16.0\config\
- You can download file HotkeyOverrides to your Houdini user folder to automatically set hotkeys to
- Ctrl+Alt+Shift+C for HCopyWeb
- Ctrl+Alt+Shift+V for HPasteWeb
- Shift+Tab for HCollections
- if you want - you can assign hotkeys to copy-paste and collection commands manually with:
- right-click on the tool button on the shelf -> Edit Tool, Hotkeys tab
- Note! That you will not be able to use collections without a hotkey, so set it up if you plan to use them
- and may the force be with you
- to copy:
- select nodes you want to copy (nodes must be of the same parent!)
- press hcopy/hcopyweb button (or hotkey) now you have the code/web-id in your clipboard
- paste it to some messenger and send to a collegue
- to paste:
- receive code or web-id
- copy received text to your system clipboard
- in houdini - open the node viewer to the location you want to paste your nodes
- press hpaste/hpasteweb button (or hotkey) depending on if you are pasting code or web-id
- collections:
- go to hpaste shelf tab, notice the last button - Collection Authorization - it opens an account manager
- If you want to have your own collection which you can read/write and from which other people can read public snippets - you will have to:
- register at github.com
- confirm your email after registration
- open Collection Authorization and click add in the upper part of the opened account manager and enter your credentials
- you will see your account name appears in the upper list of the account manager - this means you are ready to go!
- click re-initialize collections to force collections to reread new added accounts
- If you want to use public collections in read only manner - just:
- open Collection Authorization and click lower add in the opened account manager
- enter a known name of a collection you want to add (check spelling twice!)
- click re-initialize collections to force collections to reread new added accounts
- shelf goes with 6 buttons now:
- hcopy, hpaste to copy-paste direct chunks of code
- pluses: doesnt require any 3-rd party web resources or watever
- minuses: code chunk can be pretty huge!
- hcopyweb, hpasteweb to copy-paste web ids for the code
- pluses: links are super small and cozy
- minuses: this require the code to be stored on 3-rd party web resource, and it can be accessed (pure theoretically) by anyone in the world!
- hpastecollection - cloud storage for your snippets
- require github account
- works only from a hotkey in the Network Editor
- hpastecollectionauth - account manager for hpaste collections
- add any number of private and public collections to use
- hcopy, hpaste to copy-paste direct chunks of code
Icons in hpaste-demo-collection:
- Icon made by Freepik from www.flaticon.com
- Icon made by Pixel perfect from www.flaticon.com