Drughi Posted December 10, 2019 Share Posted December 10, 2019 (edited) 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 December 10, 2019 by Drughi 1 1 Quote Link to comment Share on other sites More sharing options...
ftaswin Posted March 6, 2020 Share Posted March 6, 2020 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() Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.