BabylonJS / Editor

Community managed visual editor for Babylon.js
http://editor.babylonjs.com/
812 stars 232 forks source link

Disabling and enabling Image Processing in Inspector editor panel breaks inspector #437

Open rpaladin opened 11 months ago

rpaladin commented 11 months ago

Simply disabling and then attempting to re-enable Image Processing in the Inspector editor panel breaks the entire inspector section.

image

inspector failed to load due to error Cannot read property 'imageProcessingConfiguration' of null 
    in RenderingInspector (created by Inspector)
    in div (created by Blueprint3.Tabs)
    in div (created by Blueprint3.Tabs)
    in Blueprint3.Tabs (created by Inspector)
    in div (created by Inspector)
    in Inspector
    in ErrorBoundary (created by Tab)
    in div (created by Tab)
    in Tab (created by Layout)
    in div (created by Layout)
    in Layout

image

My Editor version:

image