Page 1 of 1
abc colored point format(compatibility with Maya abc Import)
Posted: Sun Oct 02, 2022 10:41 am
by panlotte
Hi Daniel.
I was wondering if can you create a abc file format importer and exporter. This would be great to have.
Thank
Re: abc colored point format(compatibility with Maya abc Import)
Posted: Sat Oct 08, 2022 9:09 pm
by daniel
What is this format? Do you have the specifications?
Re: abc colored point format(compatibility with Maya abc Import)
Posted: Mon Oct 10, 2022 2:59 am
by jedfrechette
It’s not a point cloud specific format, but I’m assuming the OP is referring to the Alembic file format:
https://www.alembic.io/
Source code for the library here:
https://github.com/alembic/alembic
Re: abc colored point format(compatibility with Maya abc Import)
Posted: Wed Oct 12, 2022 7:55 pm
by daniel
Ouch! Another library with tons of new dependencies, and for a quite exotic format...
Well, anyone who would make such a contribution would be welcome of course ;).
And thanks Jed for the pointers!