eidosmontreal / unreal-vdb

This repo is a non-official Unreal plugin that can read OpenVDB and NanoVDB files in Unreal.
Apache License 2.0
690 stars 109 forks source link

Fix Unreal startup crash when Vdb Actors exist on startup map #58

Closed Adesii closed 1 year ago

Adesii commented 1 year ago

BeginRenderViewFamily gets called before FSceneTexturesConfig's extends are set. This fix makes sure that the extends are above 0 so the RenderTarget can Initialize correctly

github-actions[bot] commented 1 year ago

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

Adesii commented 1 year ago

I have read the CLA Document and I hereby sign the CLA

thilamb commented 1 year ago

Thanks a lot !