Rafael

Results 6 comments of Rafael

It turns out this is an unsolvable problem; you can't decompose matrix into its scale and rotation if the scale is non-uniform, which explains all the issues occurring. Apparently three.js...

I had the same issue using zsh. It turns out that, [according to the docs (shell built in commands section)](https://zsh.sourceforge.io/Doc/zsh_a4.pdf), the exit command returns the last exit code instead of...

As a workaround, i made a custom-micromaterials.cfg file: https://gist.github.com/rafern/9ab3fb58696bdfd7b347045e2f0331bf. If you wanna make your own, using some linux commands: 1. clone the chisel repository (`git clone https://github.com/Chisel-Team/Chisel`) 2. cd into...

@yaustar This is using the search for all files in the project, so I'm not sure which of them is causing the issue. There are JSON files, glb models, textures,...

Never mind, GLB files aren't searchable in the editor. I tried your suggestion and filtered by file type. Large (~7MB, ~9MB and ~14MB) JSON files were causing the issue, but...

~~I found an issue, so I'm going to mark this as a draft~~ false alarm, the issue was external