|
| static int | blender::ed::sculpt_paint::brush_asset_activate_exec (bContext *C, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_activate (wmOperatorType *ot) |
| |
| static std::optional< AssetLibraryReference > | blender::ed::sculpt_paint::library_to_library_ref (const asset_system::AssetLibrary &library) |
| |
| static AssetLibraryReference | blender::ed::sculpt_paint::user_library_to_library_ref (const bUserAssetLibrary &user_library) |
| |
| static const bUserAssetLibrary * | blender::ed::sculpt_paint::library_ref_to_user_library (const AssetLibraryReference &library_ref) |
| |
| static void | blender::ed::sculpt_paint::refresh_asset_library (const bContext *C, const AssetLibraryReference &library_ref) |
| |
| static void | blender::ed::sculpt_paint::refresh_asset_library (const bContext *C, const bUserAssetLibrary &user_library) |
| |
| static bool | blender::ed::sculpt_paint::brush_asset_save_as_poll (bContext *C) |
| |
| static const bUserAssetLibrary * | blender::ed::sculpt_paint::get_asset_library_from_prop (PointerRNA &ptr) |
| |
| static asset_system::AssetCatalog & | blender::ed::sculpt_paint::asset_library_ensure_catalog (asset_system::AssetLibrary &library, const asset_system::AssetCatalogPath &path) |
| |
| static asset_system::AssetCatalog & | blender::ed::sculpt_paint::asset_library_ensure_catalogs_in_path (asset_system::AssetLibrary &library, const asset_system::AssetCatalogPath &path) |
| |
| static void | blender::ed::sculpt_paint::show_catalog_in_asset_shelf (const bContext &C, const StringRefNull catalog_path) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_save_as_exec (bContext *C, wmOperator *op) |
| |
| static bool | blender::ed::sculpt_paint::library_is_editable (const AssetLibraryReference &library) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_save_as_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| |
| static const EnumPropertyItem * | blender::ed::sculpt_paint::rna_asset_library_reference_itemf (bContext *, PointerRNA *, PropertyRNA *, bool *r_free) |
| |
| static void | blender::ed::sculpt_paint::visit_library_catalogs_catalog_for_search (const Main &bmain, const bUserAssetLibrary &user_library, const StringRef edit_text, const FunctionRef< void(StringPropertySearchVisitParams)> visit_fn) |
| |
| static void | blender::ed::sculpt_paint::visit_library_prop_catalogs_catalog_for_search_fn (const bContext *C, PointerRNA *ptr, PropertyRNA *, const char *edit_text, FunctionRef< void(StringPropertySearchVisitParams)> visit_fn) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_save_as (wmOperatorType *ot) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_edit_metadata_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_edit_metadata_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| |
| static void | blender::ed::sculpt_paint::visit_active_library_catalogs_catalog_for_search_fn (const bContext *C, PointerRNA *, PropertyRNA *, const char *edit_text, FunctionRef< void(StringPropertySearchVisitParams)> visit_fn) |
| |
| static bool | blender::ed::sculpt_paint::brush_asset_edit_metadata_poll (bContext *C) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_edit_metadata (wmOperatorType *ot) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_load_preview_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_load_preview_invoke (bContext *C, wmOperator *op, const wmEvent *event) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_load_preview (wmOperatorType *ot) |
| |
| static bool | blender::ed::sculpt_paint::brush_asset_delete_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_delete_exec (bContext *C, wmOperator *op) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_delete_invoke (bContext *C, wmOperator *op, const wmEvent *) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_delete (wmOperatorType *ot) |
| |
| static bool | blender::ed::sculpt_paint::brush_asset_save_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_save_exec (bContext *C, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_save (wmOperatorType *ot) |
| |
| static bool | blender::ed::sculpt_paint::brush_asset_revert_poll (bContext *C) |
| |
| static int | blender::ed::sculpt_paint::brush_asset_revert_exec (bContext *C, wmOperator *op) |
| |
| void | blender::ed::sculpt_paint::BRUSH_OT_asset_revert (wmOperatorType *ot) |
| |