Skip to content

Python module for creating and modifying Houdini clipboard items in external programs.

License

Notifications You must be signed in to change notification settings

ParkerBritt/houdini-clipboard-io

Repository files navigation

Houdini Clipboard IO

Houdini Clipboard IO is a Python package, providing tools for creating and modifying nodes in Houdini's clipboard from external programs.

Early WIP
Because of Houdini's DRM it is not possible to use .cpio files generated with a non commercial version of Houdini.

Installation

Requirements

  • Python >= 3.6
  • Sidefx Houdini

First clone and cd into the repository

git clone https://github.com/ParkerBritt/houdini-clipboard-io
cd houdini-clipboard-io

(Option 1) Interactive installation

Run the install command

pip install -e .

(Option 2) Regular installation

Build the tar.gz package

pip install build
python -m build --sdist

Install the built package, make sure to type the relevant package version

pip install dist/hclipboard_io-0.1.0.tar.gz

Usage

Import the package

import hclipboard_io

placeholder

About

Python module for creating and modifying Houdini clipboard items in external programs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages