Copy Houdini data to clipboard.

less than 1 minute read

Something happened with my scenes and I needed to transfer the data from them to the newly created ones. Houdini kindly provides the ability to copy everything that you want to your clipboard, but there is data that is difficult to transfer, actually I’m talking about the Bundles, which I often use.

Found a solution through a simple module in python — Pyperclip.

Read all the Bundles along with the content from one houdini session and inserted into another.

I think you can create a lot of interesting applications with this module.

Link on Github:

Download

Leave a comment