Support .stp file for 3D model?
Adrian Coronado
Submitting this on behalf of adrian as we discussed in Slack channel.
The original video adrian recorded is here: https://www.loom.com/share/0937559541784d1ea26532309c217712
There are two issues reported in the video:
- Chrome and Firefox behave differently: in Chrome we can NOT see the 3Dasset show up in Asset rule input, but in Firefox we can see it
- While I cannot replicate #1, for me, neither Chrome nor Firefox allow me picking the 3Dasset as a value for the Asset rule - this is the main issue IMO; and that is because we only support the following file types as options for Asset input
```ts
const supportedFileTypes = ["svg", "dxf", "glb", "gltf", "kicad_mod", "mod", "step"];
```
And in adrian's project, the 3D model asset file is of
.stp
type, should we also support that?