Thomas Barlow Mysteryem
  • Joined on 2023-02-10
07d0491966 FBX Import: Speed up geometry with numpy
Thomas Barlow commented on pull request blender/blender-addons#104487 2023-03-22 05:55:56 +01:00
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…

Thomas Barlow created pull request blender/blender-addons#104499 2023-03-22 05:42:23 +01:00
FBX Import: Base patch for numpy and foreach_set speedup
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
Compare 13 commits »
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
Compare 13 commits »
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
Compare 13 commits »
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
Compare 11 commits »
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
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
Compare 10 commits »
Thomas Barlow commented on pull request blender/blender-addons#104491 2023-03-21 05:56:11 +01:00
FBX Import: Speed up shape keys with numpy

Edge-cases only in the low single digit seconds slower I would say.

Thomas Barlow created pull request blender/blender-addons#104498 2023-03-21 04:21:32 +01:00
FBX Export: Fix export of meshes with polygons in different order to loops
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
Thomas Barlow opened issue blender/blender#105944 2023-03-21 03:46:42 +01:00
Sharp edges are removed when exiting edit mode if every edge is sharp
Thomas Barlow commented on issue blender/blender#105909 2023-03-20 16:27:08 +01:00
Accessing MeshVertex.normal values is slow after setting MeshVertex.co

Ok, yes, only the example in the issue description is recalculating normals while iterating.

image ![image](/attachments/3757c59b-a71c-4c33…

Thomas Barlow commented on issue blender/blender#105909 2023-03-20 15:52:25 +01:00
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. …

Thomas Barlow created pull request blender/blender-addons#104497 2023-03-20 04:09:05 +01:00
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
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.
Compare 3 commits »