Blender Git Commit Log
Git Commits -> Revision fc0de69
Revision fc0de69 by Julian Eisel (master) March 8, 2021, 17:38 (GMT) |
Cleanup: Split up new files for Outliner ID tree-elements Splits up `tree_element_id.cc`/`tree_element_id.hh`. If we move all ID types into this one file, it will become rather big. Smaller files are probably easier to work with. We could still keep small classes like `TreeElementIDLibrary` in the general file, don't mind really, but this creates separate files for that too. |
Commit Details:
Full Hash: fc0de69471f0e6a69ae6ffd01ca27156e524ce40
Parent Commit: f0ad78e
Lines Changed: +199, -84
4 Added Paths:
/source/blender/editors/space_outliner/tree/tree_element_id_library.cc (+40, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_library.hh (+34, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_scene.cc (+74, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_scene.hh (+43, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_library.hh (+34, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_scene.cc (+74, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_id_scene.hh (+43, -0) (View)