Blender Git Loki
Git Commits -> Revision 8d88c7c
Revision 8d88c7c by Julian Eisel (soc-2021-porting-modifiers-to-nodes-decimate, soc-2021-porting-modifiers-to-nodes_all) July 30, 2021, 14:55 (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: 8d88c7c811fcd816550ff0e89840474664189c45
Parent Commit: c051cdc
Committed By: Fabian Schempp
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)