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
This commit is contained in:
parent
95be928c5e
commit
848ec77911
@ -6,7 +6,7 @@ This example shows an implementation of ``USDHook`` to extend USD
|
|||||||
export and import functionality.
|
export and import functionality.
|
||||||
|
|
||||||
Callback Function API
|
Callback Function API
|
||||||
*********************
|
---------------------
|
||||||
|
|
||||||
One may optionally define any or all of the following callback functions
|
One may optionally define any or all of the following callback functions
|
||||||
in the ``USDHook`` subclass.
|
in the ``USDHook`` subclass.
|
||||||
@ -94,7 +94,7 @@ Returns:
|
|||||||
|
|
||||||
|
|
||||||
Context Classes
|
Context Classes
|
||||||
***************
|
---------------
|
||||||
|
|
||||||
Instances of the following built-in classes are provided as arguments to the callbacks.
|
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
|
Errors
|
||||||
******
|
------
|
||||||
|
|
||||||
Exceptions raised by these functions will be reported in Blender with the exception details printed to the console.
|
Exceptions raised by these functions will be reported in Blender with the exception details printed to the console.
|
||||||
|
|
||||||
|
|
||||||
Example Code
|
Example Code
|
||||||
************
|
------------
|
||||||
|
|
||||||
The ``USDHookExample`` class in the example below implements the following functions:
|
The ``USDHookExample`` class in the example below implements the following functions:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user