ProjectAcoustics icon indicating copy to clipboard operation
ProjectAcoustics copied to clipboard

Feature request: Check for probes at same position during calculation

Open HDalsfelt opened this issue 3 years ago • 2 comments

Hi!

I've run into this problem a couple of times. When running a local bake it ends up failing at the end since two probes are at the same position. This happens because either the probe layout adds a probe where there's a pinned probe already (unlucky) or I accidentally e.g added two dynamic openings at the same place (I think the layout might place probes at dynamic openings as well if you're unlucky?). It would be nice if you could get a warning if this problem would occur after the calculation in UE since it's a bit time-consuming to get it after an entire bake.

HDalsfelt avatar Jan 19 '23 10:01 HDalsfelt

Thanks for the report! I agree this is really annoying behavior.

In the interim, if you're willing to write a little XML parsing code, you could detect this duplicate probe problem on your own by parsing through the probe list inside and removing any duplicate entries you find before submitting the bake.

MikeChemi avatar Jan 19 '23 18:01 MikeChemi

Yes, I'll do that. Thank you!

HDalsfelt avatar Jan 20 '23 08:01 HDalsfelt