Block a user
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…
Copying text selected with double-click in the Python Console instead copies the text after the selection
FBX IO: Edge/face sharp access with attributes
This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645
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
FBX IO: Vertex position access with attributes
This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645
FBX IO: Material index access with attributes
This PR depends on the base patch for adding attribute utility functions: blender/blender-addons#104645
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…
FBX IO: Vertex normals access with new
vertex_normals
property
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
Thomas Barlow
created branch fbx_update_vertex_normals_api_pr in Mysteryem/blender-addons
2023-05-29 05:24:10 +02:00
Thomas Barlow
pushed to fbx_update_vertex_normals_api_pr at 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
FBX IO: Edge/face sharp access with attributes
FBX IO: Corner vert/edge and edge verts access with attributes
FBX IO: Vertex position access with attributes
FBX IO: Material index access with attributes
Thomas Barlow
pushed to attribute_access_material_index_pr at Mysteryem/blender-addons
2023-05-29 05:03:34 +02:00
e23e7f7b36
FBX IO: Material index access with attributes
FBX IO: Add attributes utility functions