Hello,
Is there a way to export particle files from Houdini in to a format like PRT that Krakatoa can use?
Export particles to Krakatoa?
3151 4 2-
- litote
- Member
- 270 posts
- Joined: July 2013
- Offline
-
- jsmack
- Member
- 8181 posts
- Joined: Sept. 2011
- Offline
There is no built-in plug in for prt format.
If you know the technical details of the format you are exporting to, you can write your own exporter in python.
It is also possible to create a custom file IO plugin, but this requires creating a dynamic library from compiled C++ source code.
Perhaps someone has already done this and is distributing it as open source.
looks fairly simple:
https://docs.thinkboxsoftware.com/products/krakatoa/2.6/1_Documentation/manual/formats/prt_file_format.html#channels-definition-section [docs.thinkboxsoftware.com]
I guess thinkbox already made a plugin, but it's for an old version of Houdini:
https://github.com/ThinkboxSoftware/HoudiniPRTExporter [github.com]
If you know the technical details of the format you are exporting to, you can write your own exporter in python.
It is also possible to create a custom file IO plugin, but this requires creating a dynamic library from compiled C++ source code.
Perhaps someone has already done this and is distributing it as open source.
looks fairly simple:
https://docs.thinkboxsoftware.com/products/krakatoa/2.6/1_Documentation/manual/formats/prt_file_format.html#channels-definition-section [docs.thinkboxsoftware.com]
I guess thinkbox already made a plugin, but it's for an old version of Houdini:
https://github.com/ThinkboxSoftware/HoudiniPRTExporter [github.com]
Edited by jsmack - June 2, 2019 12:54:16
-
- litote
- Member
- 270 posts
- Joined: July 2013
- Offline
-
- krueger
- Member
- 192 posts
- Joined: Oct. 2018
- Offline
-
- litote
- Member
- 270 posts
- Joined: July 2013
- Offline
-
- Quick Links


