James Smith
James Smith
Hoping to be able to give an ETA soon, currently waiting for funding before I can work on it. I've not raised it on the three.js list; I doubt anyone...
Filed a request at https://github.com/mrdoob/three.js/issues/30174, though I fully expect it'll be me that writes it :)
Yeah, STEP doesn't have previews yet; it's always interesting to see what people actually use! I didn't really expect anyone to be using STEP 😃 I'll change this to a...
No, that's a known bug. Should get fixed soon!
Problem is, I think, because STEP files are CAD-type files, with primitives, curves, etc, they're much more difficult to display in three.js which is mostly oriented around triangle meshes. It...
Yep, that's the approach we'll have to take. Thanks for the links, there might be something we can use!
As it happens, I've just added some code to the latest release which is heading in the direction of producing renderable derivatives for files we can't currently render; bear with...
Ooh, that's an interesting one. I guess it's reusing the cache key somehow.
I've seen this locally now, I think it's related to #2594 as well.
OK, the problem here is that Uppy (the upload UI) isn't clearing successful uploads from the submitted form, probably because of something I've done wrong? So, a completed but unused...