Blender Git Loki
Git Commits -> Revision f0ad78e
Revision f0ad78e by Julian Eisel (master) March 8, 2021, 17:38 (GMT) |
Cleanup: Rename recently added Outliner files to exclude "_base" suffix These files can contain more than just the "base" tree element types. E.g. the class for the view-layer base element can also contain the class for the view-layer elements. Otherwise we'd end up with like >50 files for the individual types, most of them very small. So just give the files a general name and put the related classes in there. |
Commit Details:
Full Hash: f0ad78e17c3b48b457ad2cda9224924500e89eb9
Parent Commit: 4292bb0
Lines Changed: +371, -371
8 Added Paths:
/source/blender/editors/space_outliner/tree/tree_element_collection.cc (+44, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_collection.hh (+36, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_driver.cc (+68, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_driver.hh (+38, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc (+50, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh (+36, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_view_layer.cc (+51, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_view_layer.hh (+36, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_collection.hh (+36, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_driver.cc (+68, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_driver.hh (+38, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects.cc (+50, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects.hh (+36, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_view_layer.cc (+51, -0) (View)
/source/blender/editors/space_outliner/tree/tree_element_view_layer.hh (+36, -0) (View)
8 Deleted Paths:
/source/blender/editors/space_outliner/tree/tree_element_collection_base.cc (+0, -44)
/source/blender/editors/space_outliner/tree/tree_element_collection_base.hh (+0, -36)
/source/blender/editors/space_outliner/tree/tree_element_driver_base.cc (+0, -68)
/source/blender/editors/space_outliner/tree/tree_element_driver_base.hh (+0, -38)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects_base.cc (+0, -50)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects_base.hh (+0, -36)
/source/blender/editors/space_outliner/tree/tree_element_view_layer_base.cc (+0, -51)
/source/blender/editors/space_outliner/tree/tree_element_view_layer_base.hh (+0, -36)
/source/blender/editors/space_outliner/tree/tree_element_collection_base.hh (+0, -36)
/source/blender/editors/space_outliner/tree/tree_element_driver_base.cc (+0, -68)
/source/blender/editors/space_outliner/tree/tree_element_driver_base.hh (+0, -38)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects_base.cc (+0, -50)
/source/blender/editors/space_outliner/tree/tree_element_scene_objects_base.hh (+0, -36)
/source/blender/editors/space_outliner/tree/tree_element_view_layer_base.cc (+0, -51)
/source/blender/editors/space_outliner/tree/tree_element_view_layer_base.hh (+0, -36)