Jump to content

How can I make bgeo file for polymesh


Recommended Posts

Hi

I am developing in-house tool for fluid simulation.

I wanna make "bgeo" file from in-house tool, in specially, particle data and poly-mesh data.

Bgeo data for particle data was done by refering to Partio library.

However, poly-mesh data is not yet.

I found some codes related with make bgeo like "cortex".

but that too complex to use.

Is there anyone who had been developing BGEO for poly-mesh or has simple c++ example file.

Please, help me!

Link to comment
Share on other sites

Guest mantragora

Wouldn't it be easier to implement custom read format in Houdini than trying to export to bgeo from other application?

Edited by mantragora
Link to comment
Share on other sites

Wouldn't it be easier to implement custom read format in Houdini than trying to export to bgeo from other application?

Thanks for the reply.

Alembic cache is not verified on our in-house pipeline. And not enough to verify alembic.

so maybe we have to make custom importer node.

Is there simple c++ example file for custom read format?

Link to comment
Share on other sites

Guest mantragora

Check PRT topic. It's about exporting, not importing, but the overal idea is the same.

Check Maya PDC. Import/export.

There is also Realflow topic.

This is barebone template that I use as a starting point for writing my custom format. After compilation you will get *.mantragora format available as load option in FileSOP or save option when you RMB on node and pick "Save Geometry". All you need to do is to fill in "fileLoad/fileSave" methods. It is not ROP like three examples mentioned on begin of this post.

Edited by mantragora
Link to comment
Share on other sites

Check PRT topic. It's about exporting, not importing, but the overal idea is the same.

Check Maya PDC. Import/export.

There is also Realflow topic.

This is barebone template that I use as a starting point for writing my custom format. After compilation you will get *.mantragora format available as load option in FileSOP or save option when you RMB on node and pick "Save Geometry". All you need is to fill in "fileLoad/fileSave" methods. It is not ROP like three examples mentioned on begin of this post.

Thanks a lot.

I'll try it.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...