Blender Git Commit Log
Git Commits -> Revision f59ff9e
Revision f59ff9e by Julian Eisel (master) March 11, 2021, 12:18 (GMT) |
Fix crash when showing NLA actions in the Outliner Caused by 2e221de4ceee in combination with 4292bb060d59. In the former I forgot to set the name for NLA actions in the new code design, in the latter I made it an assumtion that tree element types using the new design set the name. The following commit will make this assumption explicit with an assert. |
Commit Details:
Full Hash: f59ff9e03a633f64f9587eb67eee7913fed685a8
Parent Commit: 018fffb
Lines Changed: +5, -3