Blender Git Commit Log
Git Commits -> Revision 8377263
Revision 8377263 by Sergey Sharybin (master) January 23, 2019, 16:16 (GMT) |
Sequencer: Fix python error on Add menu on default workspace It is possible that context does have selected_sequences but it will be set to None. In this case getattr() will return None, breaking the intended logic. |
Commit Details:
Full Hash: 8377263e0d768838c2e87e50617f463509eeaeb9
Parent Commit: 1f907b3
Lines Changed: +4, -1
1 Modified Path:
/release/scripts/startup/bl_ui/space_sequencer.py (+4, -1) (Diff)