Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender#113596 2023-10-12 17:13:02 +02:00
UV Editor: Almost Whole Header Missing

I don't have a custom startup file and I was getting the same issue on an older 4.0.0b (2023-09-28 00:03 751c9ef620a0), but I've just tried 4.0.0b 2023-10-11 23:03 67e4af3ea1cb and the issue…

Thomas Barlow commented on pull request blender/blender-addons#104910 2023-10-09 04:22:19 +02:00
WIP: FBX: Fix #84111: AssertionError importing shapekeys

I think that to properly fix this issue we'll need to:

  1. Fix importing duplicate connections within the chain of connections from Shape to Mesh so that the correct number of Shapes per…
Thomas Barlow commented on pull request blender/blender-addons#104939 2023-10-09 03:39:49 +02:00
WIP: FBX: Preventing import of duplicate shape keys

I think I've got to the bottom of what the issue is that causes all the duplicates.

There are a number of 1-many relations between FBX nodes that connect each Mesh to each Shape that the…

Thomas Barlow commented on issue blender/blender#113378 2023-10-07 05:30:30 +02:00
Regression: Deleting Objects in a View Layer leaves None in the View Layer's .objects for the script duration

Perhaps of note is if I instead use the experimental bpy.data.batch_remove() to delete the Objects in the View Layer it replaces each Object with None in 3.4.0 and newer rather than leaving a…

Thomas Barlow opened issue blender/blender#113378 2023-10-07 02:05:22 +02:00
Regression: Deleting Objects in a View Layer leaves None in the View Layer's .objects for the script duration
Thomas Barlow pushed to main at blender/blender-addons 2023-10-06 17:58:18 +02:00
adb1348fe1 Merge branch 'blender-v4.0-release'
461e0c3e1e FBX IO: Speed up animation simplification using NumPy
c4b070f311 Import_3ds: Changed node order
f46fda60f2 Import_3ds: Moved specular texture node
a5c646a1d3 Export_3ds: Fixed NoneType error in ambient animation export
Compare 5 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-10-06 17:55:35 +02:00
b1060f9ee9 Import_3ds: Changed node order
b975b22d91 Import_3ds: Moved specular texture node
6984555802 Export_3ds: Fixed NoneType error in ambient animation export
ccf0b78396 Merge branch 'blender-v4.0-release'
25697d80c2 Fix incorrect merged weights from ignored bones in FBX import
Compare 5 commits »
Thomas Barlow deleted branch fbx_anim_export_numpy_simplify from Mysteryem/blender-addons 2023-10-06 17:53:04 +02:00
Thomas Barlow pushed to blender-v4.0-release at blender/blender-addons 2023-10-06 17:53:04 +02:00
461e0c3e1e FBX IO: Speed up animation simplification using NumPy
Thomas Barlow merged pull request blender/blender-addons#104904 2023-10-06 17:53:03 +02:00
FBX IO: Speed up animation simplification using NumPy
e553a919af Increase FBX IO Version
ea6897cf0d Merge branch 'blender-v4.0-release' into fbx_anim_export_numpy_simplify
f5e36f7729 Missed a variable rename in comments in last commit
c4b070f311 Import_3ds: Changed node order
f46fda60f2 Import_3ds: Moved specular texture node
Compare 20 commits »
Thomas Barlow pushed to main at blender/blender-addons 2023-10-06 05:28:20 +02:00
ccf0b78396 Merge branch 'blender-v4.0-release'
25697d80c2 Fix incorrect merged weights from ignored bones in FBX import
Compare 2 commits »
Thomas Barlow pushed to blender-v4.0-release at blender/blender-addons 2023-10-06 05:25:43 +02:00
25697d80c2 Fix incorrect merged weights from ignored bones in FBX import
Thomas Barlow deleted branch fbx_cluster_import_no_divide from Mysteryem/blender-addons 2023-10-06 05:25:42 +02:00
Thomas Barlow merged pull request blender/blender-addons#104928 2023-10-06 05:25:42 +02:00
Fix incorrect merged weights from ignored bones in FBX import
Thomas Barlow pushed to fbx_cluster_import_no_divide at Mysteryem/blender-addons 2023-10-06 05:19:33 +02:00
451c665c94 Increase FBX IO Version
7efdd8a0dc Merge branch 'blender-v4.0-release' into fbx_cluster_import_no_divide
63d4898e1d FBX IO: Speed up cluster export: Remove unused sorting
dad3a29a12 Fix missing animations when converting some FBX from json to binary
9b77553c6e glTF importer: hide collection for bone shapes in render too
Compare 15 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-10-06 05:05:42 +02:00
0bcc808942 Merge branch 'blender-v4.0-release'
63d4898e1d FBX IO: Speed up cluster export: Remove unused sorting
60c798e76b Merge branch 'blender-v4.0-release'
dad3a29a12 Fix missing animations when converting some FBX from json to binary
a09f68079b Merge branch 'blender-v4.0-release'
Compare 27 commits »
Thomas Barlow pushed to blender-v4.0-release at Mysteryem/blender-addons 2023-10-06 05:03:46 +02:00
63d4898e1d FBX IO: Speed up cluster export: Remove unused sorting
Thomas Barlow pushed to main at blender/blender-addons 2023-10-06 04:44:38 +02:00
0bcc808942 Merge branch 'blender-v4.0-release'
63d4898e1d FBX IO: Speed up cluster export: Remove unused sorting
Compare 2 commits »
Thomas Barlow pushed to blender-v4.0-release at blender/blender-addons 2023-10-06 04:41:49 +02:00
63d4898e1d FBX IO: Speed up cluster export: Remove unused sorting