FileAssetSelectParams(FileSelectParams)

base classes — bpy_struct, FileSelectParams

class bpy.types.FileAssetSelectParams(FileSelectParams)

Settings for the file selection in Asset Browser mode

asset_category

Determine which kind of assets to display

  • SCENES Scenes – Show scenes.

  • ANIMATIONS Animations – Show animation data.

  • OBJECTS_AND_COLLECTIONS Objects & Collections – Show objects and collections.

  • GEOMETRY Geometry – Show meshes, curves, lattice, armatures and metaballs data.

  • SHADING Shading – Show materials, nodetrees, textures and Freestyle’s linestyles.

  • IMAGES_AND_SOUNDS Images & Sounds – Show images, movie clips, sounds and masks.

  • ENVIRONMENTS Environment – Show worlds, lights, cameras and speakers.

  • MISC Miscellaneous – Show other data types.

Type

enum in [‘SCENES’, ‘ANIMATIONS’, ‘OBJECTS_AND_COLLECTIONS’, ‘GEOMETRY’, ‘SHADING’, ‘IMAGES_AND_SOUNDS’, ‘ENVIRONMENTS’, ‘MISC’], default ‘SCENES’

asset_library
Type

enum in [], default ‘’

import_type

Determine how the asset will be imported

  • LINK Link – Import the assets as linked data-block.

  • APPEND Append – Import the assets as copied data-block, with no link to the original asset data-block.

Type

enum in [‘LINK’, ‘APPEND’], default ‘LINK’

classmethod bl_rna_get_subclass(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The RNA type or default when not found.

Return type

bpy.types.Struct subclass

classmethod bl_rna_get_subclass_py(id, default=None)
Parameters

id (string) – The RNA type identifier.

Returns

The class or default when not found.

Return type

type

Inherited Properties

Inherited Functions