Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender#115727 2023-12-03 15:00:09 +01:00
Node Editor: Image and Principled have missing Enums in properties inspector

The Principled BSDF case appears to be a recent regression because the enum properties are present in 3.6.5 (looks like they were drawn by the byp_func `ShaderNodeBsdfPrincipled.draw_buttons_ex…

Thomas Barlow pushed to fbx_parse_multithread_pr at Mysteryem/blender-addons 2023-12-03 03:18:23 +01:00
f5e286a94e Update for new multithreading utils
2c1a816491 Merge branch 'main' into fbx_parse_multithread_pr
791b042c3a FBX IO: Export normals with IndexToDirect reference mode
a850ed1e38 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
c79c97b774 Fix #105028: Error when trying to create texture with VDM Brush Baker
Compare 296 commits »
5112fd91f5 Enable multithreaded array compression in json2fbx.py
d32879355d Update for multithreading utils being moved to fbx_utils_threading.py
Compare 2 commits »
Thomas Barlow pushed to fbx_multithread_utils_pr at Mysteryem/blender-addons 2023-12-03 01:03:27 +01:00
ae5f9bad40 Move multithreading utils to fbx_utils_threading.py
Thomas Barlow created pull request blender/blender-addons#105039 2023-12-02 19:13:40 +01:00
FBX IO: Update for new meshes being smooth by default
Thomas Barlow created branch fbx_update_for_smooth_mesh_default in Mysteryem/blender-addons 2023-12-02 18:59:50 +01:00
42ffe2c228 FBX IO: Update for new meshes being smooth by default
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-12-02 18:58:37 +01:00
791b042c3a FBX IO: Export normals with IndexToDirect reference mode
a850ed1e38 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
Compare 2 commits »
Thomas Barlow deleted branch fbx_normals_IndexToDirect from Mysteryem/blender-addons 2023-12-02 02:08:22 +01:00
Thomas Barlow merged pull request blender/blender-addons#105020 2023-12-02 02:08:21 +01:00
FBX IO: Export normals with IndexToDirect reference mode
Thomas Barlow pushed to main at blender/blender-addons 2023-12-02 02:08:21 +01:00
791b042c3a FBX IO: Export normals with IndexToDirect reference mode
Thomas Barlow pushed to fbx_normals_IndexToDirect at Mysteryem/blender-addons 2023-12-02 02:04:26 +01:00
c332758bf6 Increase FBX minor version
bc5132040f Merge branch 'main' into fbx_normals_IndexToDirect
a850ed1e38 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
c79c97b774 Fix #105028: Error when trying to create texture with VDM Brush Baker
97d4736cf0 glTF exporter: add postprocessing using gltfpack
Compare 9 commits »
Thomas Barlow commented on pull request blender/blender-addons#105020 2023-12-01 02:19:11 +01:00
FBX IO: Export normals with IndexToDirect reference mode

I've added an extra paragraph to the description clarifying the behaviour of importing ByVertice-IndexToDirect normals with older versions of the FBX IO addon (reproduced below). Simply put, the…

Thomas Barlow pushed to main at blender/blender-addons 2023-12-01 01:00:27 +01:00
a850ed1e38 FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
Thomas Barlow deleted branch fbx_new_ktime from Mysteryem/blender-addons 2023-12-01 01:00:27 +01:00
Thomas Barlow merged pull request blender/blender-addons#105019 2023-12-01 01:00:26 +01:00
FBX IO: Fix animation import when the newer opt-in FBX_KTIME is used
Thomas Barlow pushed to fbx_new_ktime at Mysteryem/blender-addons 2023-12-01 00:57:48 +01:00
032ae1f601 Increase FBX version
dc6dd6c76e Merge branch 'main' into fbx_new_ktime
c79c97b774 Fix #105028: Error when trying to create texture with VDM Brush Baker
97d4736cf0 glTF exporter: add postprocessing using gltfpack
2dfdcb0f7e glTF exporter: fix exporter Vertex Color when no material
Compare 8 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-12-01 00:53:45 +01:00
c79c97b774 Fix #105028: Error when trying to create texture with VDM Brush Baker
97d4736cf0 glTF exporter: add postprocessing using gltfpack
2dfdcb0f7e glTF exporter: fix exporter Vertex Color when no material
28bedeeee1 io_scene_3ds: Removed property decorate
2c32cc163f FBX IO: Fix import of shape key animations without any keyframes
Compare 6 commits »
Thomas Barlow closed pull request blender/blender#106697 2023-11-30 18:52:32 +01:00
Fix #106696: Invalid flag combinations used in #PyObject_GetBuffer
Thomas Barlow commented on pull request blender/blender#106697 2023-11-30 18:52:30 +01:00
Fix #106696: Invalid flag combinations used in #PyObject_GetBuffer

Closing this as it was manually merged in 1058a93994