Hey,
I have a bird and fish swarm. Everything is build around a copysop. I uses packed primitiv and after the copysop I using a Alembic Rop Out. I using everything default setting. I have 20.000 Birds (1000faces per poly).
In3dsmax I using the vray proxy for importing abc-file. Its very slow. No timescrubb possible (also with very low amount of copies/instance).
And the other trouble is all my copies are jittering and jumping around.
All the same problem in Houdini with Alembi Loader.
Have I missed some setting an alembic ropout? Its driving me crazy
thx for any help.
tom.
Alembic very slow with lots of copies
8174 10 1- Tom Freitag
- Member
- 84 posts
- Joined: 7月 2013
- Offline
- mandrake0
- Member
- 642 posts
- Joined: 6月 2006
- Offline
i haven't used a lot alembic but maybe you have to use the instancer insteat of the copysop. sadly i can't test it at the moment.
https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=31079&view=next&sid=5e037bb5d320154780a99c0f98abc957 [sidefx.com]
https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=31079&view=next&sid=5e037bb5d320154780a99c0f98abc957 [sidefx.com]
- Tom Freitag
- Member
- 84 posts
- Joined: 7月 2013
- Offline
hey mandrake,
thx for your tip. But to setup all to instancer will take a time because I have not big experience with it.
So its not a complex setup. Only some stamping. Here is my scenefile if somebody would take a look, whats going wrong. thanks.
the alembic file looks also damaged with the alembic sop loader.
this is my buggy alembic test file:
https://db.tt/V6qpZlY0 [db.tt]
here is my hipfile:
https://db.tt/tYHb06dB [db.tt]
thx for your tip. But to setup all to instancer will take a time because I have not big experience with it.
So its not a complex setup. Only some stamping. Here is my scenefile if somebody would take a look, whats going wrong. thanks.
the alembic file looks also damaged with the alembic sop loader.
this is my buggy alembic test file:
https://db.tt/V6qpZlY0 [db.tt]
here is my hipfile:
https://db.tt/tYHb06dB [db.tt]
- schiho
- Member
- 101 posts
- Joined: 12月 2012
- Offline
- Tom Freitag
- Member
- 84 posts
- Joined: 7月 2013
- Offline
- schiho
- Member
- 101 posts
- Joined: 12月 2012
- Offline
Allright i looked now in to your file a bit in detail, when i am rendering an OGAWA Based Alembic File, i can scrub in maya (GPU Cache) without any problem, i don't know how Vray Alembic Proxy is reading the File but this can be the bottleneck.
For the houdini side:
As Tom Freitag said, it would be much more efficient, when you are using instances Sop in Houdini, then you will not need the copy/stamp procedure, which is a slow process, rather you can go with a attribwrangle and reference to the files with the instance attribute.
I had similar issues last week:
https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=37724&highlight=schiho [sidefx.com]
For the houdini side:
As Tom Freitag said, it would be much more efficient, when you are using instances Sop in Houdini, then you will not need the copy/stamp procedure, which is a slow process, rather you can go with a attribwrangle and reference to the files with the instance attribute.
I had similar issues last week:
https://www.sidefx.com/index.php?option=com_forum&Itemid=172&page=viewtopic&t=37724&highlight=schiho [sidefx.com]
- Tom Freitag
- Member
- 84 posts
- Joined: 7月 2013
- Offline
- schiho
- Member
- 101 posts
- Joined: 12月 2012
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
Tom Freitag
here is my hipfile:
https://db.tt/tYHb06dB [db.tt]
Do you have a fish rig in Houdini that you generated the .bgeo sequence from?
- Tom Freitag
- Member
- 84 posts
- Joined: 7月 2013
- Offline
- edward
- Member
- 7868 posts
- Joined: 7月 2005
- Offline
The peak memory footprint is drastically reduced because you only have 1 fish geometry. By using skinning, the memory bottleneck becomes the (sequenced) animation instead of the geometry. So you have a bunch of different clips that can then be used to deform the fish geo “just in time”. For the viewport, the deformation is performed and rendered completely on the GPU.
-
- Quick Links