Blender Git Loki
Git Commits -> Revision 95734e3
Revision 95734e3 by Julian Eisel (master) December 7, 2020, 13:35 (GMT) |
Cleanup: Avoid setting (unsafe) Outliner tree element data that won't be used I carefully checked and am quite sure for `TSE_ANIMATION_DATA` and `TSE_NLA_ACTION` the direct-data isn't used at all. This data is stored and accessed in unsafe ways based on conventions anyway (`void *`). We should aim for a safer design but it will be difficult to get there. Any removed complexity will help. |
Commit Details:
Full Hash: 95734e32bfb9d4309e05a69e41aa1b1676d42447
Parent Commit: 0c0bc61
Lines Changed: +1, -6
1 Modified Path:
/source/blender/editors/space_outliner/outliner_tree.c (+1, -6) (Diff)