Blender Git Commit Log
Git Commits -> Revision 9f8cc98
Revision 9f8cc98 by Julian Eisel (asset-browser, asset-browser-poselib, asset-system-filelist, temp-pose-flipping-fix-attempt) March 31, 2021, 15:54 (GMT) |
Add button to refresh the asset list from the asset view template Adds an operator to refresh the asset list and exposes that next to the asset library selector above the template, when showing an external library. |
Commit Details:
Full Hash: 9f8cc981647aec2f77c46c81076569d206c3782a
Parent Commit: abacf07
Lines Changed: +73, -6
5 Modified Paths:
/source/blender/editors/asset/asset_list.cc (+28, -2) (Diff)
/source/blender/editors/asset/asset_ops.cc (+33, -0) (Diff)
/source/blender/editors/include/ED_asset.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_template_asset_view.cc (+7, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -2) (Diff)
/source/blender/editors/asset/asset_ops.cc (+33, -0) (Diff)
/source/blender/editors/include/ED_asset.h (+2, -0) (Diff)
/source/blender/editors/interface/interface_template_asset_view.cc (+7, -2) (Diff)
/source/blender/windowmanager/WM_types.h (+3, -2) (Diff)