Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender#117656 2024-04-26 17:23:55 +02:00
SystemError setting ID custom property to a list containing NumPy scalars

A note that setting numpy array of numpy np.int32 does work without errors though (C.object['np_data'] = np.array([3,4,5])), error occurs only when np.int32 are in default python list.

The…

Thomas Barlow commented on issue blender/blender-addons#105267 2024-04-26 15:48:13 +02:00
Error importing the FBX

Similar error to #104885 but I'm unsure if they're the same issue since this one is complaining about KeyError: None.

I think the issue here is that there is a bone (LimbNode) called root

Thomas Barlow commented on issue blender/blender#121072 2024-04-26 15:19:52 +02:00
TypeError: object of type 'numpy.int32' has no len() assigning ID's custom attribute

Looks like a duplicate of #117656

Thomas Barlow commented on pull request blender/blender-addons#105273 2024-04-16 01:30:13 +02:00
FBX: Enable the Collection exporter feature

The batch_mode and use_batch_own_dir properties drawn in export_main() should also only be drawn when is_file_browser because the new code in export_fbx_bin.py is only run when batch_mode == 'OFF' (the default value).

Thomas Barlow suggested changes for blender/blender-addons#105273 2024-04-16 01:30:13 +02:00
FBX: Enable the Collection exporter feature

One change requested upon having another look through.

Thomas Barlow commented on pull request blender/blender-addons#105273 2024-04-16 00:30:47 +02:00
FBX: Enable the Collection exporter feature

Hmm, how did you arrive in this state? If you link in a Collection from foo.blend which has an exporter set you shouldn't see anything in the UI as it's not intended to be exportable in the…

Thomas Barlow approved blender/blender-addons#105273 2024-04-15 03:17:00 +02:00
FBX: Enable the Collection exporter feature

Other than a note about library linked Collections where I don't know if changes are needed, looks good to me.

Thomas Barlow commented on pull request blender/blender-addons#105273 2024-04-15 03:11:26 +02:00
FBX: Enable the Collection exporter feature

Might want to consider whether performing a Collection export from a Collection linked from another file should be supported because a linked Collection can have the same name as a Collection local to the current file (or presumably another Collection linked from another different file).

Thomas Barlow commented on pull request blender/blender-addons#105238 2024-04-04 03:09:22 +02:00
FBX: Use layout panels instead of PanelTypes

Oops, didn't realise the review was still pending and not actually sent.

Thomas Barlow commented on pull request blender/blender-addons#105238 2024-04-04 03:07:48 +02:00
FBX: Use layout panels instead of PanelTypes

Now that self is an Operator rather than a Panel, the operator variable can be replaced with using self.

Thomas Barlow opened issue blender/blender#120145 2024-04-01 17:49:36 +02:00
bpy.data.meshes.new_from_object crash with mesh DepsgraphObjectInstance.object created from non-mesh instance_object
Thomas Barlow commented on issue blender/blender-addons#105260 2024-04-01 16:21:33 +02:00
Not possible to export "Empty Hair" curve as FBX

The reported issue doesn't seem to be related to instances or Realize Instances at all, but rather is a general issue with exporting any CURVES objects which have been converted to mesh data,…

Thomas Barlow pushed to py_api_unify_buffer_checks at Mysteryem/blender 2024-03-28 15:16:09 +01:00
b3eb2e0b26 Add native buffer byteorder check to idprop_py_api.cc#idp_from_PySequence
8f74a0078c Add native buffer byteorder check to gpu_py_element.cc#pygpu_IndexBuf__tp_new
24ee5a38ce Unify prop_array/prop_collection foreach_getset and bgl.Buffer buffer compatibility
18acd15266 Add function to check if a buffer's type and item size are compatible
fe3253f04a Add function for checking if buffer formats are in native byteorder
Compare 2464 commits »
Thomas Barlow pushed to main at blender/blender-addons 2024-03-28 14:59:19 +01:00
1de247676d FBX IO: Fix performance regression setting keyframe_point interpolation
Thomas Barlow deleted branch fbx_105217_force_connect_child_objects from Mysteryem/blender-addons 2024-03-22 13:53:58 +01:00
Thomas Barlow pushed to main at blender/blender-addons 2024-03-22 13:53:57 +01:00
689081bcbb Fix #105217: FBX Force Connect Children transforms Objects parented to Bones
Thomas Barlow closed issue blender/blender-addons#105217 2024-03-22 13:53:56 +01:00
FBX importer with Force Connect Children doesn't work properly with objects parented to the bones