From 848ec77911a8b1aab8eb810657516ceeb2c0c49d Mon Sep 17 00:00:00 2001 From: nutti Date: Wed, 1 Jan 2025 07:40:37 +0100 Subject: [PATCH] Fix: PyDocs: Title inconsistency on bpy.types.USDHook Due to 8285d2d, titles "Inherited Properties" and "Inherited Functions" become hidden. This PR fixes this issue. Pull Request: https://projects.blender.org/blender/blender/pulls/132481 --- doc/python_api/examples/bpy.types.USDHook.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/python_api/examples/bpy.types.USDHook.py b/doc/python_api/examples/bpy.types.USDHook.py index 10ff3dab0a6..6b879debd11 100644 --- a/doc/python_api/examples/bpy.types.USDHook.py +++ b/doc/python_api/examples/bpy.types.USDHook.py @@ -6,7 +6,7 @@ This example shows an implementation of ``USDHook`` to extend USD export and import functionality. Callback Function API -********************* +--------------------- One may optionally define any or all of the following callback functions in the ``USDHook`` subclass. @@ -94,7 +94,7 @@ Returns: Context Classes -*************** +--------------- Instances of the following built-in classes are provided as arguments to the callbacks. @@ -153,13 +153,13 @@ be copied to a local destination. Errors -****** +------ Exceptions raised by these functions will be reported in Blender with the exception details printed to the console. Example Code -************ +------------ The ``USDHookExample`` class in the example below implements the following functions: