Blender Git Loki
Git Commits -> Revision 7f03e7c
Revision 7f03e7c by Bastien Montagne (master) March 19, 2016, 16:06 (GMT) |
Fix T47837: Filtering UIList broken with recent master. Using 32nd bit of integer with our int RNA prop is not a good idea, it does not really support unsigned int even with PROP_UNSIGNED type... Most likely this has been unveiled by recent work over property clamping in RNA. Not critical, but should be backported should we make an 'a' release. |
Commit Details:
Full Hash: 7f03e7cc3cbcebd43226d05e7039ba014a56c50a
Parent Commit: 26f2fe9
Lines Changed: +4, -2
1 Modified Path:
/source/blender/makesdna/DNA_screen_types.h (+4, -2) (Diff)