Can confirm that with latest nightly, import san-miguel-low-poly-portraits.obj -> export glTF works again. So #120159 has fixed the original issue.
Note that this was actually noticed in 4.0,…
How Blender arrives at 6 vt lines I'm not sure. There is some partial optimisation there
It's deduping the UVs at full precision but printing them at a lower precision. There are exactly six…
@aras_p Yes, you can demonstrate this without either glTF or OBJ. For example, open this file (from [this Q](https://blender.stackexchange.com/questions/31…
The OBJ import was not valid in 3.6.
Again, the fact that the import->export worked in 3.6 despite the import also being invalid, and the fact that the glTF exporter itself calls validate on…
The fact that the OBJ import -> glTF export does not work is a regression. It worked in 3.6.
The error occurs in an external addon not maintained by Blender. You should report it to the addon maintainers.
I assume [this](https://github.com/ronh991/glTF-Blender-IO-MSFS/blob/64f20c428c221…
Note that the glTF exporter already calls validate on every object it exports.
They're not the same, but okay.
The OBJ importer does not validate meshes by default (presumably because not doing so is faster) but you can turn it on with the "Validate Meshes" option.
Use a Track To constraint.
Also please don't file feature requests on the bug tracker, see https://devel…
I should also note that Cycles (the path tracing engine) does not support alpha-clip at all currently since that would require a special shader network to clamp the values in the node graph…
The handling of color attributes has changed since 4.0, so some of this behavior is out of date, but COLOR_1 will still never be created. The relevant tickets are actually https://github.com/Khrono…
Okay, this appears to be https://github.com/fmtlib/fmt/issues/3649. As noted there, it is a difference from std.
It formats as 123456790 because this is "shorter" in the sense of having fewer…
Dupe of #103395.
tldr Use _node_mix.outputs[2]
for the Result output socket in Color mode.