Blender Git Loki
Git Commits -> Revision 4ffcc6f
Revision 4ffcc6f by Sergey Sharybin (master) May 26, 2015, 17:36 (GMT) |
Fix T44497: Crash on deleting curve handle with hook modifier It was possible race condition on empty curves -- it's possible that curve object is fully updated and path is null in that cases, Proper way to deal with this is to check curve_cache for non-NULL. |
Commit Details:
Full Hash: 4ffcc6ff56b60d1cc69e12a80c9c2cacd604688f
Parent Commit: 6245f4a
Lines Changed: +1, -1
1 Modified Path:
/source/blender/blenkernel/intern/object.c (+1, -1) (Diff)