Blender Git Commit Log
Git Commits -> Revision b3f9ff2
Revision b3f9ff2 by Julian Eisel (asset-browser) November 20, 2020, 22:48 (GMT) |
Commit Details:
Full Hash: b3f9ff2056e12b3dcaf4251d5b8985d7d92f5543
Parent Commit: 67933fb
Lines Changed: +197, -58
2 Added Paths:
/source/blender/editors/asset/asset_edit.c (+51, -0) (View)
/source/blender/editors/space_outliner/outliner_context.c (+73, -0) (View)
/source/blender/editors/space_outliner/outliner_context.c (+73, -0) (View)
10 Modified Paths:
/source/blender/blenkernel/BKE_context.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+5, -0) (Diff)
/source/blender/editors/asset/asset_ops.c (+51, -27) (Diff)
/source/blender/editors/asset/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_asset.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_context_menu.c (+1, -5) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+7, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+1, -26) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -0) (Diff)
/source/blender/blenkernel/intern/context.c (+5, -0) (Diff)
/source/blender/editors/asset/asset_ops.c (+51, -27) (Diff)
/source/blender/editors/asset/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/include/ED_asset.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_context_menu.c (+1, -5) (Diff)
/source/blender/editors/space_outliner/CMakeLists.txt (+1, -0) (Diff)
/source/blender/editors/space_outliner/outliner_intern.h (+7, -0) (Diff)
/source/blender/editors/space_outliner/outliner_tools.c (+1, -26) (Diff)
/source/blender/editors/space_outliner/space_outliner.c (+1, -0) (Diff)