Hello,
I have been experiencing some strangeness with mesh edge visibility and graphics when changing a mesh’s layer. It appears that the yellow selection color persists on the mesh after I deselect. The issue persists after re-opening the model. In some cases, I have seen mesh edges disappear entirely after re-opening.
Strangely enough, changing the mesh back to some layers corrects the issue.
I have attached a file that shows the issue with a mesh and also a layer that appears to be problematic: V6MeshBug.3dm (239.9 KB)
Changing the mesh to a new layer causes the default “yellow selection color” to remain on the mesh. This screenshot shows a deselected mesh that has been changed to another layer. The layer’s color is “white” and the object is set to color “by layer”
When changing the Display Color “By Layer” setting to, say, Black, the mesh is colored appropriately again. Going back to “By Layer” returns the mesh to the selection yellow
Hi Nate - yeah, your file seems to behave just fine here so far. Nothing else leaps out at me in your system info. I would guess the problem does not appear if you start Rhino in safe mode, is that correct?
@stevebaer - do you have an idea? It seems the selected highlight state is not cleared on some objects when they are deselected - I cannot reproduce it here with the file provided…
Were you able to make any more headway on the cause of this? We recently ran a workshop involving Rhino 6 where other users were having similar issues with selecting meshes (all were up to date with service releases).
We also discovered that the mesh selection visibility will fully deselect after rapidly clicking multiple times in a blank space. Odd
Hello - I have not heard of this, I don’t think, outside of this conversation - which seems odd if you’ve seen it on multiple machines… All different machines, I assume?
Hi @pascal and @stevebaer It appears this mesh select/deselect issue was stemming from a code-generated layer where the alpha was being set to transparent on the Layer color that a mesh was being created on. This was also the source of an issue I was having with disappearing text here: V6 Text Disappearing in Views
The solution was to alter the code that was creating the layer to ensure that the alpha channel was being set to opaque.