Blender Git Commit Log
Git Commits -> Revision 08f7b20
Revision 08f7b20 by Joshua Leung (blender-v2.74-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) March 31, 2015, 13:18 (GMT) |
Bugfix: Fix for crash when trying to create new action in Shape Key DopeSheet mode When the active object had no shapekey data, trying to create a new action from the Shape Keys mode of the DopeSheet would crash. The segfault here was a silly regression caused by my earlier Action Stashing work. However, the old (pre-Action Stashing) code here also wasn't that great either. While it didn't crash, it would still silently create a new action, even if that could not get assigned/used anywhere. To prevent both of these problems from happening again, I've added additional null checks, as well as beefing up the poll callback here to forbid keyframing |
Commit Details:
Full Hash: 08f7b20ebb5ab2746144663876d19086f7518939
Parent Commit: 4f57f15
Committed By: Sergey Sharybin
Lines Changed: +17, -3
1 Modified Path:
/source/blender/editors/space_action/action_edit.c (+17, -3) (Diff)