Blender Git Commit Log
Git Commits -> Revision 601835c
Revision 601835c by Bastien Montagne (master) April 3, 2018, 12:32 (GMT) |
Fix (unreported) crash when accessing some bl_rna.properties. E.g. typing `bpy.data.bl_rna.properties[8].<tab>` in console would hard-crash trying to dereference NULL pointer. Was a missing check in rna_Property_tags_itemf(). |
Commit Details:
Full Hash: 601835cd3130e4a1a039ed7d30ab9e38e9c4db5f
Parent Commit: b3004d3
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)