Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to main at blender/blender-addons 2023-09-08 00:33:40 +02:00
bf0e7c8d6e FBX IO: Only import the first animation curve per channel
Thomas Barlow deleted branch fbx_anim_import_discard_extra_curves_pr from Mysteryem/blender-addons 2023-09-08 00:33:40 +02:00
Thomas Barlow merged pull request blender/blender-addons#104866 2023-09-08 00:33:39 +02:00
FBX IO: Only import the first animation curve per channel
76b273a542 Increase FBX IO version
7b90b5af6c Merge branch 'main' into fbx_anim_import_discard_extra_curves_pr
7362631fa4 FBX IO: Fix error importing transformation animations with a single channel
dbcc17eb97 glTF exporter: Texture: Use default value when merging channels
7f9569e672 glTF exporter: round tangents to avoid not determinist exports
Compare 11 commits »
b76c9ec89f Simpler, more robust set comprehension
6325f33dd9 Fix #104875: Animated object instances export frozen in place
Compare 2 commits »
Thomas Barlow created branch fbx_export_anim_instances_104875 in Mysteryem/blender-addons 2023-09-08 00:22:50 +02:00
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-09-08 00:21:03 +02:00
7362631fa4 FBX IO: Fix error importing transformation animations with a single channel
dbcc17eb97 glTF exporter: Texture: Use default value when merging channels
7f9569e672 glTF exporter: round tangents to avoid not determinist exports
a4dd07ee34 glTF exporter: animation on extra channel when not sampled - was traceback
9d5c1cc74a glTF importer: conversion for some attribute types
Compare 9 commits »
Thomas Barlow opened issue blender/blender-addons#104875 2023-09-07 16:30:59 +02:00
Animated object instances export frozen in place
Thomas Barlow pushed to main at blender/blender-addons 2023-09-07 00:00:27 +02:00
7362631fa4 FBX IO: Fix error importing transformation animations with a single channel
b858caabc5 FBX IO: Fix error importing transformation animations with a single channel
Thomas Barlow commented on issue blender/blender#111152 2023-09-06 16:44:29 +02:00
Wintab rarely gets into a bad state and prevents Blender startup

Do you have other programs that uses wintab encounter this issue? (like krita, photoshop etc)

As far as I'm aware, Blender is the only program I'm using that uses wintab.

@Mysteryem hi,…

Thomas Barlow created pull request blender/blender-addons#104870 2023-09-05 19:03:59 +02:00
FBX IO: Speed up transformation animation import
Thomas Barlow pushed to fbx_import_anim_numpy_p1.5 at Mysteryem/blender-addons 2023-09-05 18:33:32 +02:00
691c3d0c45 Tidy up
Thomas Barlow created branch fbx_import_anim_numpy_p1.5 in Mysteryem/blender-addons 2023-09-05 18:26:37 +02:00
Thomas Barlow pushed to fbx_import_anim_numpy_p1.5 at Mysteryem/blender-addons 2023-09-05 18:26:37 +02:00
f624983b7b Tidy up
888ac37a7d Move pre- and post- matrices outside the hot loop
acffdf2725 Speed up _transformation_curves_gen
Compare 3 commits »
Thomas Barlow created pull request blender/blender-addons#104866 2023-09-05 05:18:23 +02:00
FBX IO: Only import the first animation curve per channel
e6daba406b FBX IO: Only import the first animation curve per channel
b9f1c438cd FBX IO: Only import the first animation curve per channel