Skip to content
This repository has been archived by the owner on Feb 28, 2021. It is now read-only.

Commit

Permalink
Updating readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ttvd committed Apr 24, 2017
1 parent 7636868 commit a11ad62
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,21 @@

[Houdini](http://www.sidefx.com/index.php) HDK ROP node which creates a gif file from a given COP2 node.

## Binaries, Houdini 15.5
* [Windows, Houdini 15.5.607](https://github.com/ttvd/houdini-rop-cop-gif/files/580245/houdini.rop.cop.gif.15.5.607.zip)
## Binaries, Houdini 16.0
* [Windows, Houdini 16.0.557](https://github.com/ttvd/houdini-rop-cop-gif/releases/download/1.1/houdini.rop.cop.gif.16.0.557.rar)

## Building

* Tested on Windows and Houdini 15.5.
* You would have to patch CMake file to get this building on Linux.
* Define HOUDINI_VERSION env variable to be the version of Houdini 15.5 you wish to build against (for example "15.5.607").
* Define HOUDINI_VERSION env variable to be the version of Houdini 15.5 you wish to build against (for example "16.0.557").
* Alternatively, you can have HFS env variable defined (set when you source houdini_setup).
* Generate build files from CMake for your favorite build system. For Windows builds use MSVC 2015.
* Build the ROP Houdini dso (ROP_CopGif.dylib or ROP_CopGif.dll).
* Place the dso in the appropriate Houdini dso folder.
* On OS X this would be /Users/your_username/Library/Preferences/houdini/15.5/dso/
* On Windows this would be C:\Users\your_username\Documents\houdini15.5\dso
* On OS X this would be /Users/your_username/Library/Preferences/houdini/16.0/dso/
* On Windows this would be C:\Users\your_username\Documents\houdini16.0\dso
* Or $HOUDINI_PATH/dso

## Usage

Expand Down

0 comments on commit a11ad62

Please sign in to comment.