Added description for PillarCredentialsUpdate operator.

This commit is contained in:
Sybren A. Stüvel 2016-10-04 16:44:15 +02:00
parent 534a5a6ac4
commit abcd8b0168

View File

@ -314,6 +314,7 @@ class PillarCredentialsUpdate(pillar.PillarOperatorMixin,
"""Updates the Pillar URL and tests the new URL."""
bl_idname = 'pillar.credentials_update'
bl_label = 'Update credentials'
bl_description = 'Resynchronises your Blender ID login with Blender Cloud'
log = logging.getLogger('bpy.ops.%s' % bl_idname)