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
SCENESScenes, Show scenes.ANIMATIONSAnimations, Show animation data.OBJECTS_AND_COLLECTIONSObjects & Collections, Show objects and collections.GEOMETRYGeometry, Show meshes, curves, lattice, armatures and metaballs data.SHADINGShading, Show materials, nodetrees, textures and Freestyle’s linestyles.IMAGES_AND_SOUNDSImages & Sounds, Show images, movie clips, sounds and masks.ENVIRONMENTSEnvironment, Show worlds, lights, cameras and speakers.MISCMiscellaneous, 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 ‘’
-
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.Structsubclass
-
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