Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender-addons#104656 2023-05-31 14:36:00 +02:00
FBX Importer fails to read animation correctly

I get the same Python assertion failure when importing this .fbx as blender/blender-addons#84111 and blender/blender-addons#9

Thomas Barlow opened issue blender/blender#108403 2023-05-30 00:48:28 +02:00
Copying text selected with double-click in the Python Console instead copies the text after the selection
Thomas Barlow commented on pull request blender/blender-addons#104649 2023-05-29 05:42:33 +02:00
FBX IO: Edge/face sharp access with attributes

This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645

Thomas Barlow commented on pull request blender/blender-addons#104648 2023-05-29 05:42:23 +02:00
FBX IO: Corner vert/edge and edge verts access with attributes

This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645

Thomas Barlow commented on pull request blender/blender-addons#104647 2023-05-29 05:42:10 +02:00
FBX IO: Vertex position access with attributes

This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645

Thomas Barlow commented on pull request blender/blender-addons#104646 2023-05-29 05:41:54 +02:00
FBX IO: Material index access with attributes

This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645

Thomas Barlow commented on pull request blender/blender-addons#104651 2023-05-29 05:38:38 +02:00
FBX IO: Vertex normals access with new vertex_normals property

This PR will likely have a merge conflict with blender/blender-addons#104647 due to affecting the same area. However, due to the simplicity of this patch, it…

Thomas Barlow created pull request blender/blender-addons#104651 2023-05-29 05:36:03 +02:00
FBX IO: Vertex normals access with new vertex_normals property
Thomas Barlow created pull request blender/blender-addons#104650 2023-05-29 05:33:31 +02:00
FBX IO: UVs access with new uv property
Thomas Barlow pushed to fbx_update_uvs_api_pr at Mysteryem/blender-addons 2023-05-29 05:24:58 +02:00
0a2249eb0e FBX IO: UVs access with new uv property
9d707120ec Export_3ds: Fixed key error if object has an unselected parent
dd2caa6e17 io_import_dxf: Added DXF to menu description
1ca9018e23 io_export_dxf: Added DXF suffix to menu description
c413450277 Merge branch 'main' into main
Compare 139 commits »
Thomas Barlow created branch fbx_update_vertex_normals_api_pr in Mysteryem/blender-addons 2023-05-29 05:24:10 +02:00
4277e28e9f FBX IO: Vertex normals access with new vertex_normals property
Thomas Barlow pushed to fbx_update_uvs_api_pr at Mysteryem/blender-addons 2023-05-29 05:16:39 +02:00
7378998b66 FBX IO: UVs access with new uv property
Thomas Barlow created branch fbx_update_uvs_api_pr in Mysteryem/blender-addons 2023-05-29 05:16:39 +02:00
Thomas Barlow created pull request blender/blender-addons#104649 2023-05-29 05:12:26 +02:00
FBX IO: Edge/face sharp access with attributes
Thomas Barlow created pull request blender/blender-addons#104648 2023-05-29 05:09:25 +02:00
FBX IO: Corner vert/edge and edge verts access with attributes
Thomas Barlow created pull request blender/blender-addons#104647 2023-05-29 05:07:50 +02:00
FBX IO: Vertex position access with attributes
Thomas Barlow created pull request blender/blender-addons#104646 2023-05-29 05:05:02 +02:00
FBX IO: Material index access with attributes
e23e7f7b36 FBX IO: Material index access with attributes
Thomas Barlow created pull request blender/blender-addons#104645 2023-05-29 05:01:15 +02:00
FBX IO: Add attributes utility functions