Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow created branch rna_info_infinite_loop_pr in Mysteryem/blender 2023-05-25 06:12:23 +02:00
Thomas Barlow opened issue blender/blender#108254 2023-05-25 05:38:00 +02:00
Infinite loop in rna_info.BuildRNAInfo when a registered class has a non-registered superclass.
Thomas Barlow opened issue blender/blender#108245 2023-05-25 00:17:26 +02:00
Most aud Python module instance methods are documented as classmethods
Thomas Barlow commented on issue blender/blender#108219 2023-05-24 16:57:05 +02:00
STL import crashes Blender

I think this is a duplicate of blender/blender#106783

Fails the same assert in mesh_validate on a debug build:

BLI_assert failed: G:\blender-git\blender\so…

Thomas Barlow created pull request blender/blender-addons#104633 2023-05-24 06:48:43 +02:00
Fix #104576: FBX export of Edit Mode Objects while Blender is not in Edit Mode can fail.
db02c47f63 Fix #104576: FBX export of Edit Mode Objects while Blender is not in Edit Mode can fail.
a55995fe2a Fix #104576: FBX export of Edit Mode Objects while Blender is not in Edit Mode can fail.
19b0226fd3 Export_3ds: Final cleanup
26713c4253 Merge branch 'blender-v3.6-release'
96a73cb664 glTF exporter: keep backward compatibility for export options
2403f4c6b9 glTF importer: fix custom attribute import when vertices are merged
Compare 10 commits »
Thomas Barlow created branch fix_inactive_edit_mode_objects_pr in Mysteryem/blender-addons 2023-05-24 06:30:54 +02:00
Thomas Barlow commented on issue blender/blender#108170 2023-05-23 18:21:47 +02:00
Regression: Imported FBX has wrong vertex normals/sharp edges in 3.6 Beta

Mesh.normals_split_custom_set appears to not be setting sharp edges correctly. Cube primitive is pretty obvious, but for some it's not very noticeable, like Cone and Icosphere primitives.

I've…

Thomas Barlow commented on issue blender/blender-addons#104606 2023-05-18 15:16:08 +02:00
Import FBX file will cause blender to crash

This should be caused by blender/blender#106783 rather than being an issue with the FBX import.

On a debug build on Windows, importing this .fbx fails in the…

Thomas Barlow commented on issue blender/blender#107634 2023-05-06 00:34:15 +02:00
Hair Curves Select>Random randomizes a second time, ignoring operator settings

The code that uses "constant_per_curve" and the other operator properties all looks good to me, but afterwards, there's a second loop through the selection that has just been randomized.

This…

Thomas Barlow opened issue blender/blender#107634 2023-05-04 23:04:03 +02:00
Hair Curves Select>Random randomizes a second time, ignoring operator settings
Thomas Barlow pushed to bool_prop_array_foreach_pr at Mysteryem/blender 2023-05-03 23:38:25 +02:00
d338b67d14 Python API: Implement bool bpy_prop_array foreach_get/set
2390abf1d3 Cleanup: Reduce indentation when setting custom normals
96f9930de1 Cleanup: Miscellaneous changes in corner fan normal calculation
a7d652e459 Fix Unreported: GPencil grab tool doesn't work on strokes changed by modifiers
367145209c Cleanup: Move attribute_math to proper blenkernel namespace
Compare 833 commits »
Thomas Barlow commented on issue blender/blender#107553 2023-05-03 01:26:47 +02:00
Applying screw modifier doesn't respect hide status of edges from edit mode.

I think they're pointing out that if you apply a screw modifier and the mesh had some hidden geometry, the resultant mesh created from the hidden geometry will have their faces and vertices…

Thomas Barlow commented on issue blender/blender#107500 2023-05-02 23:28:34 +02:00
Python API: Mesh editing: Editing uvs after normals with a previously assigned variable doesn't work

It looks to me like the existing references to uv_layer are becoming invalidated after Mesh.normals_split_custom_set is called. I'm guessing this also extends to existing references to…

Thomas Barlow commented on issue blender/blender#107168 2023-05-02 19:44:19 +02:00
Regression: Crash when executing a certain python script

I added some assertions of the value of as_pointer() into the latest script and have created a simplified script showing what appears to be the issue. I'm on Windows 10 and get the same results…

Thomas Barlow commented on issue blender/blender-addons#104579 2023-04-28 20:35:23 +02:00
i can't import fbx files.

Looks like a duplicate of blender/blender-addons#94669

Can you provide the .fbx? And if you created the .fbx yourself, what software did you use to create it?

Thomas Barlow commented on pull request blender/blender-addons#104566 2023-04-28 19:22:52 +02:00
Revert "FBX Export: Fix export of meshes with polygons in different order to loops"

Going by the __init__.py, isn't the minimum Blender version for the addon already 3.6?

Thomas Barlow opened issue blender/blender#107422 2023-04-28 06:40:09 +02:00
Mesh edit context menus do not open with the last used option under the cursor
Thomas Barlow opened issue blender/blender#107416 2023-04-28 01:16:43 +02:00
Debug assert in uv layer data.foreach_get when called on an Edit Mode mesh