Alan Prado

alanprado

About Me

Connect

LOCATION
Not Specified
WEBSITE

Houdini Skills

Availability

Not Specified

Recent Forum Posts

Alembic Camera export May 8, 2024, 7:03 p.m.

This is exactly what I wanted, thank you!

Alembic Camera export May 3, 2024, 5:38 p.m.

Hello everyone,

I'm working in a project where I have to export a camera in alembic for every scene. So I'm doing it by script, but my problem is that I don't know how to solve this step.

I have an alembic obj imported, but into the alembic there are some meshes. I need just to pick it up the alembic and export a new alembic with only the camera. I tried to access this with the Object Merge and use a rop alembic to export, but seems that it doesn't export the camera, only the meshes.

If I go to File>Export>Alembic... and select the camera inside the alembic, it works fine, but I'm not sure if I can access the "Alembic Export Options" by python, and make this process by script.

Is there a way to export only camera from the alembic, to a new alembic file?