Blender Git Commit Log
Git Commits -> Revision 0ed2df8
Revision 0ed2df8 by Germano Cavalcante (master) August 13, 2021, 20:28 (GMT) |
Fix T90637: Outliner: VSE context menu options are not working Some of the enum options in the context menu operations are not supported for all element types. `TSE_SEQUENCE`, for example, only supports the `Select` option. So, populate the enum list dynamically depending on the type. Also add some calls that were missing for the `TSE_SEQUENCE` type. (`WM_event_add_notifier` and `ED_undo_push`). |
Commit Details:
Full Hash: 0ed2df81cc3878d83a179ade256ba2d690ce9cde
Parent Commit: 5655b3d
Lines Changed: +62, -18
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+62, -18) (Diff)