Asset Browser: Change default name of tags
Use "Tag" instead of "Unnamed Tag" as default name for tags. Other default names in Blender also don't add "Unnamed" or similar.
This commit is contained in:
@@ -51,7 +51,7 @@ class ASSET_OT_tag_add(AssetBrowserMetadataOperator, Operator):
|
||||
|
||||
def execute(self, context):
|
||||
active_asset = SpaceAssetInfo.get_active_asset(context)
|
||||
active_asset.tags.new("Unnamed Tag")
|
||||
active_asset.tags.new("Tag")
|
||||
|
||||
return {'FINISHED'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user