Blender Git Commit Log
Git Commits -> Revision 582c553
Revision 582c553 by Julian Eisel (master) July 19, 2021, 16:28 (GMT) |
Cleanup: Move asset library reference C++ wrapper to own files Although currently only the asset list code uses the asset library reference wrapper, it can stand on its own and may be used in more places in the future. So I prefer to give it its own source & header file. Also removed unused includes, added proper namespaces as per our C++ style guidelines, and removed an unnecessary TODO comment. |
Commit Details:
Full Hash: 582c5530b6205e0cb98595733d86043a6672cd91
Parent Commit: ebe32e0
Lines Changed: +101, -47
2 Added Paths:
/source/blender/editors/asset/intern/asset_library_reference.cc (+46, -0) (View)
/source/blender/editors/asset/intern/asset_library_reference.hh (+46, -0) (View)
/source/blender/editors/asset/intern/asset_library_reference.hh (+46, -0) (View)