i don’t know in which Section i should post this Theme. I think this Section is good for it.
Now to my Problem:
I get at Loading my Model in the Browser a JSON parse Syntax Error. This Error don’t come from my Scripts. I think the Error is coming of my babylon Model.
Because no File has 125723 Lines
This is the Error: Unable to import meshes from drone.babylon: importMesh of undefined from undefined version: undefined, exporter version: undefinedimportMesh has failed JSON parse SyntaxError: JSON.parse: expected ‘,’ or ‘}’ after property value in object at line 125723 column 311 of the JSON data
I have looked also and found a Post where the Solution was the importing of babylonjs-loaders. But this don’t works for me.
Unable to import meshes from untitled.babylon: importMesh of undefined from undefined version: undefined, exporter version: undefinedimportMesh has failed JSON parse SyntaxError: JSON.parse: expected ‘,’ or ‘}’ after property value in object at line 125749 column 322 of the JSON data
Your file is not a valid json file, it seems there’s a problem in the Blender exporter.
@JCPalmer One parentId property is Schriftzug "Videosender" and it ends up as: "parentId": "Schriftzug "Videosender"" => the quotes are not escaped before being written to the file.
@Stef As a workaround, you can remove the quotes in your node / object names (I don’t know how it works in Blender).
@Evgeni_Popov thanks for the diagnosis. I have bookmarked this for later. I am not doing anything about this for now. This is the first time in 5 years someone did this, and has a simple remedy of DDT, or don’t do that.
Have gotten too little of my own work done for 2 weeks in a row. Things are just going to slide here for a while.