Page 1 of 1
POP ORBX export
Posted: Tue Jan 11, 2022 10:17 am
by mirocreative
I had a small project recently with a really simple POP instance setup which I wanted to render on RNDR. When exporting the complete frame range, POP animations were completely missing from the ORBX file, single frames were saved correctly in ORBX though.
Started playing around and figured out if I use a frame range that starts 1 frame after the POP starts, the ORBX file is exported correctly. I had to slice up the complete frame range into 3-4 separate ranges to export the scene to ORBX.
Is this normal behavior or I'm missing a step with POPs?
Thanks,
Chris.
Re: POP ORBX export
Posted: Tue Jan 11, 2022 7:53 pm
by galleon27
In order to render particles, they need to exist in the first rendered frame. If there are no particles in the first frame, it won't work. Just make sure there is at least 1 particle in the first frame and it will work.
Re: POP ORBX export
Posted: Tue Jan 11, 2022 8:12 pm
by mirocreative
galleon27 wrote:In order to render particles, they need to exist in the first rendered frame. If there are no particles in the first frame, it won't work. Just make sure there is at least 1 particle in the first frame and it will work.
Got it, thanks for the help!
Re: POP ORBX export
Posted: Tue Jan 11, 2022 9:24 pm
by juanjgon
Yes, sorry. This is a known issue. An empty object is excluded from the scene extraction, so if this happens in the first frame, later this object can't be updated in an animated sequence. At some point, I'll try to add a workaround in the extraction code to avoid this limitation.
Thanks,
-Juanjo
Re: POP ORBX export
Posted: Thu Jan 13, 2022 8:29 am
by mirocreative
juanjgon wrote:Yes, sorry. This is a known issue. An empty object is excluded from the scene extraction, so if this happens in the first frame, later this object can't be updated in an animated sequence. At some point, I'll try to add a workaround in the extraction code to avoid this limitation.
Thanks,
-Juanjo
Now that I'm aware of the issue, it's more or less an easy fix, no big deal. Thanks!