You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shortcircuit SceneInstanceReady on models that do not have ColorOverride (#21751)
# Objective
The `edit_material_on_gltf` example was iterating over all materials of
a Gltf even when it did not have `ColorOverride`.
## Solution
Shortcircuit observer if scene does not have `ColorOverride`
## Testing
Ran the example
0 commit comments