Asset Operators

bpy.ops.asset.clear()

Delete all asset metadata and turn the selected asset data-blocks back into normal data-blocks

bpy.ops.asset.mark()

Enable easier reuse of selected data-blocks through the Asset Browser, with the help of customizable metadata (like previews, descriptions and tags)

bpy.ops.asset.tag_add()

Add a new keyword tag to the active asset

File

startup/bl_operators/assets.py:37

bpy.ops.asset.tag_remove()

Remove an existing keyword tag from the active asset

File

startup/bl_operators/assets.py:62