kwsxing
kwsxing
# Usage ```ts let j_text: string = "{\"object\": {\"hello\": \"world\"}, \"array\": [0.1, 1.2, 2.3], \"number\":12.3, \"bool\": true, \"null\": null }"; let j_root: json_object_t = json_decode(j_text); let j_object: json_object_t = json_decode_object_value(j_text,...
> Hello, do you need this to implement some other feature in armorpaint? Is the `json_parse_to_map` not sufficient? Sorry for no. Sometimes, the JSON's root is an array object in...
BTW, I need thread-safe.
> Hi, how big is the mesh file? How long does it take to import for you? > > Freezing is bad it should be resolved eventually, but maybe we...
https://github.com/armory3d/armortools/blob/7b69b89b45b5a7235a197569ab23b4cf4cfe1bbd/paint/sources/import_mesh.ts#L36-L44 https://github.com/armory3d/armortools/blob/7b69b89b45b5a7235a197569ab23b4cf4cfe1bbd/paint/assets/plugins/import_fbx.js#L2-L6 According to the code lines, it will repeatedly load the mesh file when the mesh contains more than one part. It will use too much memory to crash....
> > That would be great, thanks! You can email it to lubos at armory3d.org. > > Uh just to be sure. Did you received the 3d model i sent...