executor
argument for import_fbx.load()
An alternative that uses struct.pack
rather than numpy
could be:
import struct
sharp_faces_data = _name_convention_attribute_ensure(self.attributes, "sharp_face", 'FACE', 'BOOLEAN').da…
Hi @ideasman42 could you review this please?
I've updated the performance comparison following recent performance improvements to foreach_set
, and I've rebased on main.
hasattr
and getattr
are built-in Python functions for working with attributes. custom
is not an attribute of collection
so the code example works as expected (collection.custom
/`getattr(c…
Ok, so Unreal just doesn't support face normals for whatever reason. It works fine with vertex normals and corner normals, and with either of the Direct
(one normal per element) or `IndexToDirect…
I did suspect this might happen, which is why I got the normal export changes into 4.1 early (https://developer.blender.org/docs/release_notes/4.1/add_ons/#fbx-io), but I was not expecting this to…