Files
test2/source/blender/blenkernel
Nathan Vegdahl c9093332e0 Fix #115434: custom bone colors invisible in stick mode
The issue was that bone colors are only specified with 3 channels (RGB),
but they're stored as 4 channels for some reason.  So the fourth bogus
channel gets initialized to zero by default, which was then being
interpreted as zero alpha in some drawing modes.

This fixes the issue by ensuring that the fourth unused channel always
gets initialized to 255, and therefore can be validly interpreted as an
alpha channel.

Pull Request: https://projects.blender.org/blender/blender/pulls/115477
2023-11-28 18:04:11 +01:00
..
2023-08-30 22:36:36 +02:00
2023-11-27 09:30:52 +11:00
2023-09-05 11:04:27 +10:00
2023-08-25 09:40:42 +10:00
2023-07-04 17:03:02 +02:00
2023-07-24 22:06:55 +02:00
2023-08-25 09:40:42 +10:00
2023-09-05 11:04:27 +10:00
2023-11-27 09:30:52 +11:00
2023-09-27 13:03:29 +10:00
2023-11-22 16:11:32 +01:00
2023-08-18 08:56:12 +10:00
2023-08-30 22:36:36 +02:00
2023-11-27 13:36:20 -05:00