This is expected, FBX IO uses https://docs.blender.org/manual/en/latest/addons/import_export/node_shaders_info.html which is limited in the nodes it supports.
I can confirm. It's caused by 716702b97e, but that change might have identified an issue elsewhere with the attached file because the importer appears to have created bones for NurbsCurve
models…
I've replaced the enum array error messages with asserts.
I think I could also add BLI_assert_unreachable();
to the default case of each of the switch blocks?
I have doubts about unsigned data types having the same
PROP_RAW_
mapping as signed types. By readingRAW_GET
/RAW_SET
code, these feel totally incompatible with handling of unsigned values…
This has been reported under the wrong addon. Material combiner is a 3rd party addon that is not supported by this channel. Please report any issues to the addon author: https://github.com/Grim-es/…
Thanks for making this update, I was just testing in 4.0 and it works as advertised however it breaks any custom normals, say you use weightednormals, if you use the triangulate modifier last…