Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to fbx_update_edge_crease_pr2 at Mysteryem/blender-addons 2023-06-20 19:00:41 +02:00
eb2a18f2a0 Fix #104707: FBX edge creases fail to be imported/exported
225b4a2a43 Merge branch 'blender-v3.6-release'
4c21a4eaca Fix: Meshes created by addons shaded smooth
Compare 3 commits »
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-06-18 19:03:29 +02:00
b56696def1 Import_3ds: Fixed constrain size and object instances
305feb18ea Import_3ds: Fixed struct RNA reference error
c022b24f4f Import_3ds: Fixed use_smooth boolean
1c27764ce2 Import_3ds: Removed warning in parenting
cf34eac3e6 Merge branch 'blender-v3.6-release'
Compare 359 commits »
Thomas Barlow pushed to blender-v3.6-release at Mysteryem/blender-addons 2023-06-18 19:02:52 +02:00
Thomas Barlow created branch blender-v3.6-release in Mysteryem/blender-addons 2023-06-18 19:02:52 +02:00
Thomas Barlow commented on issue blender/blender-addons#104677 2023-06-18 19:01:20 +02:00
FBX import and export custom properties setting isn't work or isn't working correctly

Unfortunately, I don't think there are any developers actively working on the FBX IO addon specifically, just myself doing bits and pieces in some of my spare time.

I've put together a first…

Thomas Barlow created pull request blender/blender-addons#104702 2023-06-18 18:02:50 +02:00
Fix disparity of FBX custom properties import and export
Thomas Barlow pushed to fbx_custom_prop_parity_pr at Mysteryem/blender-addons 2023-06-18 17:56:09 +02:00
ced1d46fb0 Fix disparity of FBX custom properties import and export
4940dbf439 Import_3ds: Fixed constrain size and object instances
a046bdcce1 Import_3ds: Removed warning in parenting
ae747c9498 Import_3ds: Code cleanup
9c6e3b9b0a Import_3ds: Added parent name chunk
Compare 10 commits »
Thomas Barlow created branch fbx_custom_prop_parity_pr in Mysteryem/blender-addons 2023-06-18 17:56:09 +02:00
Thomas Barlow opened issue blender/blender-addons#104698 2023-06-16 17:53:35 +02:00
FBX In-between Blend Shapes support
Thomas Barlow commented on issue blender/blender#109011 2023-06-16 06:17:42 +02:00
OBJECT_OT_shape_key_clear ignores slider_min and slider_max

0.0 clamped by slider_min and slider_max would be what I expected because that matches what happens when you try to set the value directly to 0.0 with the Python API, or when setting…

Thomas Barlow commented on issue blender/blender#109033 2023-06-16 05:57:25 +02:00
Missing max length checks accessing some properties with foreach_get/set

Ah, I guess what's happening when writing an oversize list with set and then getting the data into a separate oversize list with get is that the locally allocated array during the get is…

Thomas Barlow commented on issue blender/blender#109033 2023-06-15 22:41:45 +02:00
Missing max length checks accessing some properties with foreach_get/set

Can you redo the repro steps/description since "creases" have been moved to attributes a few days ago in e5ec04d73c7873498f4052cbb9f58acfdaf4b7b0.

I have updated the reproduction steps and…

Thomas Barlow opened issue blender/blender#109033 2023-06-15 21:39:03 +02:00
Missing max length checks accessing some properties with foreach_get/set
Thomas Barlow opened issue blender/blender#109024 2023-06-15 18:38:12 +02:00
Key.key_blocks (shape keys) foreach_get/set checks for 1 less value than is read/written
Thomas Barlow opened issue blender/blender#109011 2023-06-15 15:46:56 +02:00
OBJECT_OT_shape_key_clear ignores slider_min and slider_max
Thomas Barlow commented on issue blender/blender#108969 2023-06-14 14:47:09 +02:00
Blender FBX won't export Mesh Geometry converted from Curve with geometry nodes

Works for me in 3.5.1 (and 4.0.0a 2023-06-03 ab6860f3de0f).

Because the Object itself is a Curve, you will need the Other object type enabled, and because the Geometry Nodes are a modifier…

Thomas Barlow opened issue blender/blender-addons#104684 2023-06-09 21:42:17 +02:00
json2fbx.py script creates invalid FBX 7500 files
Thomas Barlow opened issue infrastructure/blender-projects-platform#61 2023-06-09 19:27:34 +02:00
Internal server error creating blender-addons PR with base branch blender:blender-v3.6-release and personal fork as the branch to pull from
Thomas Barlow created branch test_pr in Mysteryem/blender 2023-06-09 18:53:53 +02:00
Thomas Barlow pushed to test_pr at Mysteryem/blender 2023-06-09 18:53:53 +02:00
948767819d Test pr
6a3ca93c7e Fix #108788: Data transfer nearest interpolated broken
44e4b5fe33 Fix (unreported) Object's particle 'foreach_id` potentially accessing other IDs data.
0696dd636c Fix #108737: Python error in Property Editor search menu
5f7be257b8 Fix #107473: make links connected to unavailable sockets invalid
Compare 10 commits »