Thomas Barlow Mysteryem
  • Joined on 2023-02-10
Thomas Barlow pushed to rna_use_bool_raw_type at Mysteryem/blender 2023-12-31 15:01:26 +01:00
7276cdb5d1 RNA: Use PROP_RAW_BOOLEAN with single-byte PROP_BOOLEAN raw types
6d8622ecd0 Fix #105088: FBX Camera Focus Distance is interpreted as millimeters
Thomas Barlow commented on issue blender/blender#116659 2023-12-30 21:28:01 +01:00
Hundreds of empty materials on model

Could be related to blender/blender#114428

Some of the faces in the mesh in CorruptedCylinder.blend are assigned to material index 3093: ![image](/attach…

d979e7c818 Increase Material Utilities version following bug fix
Thomas Barlow created pull request blender/blender-addons#105098 2023-12-30 18:17:48 +01:00
Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots
54295f0f9f Fix #105096: Material Utilities: Clean Material Slots fails to remove unused slots
43b0b8bf43 Avoid numeric overflow in the number of bytes to copy
5f7cbb6abe Merge branch 'main' into rna_raw_access_contiguous_raw_array_copy
c428b5871c Fix #116614: Empty Point Cloud crash Points to Curves
d0c53b58bc Cleanup: Make format
355654487e Fix #116618: Win32 Use Null for Background Window Brush
Compare 457 commits »
Thomas Barlow opened issue blender/blender#116649 2023-12-30 02:10:48 +01:00
Smoothness property of Edge > Subdivide has twice the effectiveness when the mesh has shape keys
Thomas Barlow created pull request blender/blender#116637 2023-12-29 21:28:08 +01:00
WIP: PyAPI: Add ShapeKey.points for faster foreach_get/set of Mesh shape key data
Thomas Barlow pushed to add_shapekey_points_collection at Mysteryem/blender 2023-12-29 21:03:12 +01:00
1dce7d190f PyAPI: Add ShapeKey.points for faster foreach_get/set of Mesh shape key data
8555c22ced Cleanup: Slightly improve virtual array docs
6b0ecd9601 Fix #116581: DoF Aperture Ratio for Camera has incorrect softmin value
2aac1528f2 Anim: add unit test for armature bone collections
34b04b625c Anim: fix bone collection custom property copying on armature join
Compare 10 commits »
Thomas Barlow created branch add_shapekey_points_collection in Mysteryem/blender 2023-12-29 21:03:11 +01:00
Thomas Barlow commented on pull request blender/blender-addons#105085 2023-12-29 16:38:58 +01:00
Cleanup: Power Sequencer update links and none type attribute access errors

I don't know for sure, but I'm guessing it's up to the maintainer of the addon whether they want to handle any bug reports here or on a different site.


As for the 'automatic tracker_url

Thomas Barlow commented on issue blender/blender-addons#105088 2023-12-27 18:02:50 +01:00
FBX import export - overscales camera focus distance by 1000 times

The deprecated millimetre functions don't exist in the FBX 2011 SDK (FBX 7.1) and newer documentation.

Does it mean that it's safe to remove millimeter conversion now?

I think the…

Thomas Barlow commented on issue blender/blender-addons#105088 2023-12-27 16:18:47 +01:00
FBX import export - overscales camera focus distance by 1000 times

The deprecated SetSpecificDistance() and GetSpecificDistance() in the FBX 2010 SDK (FBX 6.1) documentation said the values to get and set would be in millimetres, as per the discussion in…

Thomas Barlow commented on pull request blender/blender-addons#105085 2023-12-27 04:44:37 +01:00
Cleanup: Power Sequencer update links and none type attribute access errors

Addons bundled with Blender automatically get a "Report a Bug" button that creates a new bug report in this blender-addons issue tracker, without needing to specify a "tracker_url" (though possibly due to a bug, this only happens currently if "doc_url" is defined).

Thomas Barlow commented on pull request blender/blender-addons#105085 2023-12-27 04:37:31 +01:00
Cleanup: Power Sequencer update links and none type attribute access errors

This should be "doc_url" if the addon should have a "Documentation" button that opens the URL.

Thomas Barlow pushed to fast_foreach_getset_dev at Mysteryem/blender 2023-12-25 04:04:03 +01:00
ac5165ff5b Faster copy when both raw arrays have the same type and are both contiguous
a2d9826656 Add conversion from raw arrays of one type to another
dcc17eac98 Parse input buffers' raw types and let rna_raw_access handle conversions
11ff8eb47c Use bool parsing with PyC_AsArray when the property to foreach_set is PROP_BOOLEAN
3f04472bc6 Set PROP_RAW_BOOLEAN for PROP_BOOLEAN in makesrna.cc#rna_set_raw_property()
Compare 5 commits »