Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-09-05 03:11:34 +02:00
c9372eab15 FBX IO: Raise minor version after animation import updates
abab1c9343 FBX IO: Speed up animation import using NumPy
b70da04b92 Rigify: add a warning if feature set requires newer Blender version
bb842e6a20 Node Wrangler: Fix outdated menu names that break addon loading tests
4df6f7c66d Node Wrangler: fix node add menu entry
Compare 32 commits »
Thomas Barlow pushed to main at blender/blender-addons 2023-09-04 22:13:42 +02:00
c9372eab15 FBX IO: Raise minor version after animation import updates
Thomas Barlow deleted branch fbx_import_anim_numpy_p1 from Mysteryem/blender-addons 2023-09-04 22:07:46 +02:00
Thomas Barlow pushed to main at blender/blender-addons 2023-09-04 22:07:46 +02:00
abab1c9343 FBX IO: Speed up animation import using NumPy
Thomas Barlow merged pull request blender/blender-addons#104856 2023-09-04 22:07:45 +02:00
FBX IO: Speed up animation import using NumPy
Thomas Barlow commented on pull request blender/blender-addons#104856 2023-09-04 17:23:57 +02:00
FBX IO: Speed up animation import using NumPy

In this case .sca is correct, the FBXTransformData namedtuple uses rather short attribute names.

Thomas Barlow commented on issue blender/blender#111925 2023-09-04 16:35:16 +02:00
Show tool settings hides toolbar and side bars

The first screenshot looks like blender/blender#111332. Are you sure you didn't save the file on 4.0 at some point?

Thomas Barlow opened issue blender/blender#111901 2023-09-03 22:05:57 +02:00
Opening a 4.0.0a .blend in 3.6.2 breaks 3D Viewport UI
Thomas Barlow commented on issue blender/blender#111898 2023-09-03 21:41:00 +02:00
Regression: Custom normals data transfer modifier does not work

The Transfer Mesh Data operator part has been separated into blender/blender#111899

Thomas Barlow opened issue blender/blender#111899 2023-09-03 21:36:47 +02:00
Transfer Mesh Data operator set to Custom Normals does not work or crashes
Thomas Barlow commented on issue blender/blender#111898 2023-09-03 21:19:16 +02:00
Regression: Custom normals data transfer modifier does not work

I would have thought both data transfer methods would run off of the same code, but ok.

Thomas Barlow opened issue blender/blender#111898 2023-09-03 21:14:03 +02:00
Custom normals data transfer does not work or crashes
Thomas Barlow commented on pull request blender/blender#111796 2023-09-03 02:26:45 +02:00
UI: Change menu icons of single-choice enums to radio buttons

I think an enum property that only has a single option and only allows a single choice would be a little odd with either checkboxes or radio buttons, mainly because that single option should…

Thomas Barlow pushed to fbx_parse_multithread_pr at Mysteryem/blender-addons 2023-09-02 13:43:59 +02:00
93b00cdb76 Minor speedup to array decompression
Thomas Barlow created pull request blender/blender#111796 2023-09-01 17:31:31 +02:00
UI: Change menu icons of single-choice enums to radio buttons
Thomas Barlow created branch ui_enum_menu_item_radio_icons in Mysteryem/blender 2023-09-01 16:46:58 +02:00
Thomas Barlow pushed to ui_enum_menu_item_radio_icons at Mysteryem/blender 2023-09-01 16:46:58 +02:00
bbc1a5393a UI: Change menu icons of single-choice enums to radio buttons
Thomas Barlow pushed to main at Mysteryem/blender 2023-09-01 16:46:40 +02:00
618f39fca2 Keymap: improve tweak tool consistency & behavior
f99c6c8785 Cleanup: rename wmTimer struct members for clarity
18280b9a75 Cleanup: remove additional braces in switch statement
f79c9c4834 Docs: correct time_duration doc-string
cb582f82f6 Cleanup: remove redundant assignments
Compare 2164 commits »
Thomas Barlow opened issue blender/blender#111770 2023-09-01 03:42:54 +02:00
Tool 'builtin_brush.Grab/Relax/Pinch' not found for space 'IMAGE_EDITOR'