Blender Git Loki
Git Commits -> Revision 36ae6e6
Revision 36ae6e6 by Philipp Oeser (master) January 5, 2021, 14:31 (GMT) |
Fix T84367: Fix crash when showing invalid/legacy constraints Exposed by rBeaa44afe703e. Definition for CONSTRAINT_TYPE_NULL is not totally clear (it is set for constraints without data, see an old comment from Ton), but for these, a TypeInfo cannot be fetched. Avoid processing those constraints in UI code, just do nothing instead. Maniphest Tasks: T84367 Differential Revision: https://developer.blender.org/D9987 |
Commit Details:
Full Hash: 36ae6e66c1068b5579c725c3353d39afe96c9d29
Parent Commit: 1f41bdc
Lines Changed: +18, -0
1 Modified Path:
/source/blender/editors/interface/interface_templates.c (+18, -0) (Diff)