Blender Git Loki
Git Commits -> Revision 51812fb
Revision 51812fb by Bastien Montagne (master) July 12, 2016, 19:11 (GMT) |
Fix 48831, Step I: Mismatch issues bewteen ID icon and preview system. - icon_id from ID and PreviewImage were not guaranteed to be in sync. - PreviewImage one was not reset on file read. - Through RNA e.g., it was possible to ensure an ID icon via its preview image, which was running code designed for custom previews/icons system, instead of generating correct 'auto ID icon'. |
Commit Details:
Full Hash: 51812fb502c0a3034055df2c7b80e77dba5e91c3
Parent Commit: 5fae250
Lines Changed: +46, -16