SceneImportSettings update_timer should be a oneshot.
SceneImportSettings uses a timer to debounce updates, but the
timer isnt a one shot. This means after the first update is
scheduled, the dialog keeps re-rendering evne though no update
has been requested.