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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user