isl-org / Open3D

Open3D: A Modern Library for 3D Data Processing
http://www.open3d.org
Other
11.16k stars 2.27k forks source link

Unexpected behaviour with `update_image` #6805

Open jez-moxmo opened 3 months ago

jez-moxmo commented 3 months ago

Checklist

My Question

Hi, just thought I would flag a GUI bug with update_image that will replace all the images that are the same within the layout context. A work around it to slightly modify each image but just thought I would flag it and help others if they have similar issues.

errissa commented 3 months ago

Hi @jez-moxmo. Thanks for this report. This appears to be caused by Open3D's internal texture caching system. Slightly modifying each image is indeed a possible workaround.

If you're interested in submitting a PR to fix the issue I would be happy to guide you through possible solutions.