Skip to content

Commit 26eadbd

Browse files
Create README.md
1 parent b93075d commit 26eadbd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
This is a fork of Robotika's PRT ROP to keep up with the latest Houdini version and changes.
2+
3+
In most cases going with Alembic is probably the easier solution, but there are still a few cases and workflows that require PRT files. So, hopefully, this will be useful to you.
4+
5+
Please note: since I personally rarely use PRT any more, not a lot of testing goes into these builds. They come "as is" - please open an Issue if there are, well, issues, and I'll see what I can do.
6+
7+
### Original Readme:
8+
9+
PRT ROP For Houdini
10+
11+
Brought to you by Robotika (robotika.com.tr) and Fiction
12+
13+
======
14+
15+
To build :
16+
17+
- Clone this repo
18+
- Open houdini Command Line Tools
19+
- cd to this folder
20+
- call hcustom -I "C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include" -I "C:\Program Files\Side Effects Software\Houdini 12.1.125\toolkit\include\zlib" -I "C:\Program Files\Side Effects Software\Houdini 12.1.125\toolkit\include\OpenEXR" PRT_RopDriver.cpp
21+
22+
Viola!
23+
24+
25+
To use compiled version (12.185) :
26+
27+
- Clone this repo
28+
- Checkout "compiled" branch
29+
- Copy PRT_RopDriver.dll to Houdini DSO folder

0 commit comments

Comments
 (0)