Blender Git Loki
Git Commits -> Revision a23bd7b
Revision a23bd7b by Bastien Montagne April 16, 2018, 09:20 (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: a23bd7bb6c1deb188093bc99ff614559b3d30993
Parent Commit: 4140454
Committed By: Gaia Clary
Lines Changed: +1, -1
1 Modified Path:
/source/blender/makesrna/intern/rna_rna.c (+1, -1) (Diff)