PyAPI: include bpy.utils.extension_path_user in __all__

This wasn't being included in generated docs.
This commit is contained in:
Campbell Barton
2024-07-31 09:52:04 +10:00
committed by Philipp Oeser
parent c6b358fda2
commit 6cb5d6e969
+1
View File
@@ -36,6 +36,7 @@ __all__ = (
"previews",
"resource_path",
"script_path_user",
"extension_path_user",
"script_paths",
"smpte_from_frame",
"smpte_from_seconds",