Blender Git Loki
Git Commits -> Revision 0b25566
Revision 0b25566 by Bastien Montagne (master) July 15, 2019, 16:10 (GMT) |
Fix T66955: Cannot delete data from file in outliner. That switch on ID types had not been updated since quiet some time it?d seem... Using the ID_Type enum type now, so this should not happen again (compiler will yell at you if you forget to add here any new ID type ;) ). Also had to change a bit the code layout then, to deal with fake NLA ID type... Note that for now, Screen IDs remain excluded from the ID menu usage, due to T67004. |
Commit Details:
Full Hash: 0b255661435ab7021db3acafe15abe6ea0b946b5
Parent Commit: 9cdd2df
Lines Changed: +39, -12
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tools.c (+39, -12) (Diff)