Visibility of geometry comes and goes

Sometimes when changing a parameter the geometry disappears, and will only be visible after changing something else.

Here’s a little test: https://app.shapediver.com/m/piano-keys-1

It’s not much of geometry, at first I used only surfaces, here the grey surfaces has been extruded 1 unit, but the problem remains. Any thoughts of what I can do?

piano%20keys

Ok, I think I have narrowed it down to the ShapeDiverDisplayGeometry forgetting the color.
Here is the same model, but I am not using the ShapeDiverDisplayGeometry:
https://app.shapediver.com/m/piano-keys-no-color
It stays visible all the time.

I have noticed the same behaviour in 3d-models, that sometimes the material-input of the ShapeDiverDisplayGeometry needs to be reminded of what color it should show.

It’s not visible in top view, but your model contains several instances of the same piece of geometry. It can be easily seen by witnessing the flickering that happens if you disable the top view.

Anyways, this probably means that you have not disabled the preview for some components in your definition. I am guessing that in your second model, you just deleted the display component but kept its parent visible. Make sure you disable the preview for everything except the ShapeDiverDisplayGeometry components.

Read more about this issue here:

Checklist before uploading to ShapeDiver

You are most probably right that I missed to disable geometry in my model.
Made a new version, disabled everything but the Display-components and everything worked fine.
Thank you very much!