Block a user
FBX Export: Tidy up after numpy patches
2e86a9e42c
FBX Export: Tidy up after numpy patches
9054ce4a82
Gitea: use full URL for referencing pull requests
4c397ede41
FBX export: Option to prioritize active color at export.
dac57a696c
Bump FBX version to 5.0.0.
5f8abef9a6
Fix own mistake in merging recent FBX changes.
Thomas Barlow
created branch fbx_numpy_tidyup_pr in Mysteryem/blender-addons
2023-03-09 05:33:30 +01:00
Python API allows setting negative material indices
FBX exporter mixes up the material IDs when there are empty material slots
I think this is a duplicate of blender/blender-addons#75982 which was resolved recently.
FBX export of Face smoothing info (without custom normals)
@Mysteryem if you assign
me.calc_smooth_groups(use_bitflags=True)[0]
directly tot_ps
it will produce unwanted results because of how FBX is storing smoothing groups. For example group 1…
FBX export of Face smoothing info (without custom normals)
I don't have 3DSMAX, but I had a try with Unity and FBX Review. I modified the exporter to disabled the export of normals, so that normals would have to be calculated from smoothing groups, and…
830f9df56d
Comment and variable names tidy up
471d1d498d
Fixup missing cast for indexed properties
d65ef2ef28
Speed up cycles z-offset workaround with numpy
a4f3895735
Slightly speed up add_vgroup_to_objects
296c63f77d
Tidy up normals import
Thomas Barlow
created branch fbx_numpy_import_dev in Mysteryem/blender-addons
2023-03-04 04:09:02 +01:00
b0fed4ec3d
Speed up shape key import
5529118e32
Speed up blen_read_shape
fb7ceb0047
Speed up reading geometry arrays
58cae2e7bd
Speed up setting custom split normals and smooth when not ok_smooth
660e17e721
Speed up verts/edges/polys import
Speed up FBX export of vertex colors with numpy
Speed up FBX export of UVs with numpy
Speed up FBX export of shape keys with numpy
Speed up FBX export of polygon indices and edges with numpy
Speed up FBX export of face material indices with numpy
Speed up FBX export of normals/tangents/bitangents with numpy
Speed up FBX export of vertex cos with numpy
FBX Export: Base patch for numpy speedup
Thomas Barlow
pushed to fbx_numpy_shape_keys_pr at Mysteryem/blender-addons
2023-02-27 18:26:07 +01:00
386c5f7cac
Speed up FBX export of shape keys with numpy
Thomas Barlow
created branch fbx_numpy_shape_keys_pr in Mysteryem/blender-addons
2023-02-27 18:26:07 +01:00