From 54e655f06a33a54db9f8e8251337c2a0a0805e5a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 2 Jan 2025 15:03:54 +1100 Subject: [PATCH] PyDoc: correct unbalanced back-tick --- doc/python_api/examples/bpy.types.USDHook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/python_api/examples/bpy.types.USDHook.py b/doc/python_api/examples/bpy.types.USDHook.py index 6b879debd11..64689ed940c 100644 --- a/doc/python_api/examples/bpy.types.USDHook.py +++ b/doc/python_api/examples/bpy.types.USDHook.py @@ -143,7 +143,7 @@ Argument for `material_import_poll`_ and `on_material_import`_. Methods: - ``get_stage()``: returns the USD stage to be saved -- ``import_texture(asset_path: str)`: for the given USD texture asset path, returns a ``tuple[str, bool]``, containing the asset's local path and a bool indicating whether the path references a temporary file +- ``import_texture(asset_path: str)``: for the given USD texture asset path, returns a ``tuple[str, bool]``, containing the asset's local path and a bool indicating whether the path references a temporary file The ``import_texture`` function may copy the texture to the local file system if the given asset path is a package-relative path for a USDZ archive, depending on the current USD ``Import Textures`` options. When the ``Import Textures`` mode is ``Packed``, the texture