Jump to content

Free script to convert alembic cameras


Drughi

Recommended Posts

Hi!

I want to share with you a little script I did which I think is quite useful.

It allows you to convert for example alembic cameras to regular houdini cameras. Additionally it can scale cameras correctly and in general bake cameras.

You will find the script here: MyWebsite

Edited by Drughi
  • Like 1
  • Thanks 1
Link to comment
Share on other sites

  • 2 months later...

Hi John,

Thanks for the script. You might want to include all camera attributes that comes with the alembic file. also instead of baking it to frame range on houdini playbar, you can get the range exactly as it was exported using this line:

import _alembic_hom_extensions as abc

abc.alembicTimeRange(hou.ch("fileName"))[0] * hou.fps()

abc.alembicTimeRange(hou.ch("fileName"))[1] * hou.fps()

 

 

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...