Export particles to Krakatoa?

   3151   4   2
User Avatar
Member
270 posts
Joined: July 2013
Offline
Hello,

Is there a way to export particle files from Houdini in to a format like PRT that Krakatoa can use?
User Avatar
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]
Edited by jsmack - June 2, 2019 12:54:16
User Avatar
Member
270 posts
Joined: July 2013
Offline
Thanks
User Avatar
Member
192 posts
Joined: Oct. 2018
Offline
There's this one:

https://github.com/flipswitchingmonkey/houdini_PRTROP/releases [github.com]
User Avatar
Member
270 posts
Joined: July 2013
Offline
Thanks but that seems to be for Windows. I need it for Mac.
  • Quick Links