|
Blender V4.3
|
#include <DNA_space_types.h>
Public Attributes | |
| FileSelectParams | base_params |
| AssetLibraryReference | asset_library_ref |
| short | asset_catalog_visibility |
| char | _pad [6] |
| bUUID | catalog_id |
| short | import_method |
| char | _pad2 [6] |
File selection parameters for asset browsing mode, with FileSelectParams as base.
Definition at line 861 of file DNA_space_types.h.
| char FileAssetSelectParams::_pad[6] |
Definition at line 866 of file DNA_space_types.h.
| char FileAssetSelectParams::_pad2[6] |
Definition at line 872 of file DNA_space_types.h.
| short FileAssetSelectParams::asset_catalog_visibility |
Definition at line 865 of file DNA_space_types.h.
Referenced by blender::ed::asset_browser::AssetCatalogTreeView::activate_catalog_by_id(), and file_refresh().
| AssetLibraryReference FileAssetSelectParams::asset_library_ref |
Definition at line 864 of file DNA_space_types.h.
Referenced by blo_do_versions_300(), blender::ed::asset::list::clear(), ED_fileselect_is_local_asset_library(), file_context(), file_draw_hint_if_invalid(), file_refresh(), fileselect_ensure_updated_asset_params(), and fileselect_refresh_asset_params().
| FileSelectParams FileAssetSelectParams::base_params |
Definition at line 862 of file DNA_space_types.h.
Referenced by blo_do_versions_300(), ED_fileselect_ensure_active_params(), file_draw_hint_if_invalid(), file_draw_invalid_asset_library_hint(), file_space_blend_read_data(), fileselect_ensure_updated_asset_params(), and fileselect_refresh_asset_params().
| bUUID FileAssetSelectParams::catalog_id |
If asset_catalog_visibility is FILE_SHOW_ASSETS_FROM_CATALOG, this sets the ID of the catalog to show.
Definition at line 869 of file DNA_space_types.h.
Referenced by blender::ed::asset_browser::AssetCatalogTreeView::activate_catalog_by_id(), and file_refresh().
| short FileAssetSelectParams::import_method |
Definition at line 871 of file DNA_space_types.h.
Referenced by blo_do_versions_300(), and fileselect_ensure_updated_asset_params().