UI: Asset Shelf (Experimental Feature) #104831

Closed
Julian Eisel wants to merge 399 commits from asset-shelf into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
2 changed files with 1 additions and 4 deletions
Showing only changes of commit c13ab04280 - Show all commits

View File

@ -27,9 +27,6 @@
#include "asset_shelf.hh"
using namespace blender;
using namespace blender::ed::asset;
namespace blender::ed::asset::shelf {
JulianEisel marked this conversation as resolved
Review

These using statements shouldn't be necessary, looks like the whole file is in that namespace.

These `using` statements shouldn't be necessary, looks like the whole file is in that namespace.
class AssetCatalogSelectorTree : public ui::AbstractTreeView {

View File

@ -2343,7 +2343,7 @@ static void UI_OT_list_start_filter(wmOperatorType *ot)
/** \} */
/* -------------------------------------------------------------------- */
/** \name UI View Drop Operator
/** \name UI View Start Filter Operator
* \{ */
static int ui_view_start_filter_invoke(bContext *C, wmOperator *op, const wmEvent *event)