Cleanup: move bl_description to doc-strings

This is already done almost everywhere, prefer doc-strings unless
there is a reason for the tool-tip and Python doc-string to differ.
This commit is contained in:
Campbell Barton
2024-01-23 13:50:01 +11:00
parent 9a7b767226
commit 1fa896bb9a
4 changed files with 10 additions and 14 deletions

View File

@@ -50,9 +50,9 @@ import pxr.UsdShade as UsdShade
class USDHookExample(bpy.types.USDHook):
"""Example implementation of USD IO hooks"""
bl_idname = "usd_hook_example"
bl_label = "Example"
bl_description = "Example implementation of USD IO hooks"
@staticmethod
def on_export(export_context):