Files
test/source/blender
Thomas Barlow 2b9aa55a03 RNA: Remove bitmask from BoolAttributeValue.value
Bool attributes are treated as contiguous arrays of `bool` rather than
using a bitmask.

Using a bitmask also disables raw array access, and with raw array
access, the property is faster to access through the Python API with
bpy_rna.cc#foreach_getset.

Pull Request: https://projects.blender.org/blender/blender/pulls/116997
2024-01-10 20:30:19 +01:00
..
2024-01-03 13:38:14 +01:00
2024-01-10 10:00:38 +11:00
2024-01-10 08:56:25 +01:00
2024-01-10 10:04:13 +11:00
2023-08-24 11:38:41 +10:00