Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow commented on issue blender/blender-addons#104576 2023-04-28 00:10:50 +02:00
FBX export of Objects in Edit Mode while Blender is not in Edit Mode can fail.

I will attempt a fix in the coming days. Likely either ensuring all Objects to be exported are not in Edit Mode or if that's not possible, raising an error.

Thomas Barlow opened issue blender/blender-addons#104576 2023-04-28 00:07:59 +02:00
FBX export of Objects in Edit Mode while Blender is not in Edit Mode can fail.
Thomas Barlow created pull request blender/blender-addons#104566 2023-04-24 07:27:07 +02:00
Revert "FBX Export: Fix export of meshes with polygons in different order to loops"
Thomas Barlow commented on pull request blender/blender-addons#104561 2023-04-24 07:23:33 +02:00
FBX Import: Fix pre-, post- and geometric rotations

I updated the "Computing transformation matrices" link to the current FBX SDK documentation and removed the links to older versions of the documentation.

Thomas Barlow pushed to fbx_fix_pre_post_rotations_pr at Mysteryem/blender-addons 2023-04-24 07:22:09 +02:00
f858f9528e FBX Import: Fix pre-, post- and geometric rotations
Thomas Barlow created branch revert_loop_order_fix_pr in Mysteryem/blender-addons 2023-04-24 07:07:59 +02:00
Thomas Barlow pushed to revert_loop_order_fix_pr at Mysteryem/blender-addons 2023-04-24 07:07:59 +02:00
ad92955195 Revert "FBX Export: Fix export of meshes with polygons in different order to loops"
cf713bcde8 Import_3ds: Added world color, camera lens & light color animation
bedf2014db Fix #104531: DXF importer zero division error
5487124669 Fix #104550: DXF import fails with center geometry to scene
8dfe73800d glTF exporter: animation enhancements
Compare 10 commits »
Thomas Barlow commented on issue blender/blender#107229 2023-04-22 03:43:41 +02:00
Bug when exporting an fbx project

One of your meshes has a UV Map with invalid/corrupted UVs. There is an existing issue with some more information here: blender/blender#102783

If you can…

Thomas Barlow opened issue blender/blender#107232 2023-04-22 03:12:28 +02:00
Crash creating "position" attribute with the wrong type while in Edit mode
Thomas Barlow opened issue blender/blender#107228 2023-04-22 01:54:51 +02:00
Crash creating reserved-name attributes with the wrong domain/type with AttributeGroup.new
Thomas Barlow opened issue blender/blender#107226 2023-04-22 00:01:51 +02:00
Polygon/Vertex___Properties new() returns the existing layer instead of the new one when the name is already in use
Thomas Barlow commented on pull request blender/blender-addons#104500 2023-04-20 05:14:12 +02:00
FBX import/export: Fix Camera rotation

Since this PR was originally only affecting exports, I've tried to find and fix the import issue with blender/blender-addons#104561

Thomas Barlow created pull request blender/blender-addons#104561 2023-04-20 04:58:00 +02:00
FBX Import: Fix pre-, post- and geometric rotations
Thomas Barlow pushed to fbx_fix_pre_post_rotations_pr at Mysteryem/blender-addons 2023-04-20 01:28:23 +02:00
465bda6e98 FBX Import: Fix pre-, post- and geometric rotations
Thomas Barlow commented on issue blender/blender-addons#104558 2023-04-19 16:40:29 +02:00
Pivots are in a wrong positions after FBX import

It just so happens that I'm looking into this area of the importer for a different issue at the moment.

This FBX file has Geometric Transforms defined for each Model (similar to Blender…

Thomas Barlow pushed to fbx_fix_pre_post_rotations_pr at Mysteryem/blender-addons 2023-04-19 04:26:37 +02:00
65be8b3577 FBX Import: Fix pre- and post-rotations
9ddf3218d5 Sun Position: update French translations
189587339d Sun Position: capitalize preset names
e3f0257397 Sun Position: move presets to the main panel header
6336217c93 Sun Position: Cleanup: rename sp and prefs variables
Compare 10 commits »
Thomas Barlow created branch fbx_fix_pre_post_rotations_pr in Mysteryem/blender-addons 2023-04-19 04:26:37 +02:00
Thomas Barlow commented on pull request blender/blender-addons#104500 2023-04-18 02:26:16 +02:00
FBX import/export: Fix Camera rotation

With the import patch, importing an FBX exported by Blender (default settings for both import and export) (both with and without the export patches in this PR) results in the camera being inverted…

Thomas Barlow pushed to buffer_flags_format_fix_pr at Mysteryem/blender 2023-04-17 22:05:16 +02:00
f24b8b6d08 Fix #106696: Invalid flag combinations used in #PyObject_GetBuffer
df096eab77 Cycles: move oneAPI kernels dynamic library to blender.shared
09b770388a Fix #107004: Cycles shadow caustics not working with area lights
870930bc32 Fix build error using WITH_CYCLES_LOGGING=OFF
74eda0b6fc Fix build error on macOS after previous commit
Compare 224 commits »
Thomas Barlow created pull request blender/blender#107019 2023-04-17 01:36:35 +02:00
Fix #107017: Missing checks for #PyObject_GetBuffer success