I have a bug in my project, and it crashes ZGE without warning if I click the Model/ModelState/Definitions/Mesh in the left column.
The problem comes from the MeshExpression that has access to a variable in the definitions of the Model.
I made a strip down example. Contrary to my project, it doesn't crash ZGE entirely, but displays an error window when I select the mesh.
Ats wrote: ↑Sun Jul 24, 2022 12:31 pmI have a bug in my project, and it crashes ZGE without warning if I click the Model/ModelState/Definitions/Mesh in the left column. The problem comes from the MeshExpression that has access to a variable in the definitions of the Model.
This issue is a little annoying yes. It's caused by the fact that when you preview the mesh before previewing the model in which the variable is defined, the variable isn't allocated yet. So if you first click on the model component ( to preview that first ) and then click on the mesh, it won't crash.