Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to mesh_from_py_data_use_attributes at Mysteryem/blender 2023-11-01 18:23:13 +01:00
4a7aef206d PyAPI: Set edge vertices with the .edge_verts attribute in Mesh.from_pydata
142fbbf491 PyAPI: Set vertices positions with the position attribute in Mesh.from_pydata
c8b7c3abcb PyAPI: Set corner vertices with the .corner_vert attribute in Mesh.from_pydata
67b078aa6f Merge branch 'blender-v4.0-release'
0e8e8fa462 CMake: mark WITH_COMPILER_ASAN_EXTERN as advanced, quiet warning
Compare 10 commits »
Thomas Barlow commented on issue blender/blender-addons#104978 2023-10-31 16:05:24 +01:00
FBX Exporter: Wrong Bake Animation

In blend file in frames 20-40 the rotation was only on the Y axis. But after exporting to FBX file with Simplify = 1.0 we have changed values for X and Z axes in frame 40:

Rotation X…

Thomas Barlow commented on pull request blender/blender-addons#104956 2023-10-31 05:24:30 +01:00
FBX IO: Fix error importing BlendShapeChannels with extraneous FullWeights

I'll retarget this to the main branch since the 4.0 release is so close now.

Thomas Barlow commented on issue blender/blender-addons#104978 2023-10-31 04:07:07 +01:00
FBX Exporter: Wrong Bake Animation

Sometimes not, there is another offset.

Test Files:

Thomas Barlow pushed to blender-v4.0-release at Mysteryem/blender 2023-10-30 20:40:50 +01:00
e9ad267151 Cycles: Remove MetalRT experimental status, and add "auto enable" option
Thomas Barlow created branch blender-v4.0-release in Mysteryem/blender 2023-10-30 20:40:50 +01:00
Thomas Barlow commented on issue blender/blender-addons#104978 2023-10-30 20:29:31 +01:00
FBX Exporter: Wrong Bake Animation

Appears to be an export issue. Also present in 4.1.0a (FBX IO version 5.8.8).

The meshes are all parented to an animated Empty Object. Including Empty Objects in the export results in the…

Thomas Barlow pushed to main at blender/blender-addons 2023-10-30 18:31:32 +01:00
d532e47c3a Merge branch 'blender-v4.0-release'
c9d8698a1a FBX IO: Fix missing conversion to radians of initial rotation in animation import
2fc61dec65 Import_3ds: Use texblur as sheen weight
37bf094e69 Export_3ds: Use texblur as sheen weight
Compare 4 commits »
Thomas Barlow pushed to blender-v4.0-release at blender/blender-addons 2023-10-30 18:28:28 +01:00
c9d8698a1a FBX IO: Fix missing conversion to radians of initial rotation in animation import
Thomas Barlow pushed to main at blender/blender-addons 2023-10-30 18:19:10 +01:00
5713746637 FBX IO: Increase minor version to fix versioning issues with the 4.0 branch
Thomas Barlow pushed to prop_collection_raw_read_access at Mysteryem/blender 2023-10-30 18:05:20 +01:00
5e50f0c733 Change the new set parameter of RNA_property_collection_raw_array to bool
Thomas Barlow commented on pull request blender/blender#114262 2023-10-30 16:31:31 +01:00
PyAPI: Enable MeshPolygon.loop_start raw array access

It may be nicer to expose Mesh.face_offsets (finishig #109819) and deprecate the .polygons property longer term. There's no pressing reason to do that, but if we just "deprecate" the old…

Thomas Barlow created pull request blender/blender#114262 2023-10-30 05:39:11 +01:00
PyAPI: Enable MeshPolygon.loop_start raw array access
Thomas Barlow pushed to meshpolygon_loop_start_raw_access at Mysteryem/blender 2023-10-30 04:25:27 +01:00
d047ac0ffd PyAPI: Enable MeshPolygon.loop_start raw array access
Thomas Barlow created branch meshpolygon_loop_start_raw_access in Mysteryem/blender 2023-10-30 04:25:26 +01:00
Thomas Barlow pushed to main at Mysteryem/blender 2023-10-30 04:24:56 +01:00
69e5f5175b Grease pencil (legacy): Remove redundant "Use" for checkboxes
dffee8b323 Revert "Revert "Fix #112441: Restore Key Map Item does not restore the active property""
88f63c36db Merge branch 'blender-v4.0-release'
e8d532a9b6 Merge branch 'blender-v4.0-release'
1dc683e376 Fix #114223: Crash when undo in curves edit mode
Compare 141 commits »
Thomas Barlow created pull request blender/blender-addons#104976 2023-10-28 16:32:47 +02:00
FBX IO: Export normals matching the mesh's normals_domain
Thomas Barlow created branch fbx_update_for_auto_smooth in Mysteryem/blender-addons 2023-10-28 16:11:44 +02:00
Thomas Barlow pushed to fbx_update_for_auto_smooth at Mysteryem/blender-addons 2023-10-28 16:11:44 +02:00
f78321c58c FBX IO: Export normals matching the mesh's normals_domain
Thomas Barlow pushed to main at Mysteryem/blender-addons 2023-10-28 16:11:17 +02:00
519cd4ae63 FBX IO: Update missed MeshLoop.vertex_index to the corner vert attribute
b0f8406b72 FBX IO: Fix import of per-face normals
bfbe4ac5e6 FBX IO: Increase version and minimum Blender version after auto smooth changes
9a9142f160 Export_3ds: Get auto smooth angle from modifier
c5e9a35317 Import_3ds: Fixed percent variables
Compare 27 commits »