The issue is on our GitHub where we keep track of all software issues. There aren’t any publicly facing updates but we will certainly notify everyone when we have progress. And tbh, after we test internally we may reach out to you and @Andrej730 with the specific build so that we can be sure it works for your use cases as well. But hard to tell when that will be, having to code alembic exports from scratch isn’t super easy and there isn’t a lot of documentation on the matter.
Faced now the problem of no age attribute in abc when importing it into blender. Any updates on this problem? More precisely, what does the lifetime setting do at all when exporting?
Very looking forward to the fix for the inconsistent exported particles ids - it currently breaks any attemps to tweak particles outside Embergen (e.g. in Niagara) and seems to also break motion blur in some cases.
Currently it being fixed for EmberGen 1.x is up in the air because of how we coded the particle system initially. By design we weren’t planning for alembic exports, only image based exports, and as such alembic was sorta shoehorned in. In 2.0 we’re rebuilding it from the ground up and will ensure that alembic exports work natively. We’re going to try our best to patch this, but may not be possible.
@Andrej730@stevedeegreen@Noveles@anakin78z We just recently put out a pre-release version of EmberGen available to those in our discord channel who have a subscription with us and have linked their accounts. This has Alembic particle fixes that we would love for you all to test if you can. Please let us know if this works for you or if you have any questions!
Great news! Just tested - issues with nan values seems to be gone and ids are consistent now, it is a great breakthrough, as it allows to do all kind of stuff later in Niagara or in other particle system. Will test further.
Second problem we found that if you export a lot of particles there are multiple particles reusing the same ids. Though they seem to share the same attributes, but it seems like a redundant data and it’s hard to predict how some other particle system might interpretet them, so it is an issue.