Block a user
Thomas Barlow
pushed to fbx_import_polys_verts_edges_np_pr at Mysteryem/blender-addons
2023-03-22 06:01:19 +01:00
07d0491966
FBX Import: Speed up geometry with numpy
FBX Import: Speed up geometry layers with foreach_set and numpy
The imports and shared parray_as_ndarray
utility function have been moved to a separate commit that has its own PR: blender/blender-addons#104499
Since…
FBX Import: Base patch for numpy and foreach_set speedup
Thomas Barlow
pushed to fbx_import_geom_layers_foreach_pr at Mysteryem/blender-addons
2023-03-22 05:38:04 +01:00
f38b0c829a
FBX Import: Speed up geometry layers with foreach_set and numpy
9aa3414567
FBX Import: Base patch for numpy and foreach_set speedup
d4ca65e7a4
Sun Position: fix error in HDRI mode introduced in recent refactor
dda54ee81c
Merge branch 'blender-v3.5-release'
edb61b0249
Fix #104480: Node Wrangler: Lazy Mix on float outputs in GN error
Thomas Barlow
pushed to fbx_import_shape_keys_np_pr at Mysteryem/blender-addons
2023-03-22 05:37:46 +01:00
849751471b
FBX Import: Speed up shape keys with numpy
9aa3414567
FBX Import: Base patch for numpy and foreach_set speedup
d4ca65e7a4
Sun Position: fix error in HDRI mode introduced in recent refactor
dda54ee81c
Merge branch 'blender-v3.5-release'
edb61b0249
Fix #104480: Node Wrangler: Lazy Mix on float outputs in GN error
Thomas Barlow
pushed to fbx_import_polys_verts_edges_np_pr at Mysteryem/blender-addons
2023-03-22 05:37:27 +01:00
bd2d2e1cd8
FBX Import: Speed up geometry with numpy
9aa3414567
FBX Import: Base patch for numpy and foreach_set speedup
d4ca65e7a4
Sun Position: fix error in HDRI mode introduced in recent refactor
dda54ee81c
Merge branch 'blender-v3.5-release'
edb61b0249
Fix #104480: Node Wrangler: Lazy Mix on float outputs in GN error
Thomas Barlow
pushed to fbx_import_cycles_workaround_np_pr at Mysteryem/blender-addons
2023-03-22 05:37:08 +01:00
e5e3363514
FBX Import: Speed up cycles decal workaround with numpy
9aa3414567
FBX Import: Base patch for numpy and foreach_set speedup
d4ca65e7a4
Sun Position: fix error in HDRI mode introduced in recent refactor
dda54ee81c
Merge branch 'blender-v3.5-release'
edb61b0249
Fix #104480: Node Wrangler: Lazy Mix on float outputs in GN error
Thomas Barlow
pushed to fbx_import_numpy_foreach_base_pr at Mysteryem/blender-addons
2023-03-22 05:29:06 +01:00
9aa3414567
FBX Import: Base patch for numpy and foreach_set speedup
Thomas Barlow
created branch fbx_import_numpy_foreach_base_pr in Mysteryem/blender-addons
2023-03-22 04:54:00 +01:00
Thomas Barlow
pushed to fbx_import_numpy_foreach_base_pr at Mysteryem/blender-addons
2023-03-22 04:54:00 +01:00
c332f75ca6
FBX Import: Base patch for numpy and foreach_set speedup
d4ca65e7a4
Sun Position: fix error in HDRI mode introduced in recent refactor
dda54ee81c
Merge branch 'blender-v3.5-release'
edb61b0249
Fix #104480: Node Wrangler: Lazy Mix on float outputs in GN error
16b066c9c7
Sun Position: Cleanup -- apply autopep8 and remove unused blocks
FBX Import: Speed up shape keys with numpy
Edge-cases only in the low single digit seconds slower I would say.
FBX Export: Fix export of meshes with polygons in different order to loops
Thomas Barlow
pushed to fbx_fix_unsorted_loop_start_pr at Mysteryem/blender-addons
2023-03-21 04:07:56 +01:00
904dfe6d9e
FBX Export: Fix export of meshes with polygons in different order to loops
Thomas Barlow
created branch fbx_fix_unsorted_loop_start_pr in Mysteryem/blender-addons
2023-03-21 04:07:56 +01:00
Sharp edges are removed when exiting edit mode if every edge is sharp
Accessing MeshVertex.normal values is slow after setting MeshVertex.co
Note that the
Normal
of all vertices needs to be recalculated every time you change the position of the vertices.If it were not recalculated, the values would be outdated and wrong. …
FBX Import: Speed up cycles decal workaround with numpy
Thomas Barlow
created branch fbx_import_cycles_workaround_np_pr in Mysteryem/blender-addons
2023-03-20 04:03:34 +01:00
Thomas Barlow
pushed to fbx_import_cycles_workaround_np_pr at Mysteryem/blender-addons
2023-03-20 04:03:34 +01:00
7a4e3a5da8
FBX Import: Speed up cycles decal workaround with numpy
e44b374a47
Merge branch 'blender-v3.5-release'
96e552120d
FBX export: Option to prioritize active color at export.